We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a876dd commit 9c47a9fCopy full SHA for 9c47a9f
CHANGES.md
@@ -1,5 +1,15 @@
1
# Change Log
2
3
+## 3.4.4
4
+
5
+- Add action parameter fail_non_2xx to allow the user to indicate if the
6
+ the action has failed when non-2xx http status codes are return by netbox.
7
+ The default value is False, which is to maintain the current pack behaviour.
8
9
+- Regenerated actions against v4.3 spec.
10
11
+- Applied Black code format to python code.
12
13
## 3.4.3
14
15
- Enable use of encrypted KVs in pack config schema
pack.yaml
@@ -6,7 +6,7 @@ keywords:
- networking
- ipam
- dcim
-version: 3.4.3
+version: 3.4.4
python_versions:
- "3"
author: John Anderson, Jefferson White
0 commit comments