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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,4 +46,19 @@ This release adds new policies and enhances several CI workflow components.
46
46
47
47
### Misc Enhancements
48
48
49
-
- Enhancements for Advanced install workflow with Kustomize
49
+
- Enhancements for Advanced install workflow with Kustomize
50
+
51
+
## 2.2.0
52
+
53
+
This release focuses on some security enhancements.
54
+
55
+
### Enhancements
56
+
57
+
- Add securityContext and non-root user for pod/containers (#47)
58
+
- Hardcode Gunicorn workers/threads to fix #48 (#49)
59
+
- Add HPA resource for horizontal scaling (#50)
60
+
- Add new framework for executing setup/teardown code between functional tests (#45)
61
+
62
+
### Misc Notes
63
+
64
+
- Changes OPA container listening port from `443` to `8443` since a non-root user can't bind to ports below 1000. The OPA container isn't exposed outside of localhost, so this shouldn't present any issues
0 commit comments