From 8a382417c7500664c5df20631d5d5a98af0c732e Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Mon, 29 Jul 2024 15:37:55 +0000 Subject: [PATCH] docs: first draft of V1.29 changelog --- docs/v1.29.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/v1.29.md diff --git a/docs/v1.29.md b/docs/v1.29.md new file mode 100644 index 00000000..e0d1ddfa --- /dev/null +++ b/docs/v1.29.md @@ -0,0 +1,21 @@ +# KubeZero 1.29 +![aws_architecture](docs/images/logo-v1.29.png) + +## What's new - Major themes +- all KubeZero and support AMIs based on Alpine 3.20.1 +- new Telemetry module integrated consisting of OpenTelemetry Collector, Jaeger UI, OpenSearch + Dashboards backend +- custom KubeZero ArgoCD edition providing adding support for referring to external secrets using the helm-secrets plugin + vals +- Falco IDS now using eBPF ( still in preview ) + +## Version upgrades +- cilium 1.15.7 +- istio 1.22.3 +- ArgoCD 2.11.5 +- Prometheus 2.53 / Grafana 11.1 + +### FeatureGates +- CustomCPUCFSQuotaPeriod +- KubeProxyDrainingTerminatingNodes +- ImageMaximumGCAge + +## Known issues