Changelog📜
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.0.12] - 2024-11-04📜
Updated📜
- Removed repeated literals in templates
- Configured templates to pass resource name and index to labels function in helpers template
- Updated labels to be correct on both deployment and pod resources
[1.0.11] - 2024-07-04📜
Updated📜
- Removed the allow nothing policy
- Moved the authorization policies
- Updated the istio hardened doc
[1.0.10] = 2024-06-14📜
Updated📜
- Updated API and chart version 3.3.0 => 3.3.2
- Updated Dashboard 3.5.3 => 3.5.4
[1.0.9] - 2024-06-11📜
Updated📜
- Updated Dashboard dependency 3.3.3 => 3.5.3
[1.0.8] - 2024-05-28📜
Added📜
- Templates for Istio Sidecars and ServiceEntries, IstioHardened.md doc, values update
[1.0.7] - 2024-05-08📜
Updated📜
- Updated gluon dependency to 0.5.0
[1.0.6] - 2024-04-26📜
Updated📜
- Updated postgresql application version to 15.6
- Updated gluon dependency to 0.4.10
[1.0.5] - 2024-04-19📜
Updated📜
- Updated big bang to 2.1
[1.0.4] - 2024-04-11📜
Updated📜
- Moved base securityContext values into values.yaml file
Added📜
- Added capabilities: drop: -ALL to securityContext
[1.0.3] - 2024-04-11📜
Updated📜
- Updated gluon dependency to 0.4.9
Added📜
- Added bigbang.dev/applicationVersions annotation
[1.0.2] - 2024-03-14📜
Updated📜
- Updated application version and API version to 3.3.0
- Updated Dashboard version to 3.3.3
Added📜
- Added API environment variable
CIRCUIT_BREAKER_ENABLED
, defaults totrue
- Added API environment variable
RATE_LIMITER_ENABLED
, defaults totrue
[1.0.1] - 2024-02-29📜
Added📜
- Added istio
allow-nothing
policy - Added istio
monitoring-authz
policy - Added istio
allow-http-envoy-prom
policy - Added istio
holocron-api
policy - Added istio
tcp-postgresql
policy - Added istio custom policy template
[1.0.0] - 2024-02-01📜
Updated📜
- Initial chart version 1.0.0 for Big Bang integration
[0.1.4] - 2024-01-31📜
Updated📜
- Updated application version and API version to 3.2.1
- Updated SonarQube Collector version to 3.0.5
- Updated Dashboard version to 3.3.1
- Updated Dashboard security context
runAsUser
andrunAsGroup
to993
[0.1.3] - 2024-01-30📜
Fixed📜
- Fixed generating duplicate entries in collector-secret.yaml
[0.1.2] - 2024-01-18📜
Added📜
- Added default pod security context for all non-frontend Holocron pods with
runAsUser
andrunAsGroup
set to1001
- Added default security context for frontend with
runAsUser
set to998
andrunAsGroup
set to996
- Set security context of Postgres containers with
runAsUser
andrunAsGroup
defaulting to1001
in values
[0.1.1] - 2024-01-17📜
Removed📜
- Remove wait-for-postgres init container from api template for compatiblity with istio.
[0.1.0] - 2024-01-17📜
Added📜
- Initial chart