Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.20.1 (2023-04-06)
Bug Fixes
- kured schema (5a00750)
Others
- bump api version (cde2b1b)
0.20.0 (2023-03-31)
⚠ BREAKING CHANGES
- drop support for Kubernetes 1.21 and 1.22
- kuerd app disable by default
Features
- add support for Kubernetes 1.24
- add OPA Gatekeeper metrics exporter (#1033) (304a3fd)
- add Trivy Operator (#1032) (ceda5db)
- add admin workloads (#1062) (2186cce)
- add service account with role for otomi-api (#1054) (73a18da)
- add team workloads (#1034) (3551a42)
- upgrade Istio (#1053) (aefd020)
- add upgrade script for Istio (#1059) (a186441)
- move upgrade script to a separate file (#1060) (9317a22)
- upgrade Knative (#1058) (8571040)
- make Kured optional app (#1037) (98f1f2f)
- increase default minimum number of replicas for Istio and Nignx Ingress Controller (#1038) (4c24b6f)
Bug Fixes
- aws-ebs-csi-driver without dependency on snapshot-controller and disabled by default (#1057) (f481fb8)
- aws csi driver expected from 1.23 onwards, regression fix for non required secret (node role) (#1051) (570a8e8)
- increase cluster autoscaler memory requests (#1049) (a0f1e3c)
- add required property for egress policy (#1036) (4b84ee4), closes #1035
- add enum item to the SelfService schema (#1048) (38c3c38)
Tests
- add httpbin as test app (#1061) (21f2ff9)
- update k8s versions for ci setup [ci skip] (#1045) (5b316e8)