Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 3.4.3

- Enable use of encrypted KVs in pack config schema

## 3.4.2

- Updated spec as per v4.0
Expand Down Expand Up @@ -34,11 +38,11 @@

## 3.0.5

- Bug fix: Tags fields need additional translation when modifying
- Bug fix: Tags fields need additional translation when modifying

## 3.0.4

- Bug fix: PATCH requests don't need all the fields to be required
- Bug fix: PATCH requests don't need all the fields to be required

## 3.0.3

Expand Down
2 changes: 2 additions & 0 deletions config.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ api_token:
description: "API Token to use against the API"
type: "string"
required: true
secret: true

use_https:
description: "Use HTTPS when contacting the API"
Expand All @@ -33,3 +34,4 @@ sensor_secret:
description: "When provided, will force request signature verification using the provided secret value."
type: "string"
default: ""
secret: true
2 changes: 1 addition & 1 deletion pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- networking
- ipam
- dcim
version: 3.4.2
version: 3.4.3
python_versions:
- "3"
author: John Anderson, Jefferson White
Expand Down
Loading