Skip to content

v2.2.0

Compare
Choose a tag to compare
@phenixblue phenixblue released this 06 Oct 07:54
· 212 commits to master since this release
23a3b1b

Overview

This release focuses on some security, scalability, and CI enhancements.

Enhancements

  • Add securityContext and non-root user for pod/containers (#47)
  • Hardcode Gunicorn workers/threads to fix #48 (#49)
  • Add HPA resource for horizontal scaling (#50)
  • Add new framework for executing setup/teardown code between functional tests (#45) authored by @ilrudie
  • Bump OPA to v0.23.2

Misc Notes

  • 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