You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[confcom] Add more thorough tests for --with-containers (#9428)
* Define which policy fields care about ordering
* Prep for PR
* Update version and history
* Fix style checks
* Attempt to fix style not flagged locally
* Add missing opa_get command to setup.py
* Update expected sha for opa
* Fix variable name typo
* Pin OPA version
* Fix formatting
* Use SSL verification when getting OPA binary
Copy file name to clipboardExpand all lines: src/confcom/HISTORY.rst
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@
3
3
Release History
4
4
===============
5
5
6
+
1.4.2
7
+
++++++
8
+
* Update policy model to use pydantic and explicitly declare collections where order doesn't affect function. These fields will serialize in alphabetical order and comparisons will ignore order.
9
+
6
10
1.4.0
7
11
++++++
8
12
* Add --with-containers flag to acipolicygen and acifragmentgen to allow passing container policy definitions directly
0 commit comments