File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 3.4.3
4+
5+ - Enable use of encrypted KVs in pack config schema
6+
37## 3.4.2
48
59- Updated spec as per v4.0
3438
3539## 3.0.5
3640
37- - Bug fix: Tags fields need additional translation when modifying
41+ - Bug fix: Tags fields need additional translation when modifying
3842
3943## 3.0.4
4044
41- - Bug fix: PATCH requests don't need all the fields to be required
45+ - Bug fix: PATCH requests don't need all the fields to be required
4246
4347## 3.0.3
4448
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ api_token:
88 description : " API Token to use against the API"
99 type : " string"
1010 required : true
11+ secret : true
1112
1213use_https :
1314 description : " Use HTTPS when contacting the API"
@@ -33,3 +34,4 @@ sensor_secret:
3334 description : " When provided, will force request signature verification using the provided secret value."
3435 type : " string"
3536 default : " "
37+ secret : true
You can’t perform that action at this time.
0 commit comments