Skip to content

Commit c0e09c2

Browse files
committed
chore(release): update CHANGELOG and Release Notes for Kubeaid 29.9.1
1 parent 728f5a8 commit c0e09c2

2 files changed

Lines changed: 30 additions & 46 deletions

File tree

.release-notes.md

Lines changed: 11 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,19 @@
1-
## KubeAid Release Version 29.9.0
1+
## KubeAid Release Version 29.9.1
22

3-
### Minor Version Upgrades
3+
### Features
44

5-
- 1df9746b6 Updated aws-ebs-csi-driver from version 2.60.1 to 2.61.1
6-
- 1df9746b6 Updated aws-efs-csi-driver from version 4.2.0 to 4.3.0
7-
- 1df9746b6 Updated workload-identity-webhook from version 1.5.1 to 1.6.0
8-
- 1df9746b6 Updated hcloud-cloud-controller-manager from version 1.31.1 to 1.32.0
9-
- 1df9746b6 Updated plugin-barman-cloud from version 0.6.0 to 0.7.0
10-
- 1df9746b6 Updated keda from version 2.19.0 to 2.20.1
11-
- 1df9746b6 Updated mariadb-operator from version 26.3.0 to 26.6.0
12-
- 1df9746b6 Updated netbird-operator from version 0.4.1 to 0.6.0
13-
- 1df9746b6 Updated opensearch from version 3.6.0 to 3.7.0
14-
- 1df9746b6 Updated opensearch-dashboards from version 3.6.0 to 3.7.0
15-
- 1df9746b6 Updated opentelemetry-operator from version 0.114.1 to 0.115.0
16-
- 1df9746b6 Updated rook-ceph from version v1.19.6 to v1.20.0
17-
- 1df9746b6 Updated rook-ceph-cluster from version v1.19.6 to v1.20.0
18-
- 1df9746b6 Updated seaweedfs from version 4.31.0 to 4.34.0
19-
- 1df9746b6 Updated snapshot-controller from version 5.0.4 to 5.1.1
20-
- 1df9746b6 Updated traefik from version 40.2.0 to 40.3.0
21-
- 1df9746b6 Updated trivy-operator from version 0.32.1 to 0.33.1
22-
23-
### Patch Version Upgrades
24-
25-
- 1df9746b6 Updated argo-cd from version 9.5.15 to 9.5.21
26-
- 1df9746b6 Updated azuredisk-csi-driver from version 1.34.3 to 1.34.4
27-
- 1df9746b6 Updated cloudnative-pg from version 0.28.2 to 0.28.3
28-
- 1df9746b6 Updated crossplane from version 2.3.1 to 2.3.2
29-
- 1df9746b6 Updated erpnext from version 8.0.55 to 8.0.58
30-
- 1df9746b6 Updated fluent-bit from version 0.57.6 to 0.57.7
31-
- 1df9746b6 Updated funkwhale from version 3.0.1 to 3.0.2
32-
- 1df9746b6 Updated gitlab-runner from version 0.89.0 to 0.89.1
33-
- 1df9746b6 Updated harbor from version 1.19.0 to 1.19.1
34-
- 1df9746b6 Updated lemmy from version 0.6.13 to 0.6.14
35-
- 1df9746b6 Updated localpv-provisioner from version 4.5.0 to 4.5.1
36-
- 1df9746b6 Updated metrics-server from version 3.13.0 to 3.13.1
37-
- 1df9746b6 Updated opencost from version 2.5.22 to 2.5.23
38-
- 1df9746b6 Updated opentelemetry-collector from version 0.158.0 to 0.158.1
39-
- 1df9746b6 Updated peertube from version 1.7.4 to 1.7.5
40-
- 1df9746b6 Updated sonarqube from version 2026.3.0 to 2026.3.1
41-
- 1df9746b6 Updated teleport-cluster from version 18.8.2 to 18.8.3
42-
- 1df9746b6 Updated teleport-kube-agent from version 18.8.2 to 18.8.3
43-
- 1df9746b6 Updated velero from version 12.0.2 to 12.0.3
44-
- 1df9746b6 Updated yetibot from version 1.0.184 to 1.0.196
45-
- 1df9746b6 Updated zfs-localpv from version 2.10.0 to 2.10.1
5+
- 5bc822554 feat(netbird): bump app images to 0.72.4
6+
- 783b895aa feat(netbird): vendor coturn 9.7.1 for hostNetwork STUN/TURN exposure
7+
- 1683066cd feat(netbird-operator): add ClusterProxy (apiserver proxy) support
8+
- ef86a8415 feat(kube-prometheus): make prometheus-adapter replicas configurable
469

4710
### Bug Fixes
4811

49-
- 8209857e1 fix(kube-prometheus): allow kubeaid-agent in monitoring ns to reach prometheus
12+
- da768a386 fix(netbird-operator): pin image to v0.7.0 and drop ClusterProxy groups
13+
- b66bf6eb7 fix: HOME variable missing in capi-cluster
14+
- 2e0ba3a72 fix: indentify the private IP of the node
5015

51-
### Other Changes
16+
### Configuration Changes
5217

53-
- 7104cac13 Added and updated the slurm alerts
18+
- c954a9b4a chore: replace bitnami images with soldevelo equivalents
5419

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All releases and the changes included in them (pulled from git commits added since last release) will be detailed in this file.
44

5+
## KubeAid Release Version 29.9.1
6+
7+
### Features
8+
9+
- 5bc822554 feat(netbird): bump app images to 0.72.4
10+
- 783b895aa feat(netbird): vendor coturn 9.7.1 for hostNetwork STUN/TURN exposure
11+
- 1683066cd feat(netbird-operator): add ClusterProxy (apiserver proxy) support
12+
- ef86a8415 feat(kube-prometheus): make prometheus-adapter replicas configurable
13+
14+
### Bug Fixes
15+
16+
- da768a386 fix(netbird-operator): pin image to v0.7.0 and drop ClusterProxy groups
17+
- b66bf6eb7 fix: HOME variable missing in capi-cluster
18+
- 2e0ba3a72 fix: indentify the private IP of the node
19+
20+
### Configuration Changes
21+
22+
- c954a9b4a chore: replace bitnami images with soldevelo equivalents
23+
524
## KubeAid Release Version 29.9.0
625

726
### Minor Version Upgrades

0 commit comments

Comments
 (0)