Skip to content

Commit 8e3070f

Browse files
committed
chore(release): update CHANGELOG and Release Notes for Kubeaid 31.3.1
1 parent 049e6df commit 8e3070f

2 files changed

Lines changed: 79 additions & 24 deletions

File tree

.release-notes.md

Lines changed: 35 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,44 @@
1-
## KubeAid Release Version 31.3.0
1+
## KubeAid Release Version 31.3.1
22

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

5-
- 8530082ab Updated aws-efs-csi-driver from version 4.3.0 to 4.4.0
6-
- 8530082ab Updated hcloud-cloud-controller-manager from version 1.33.0 to 1.34.0
7-
- 8530082ab Updated cluster-api-operator from version 0.27.0 to 0.28.0
8-
- 8530082ab Updated gitea from version 12.6.0 to 12.7.0
9-
- 8530082ab Updated gitlab-runner from version 0.90.1 to 0.91.0
10-
- 8530082ab Updated opentelemetry-operator from version 0.119.0 to 0.120.0
11-
- 8530082ab Updated rustfs from version 0.8.0 to 0.10.0
12-
- 8530082ab Updated seaweedfs from version 4.39.0 to 4.40.0
13-
14-
### Patch Version Upgrades
15-
16-
- 8530082ab Updated argo-cd from version 10.1.3 to 10.1.4
17-
- 8530082ab Updated cilium from version 1.19.5 to 1.19.6
18-
- 8530082ab Updated erpnext from version 8.0.65 to 8.0.67
19-
- 8530082ab Updated opencost from version 2.5.26 to 2.5.27
20-
- 8530082ab Updated openobserve-collector from version 0.4.4 to 0.4.5
21-
- 8530082ab Updated teleport-cluster from version 18.10.0 to 18.10.1
22-
- 8530082ab Updated teleport-kube-agent from version 18.10.0 to 18.10.1
5+
- fa9a7d583 feat(mongodb): label the backup CronJob for backup-exporter
6+
- 45ac87b26 feat: update vuls chart
7+
- 7f68d444f feat(new): add docker-mailserver helm chart v5.1.1
238

249
### Bug Fixes
2510

26-
- 3956be0a4 fix(prometheus): prevent flapping cert_expiry alert due to long scrape interval
27-
- 5414d4281 fix(netbird-operator): add trailing slash to the Kubernetes API server URL
28-
- 83121f41d fix(capi-cluster/hetzner/bare-metal): fix boot issue for UEFI based servers, when using Ubuntu 26.04
11+
- e7ba94a32 fix: set gfetch fsGroupChangePolicy to Always to ensure volume permissions are updated on pod startup
12+
- 9523c17c3 fix(cilium): add vswitch+ (used for Hetzner Bare Metal servers in hybrid scenario) to the list of network interface selectors
13+
- 6d083db2f fix(kube-prometheus): make command compatible with older version of bash installed in MacOS
14+
- 4acc980ee fix(kube-prometheus): have a variable for taking the Traefik pod name as input
2915

3016
### Configuration Changes
3117

32-
- 6635c5b82 chore: Added guide for fixing disks in a kubernetes nodes
18+
- c0620e96f chore(sbom): regenerate sbom.md and fix markdownlint output
19+
- e8bd4ba21 chore(sbom): regenerate sbom.md for current chart images
20+
- ce7836357 chore(kubeaid-agent): bump image tag to v0.4.4
21+
22+
### Other Changes
23+
24+
- 270eca569 dependabot: bump the github-actions group across 1 directory with 3 updates
25+
- 557543d7e (fix): pgsql logical backups name as a variable string
26+
- d7bb8844a Fix MD012 multiple consecutive blank lines in docs/monitoring.md
27+
- 18c25a373 Update README index with node disk repair, comparison doc, and decision records for v31.3.0
28+
- a2c34678c (chore): add a init container to make goalerts wait for pgsql and fix secrets
29+
- bc6d0f03e (chore): add a detailed readme for ntfy helm chart
30+
- 1434c7167 (chore): create a proper readme and chart.yaml
31+
- df19f44fa (chore): updated values file for ntfy chart with official chart as upstream dependency
32+
- a5df2d158 Added the AWS_S3_ENDPOINT
33+
- ba7a191dc Added the support for mongodb backup
34+
- 79e69ad5b kubeaid-addons: add extraEnv passthrough to postgres logical-backup
35+
- dbd96f499 (chore): added a new chart for ntfy (offical chart)
36+
- 45b405f95 (chore): add pgsql via kubeaid-addons and update values.yaml
37+
- 1ee51e573 (chore): added helm chart for goalerts
38+
- 782015d6d Hook up new guides and fix pre-existing broken git token links in README
39+
- 194820a6c Document new monitoring features including orphan PVC detection and ZFS replication alerts
40+
- 3012f4db6 Add a quick guide for using the new backup exporter
41+
- a98674361 Add setup instructions for the CISO Assistant GRC platform
42+
- 0ad389120 Add a guide on how to configure and enable the Cilium host firewall
43+
- ac4e72127 Update Hetzner hosting docs for the new dual-CCM architecture and v1.1.7 upgrades
3344

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,50 @@
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 31.3.1
6+
7+
### Features
8+
9+
- fa9a7d583 feat(mongodb): label the backup CronJob for backup-exporter
10+
- 45ac87b26 feat: update vuls chart
11+
- 7f68d444f feat(new): add docker-mailserver helm chart v5.1.1
12+
13+
### Bug Fixes
14+
15+
- e7ba94a32 fix: set gfetch fsGroupChangePolicy to Always to ensure volume permissions are updated on pod startup
16+
- 9523c17c3 fix(cilium): add vswitch+ (used for Hetzner Bare Metal servers in hybrid scenario) to the list of network interface selectors
17+
- 6d083db2f fix(kube-prometheus): make command compatible with older version of bash installed in MacOS
18+
- 4acc980ee fix(kube-prometheus): have a variable for taking the Traefik pod name as input
19+
20+
### Configuration Changes
21+
22+
- c0620e96f chore(sbom): regenerate sbom.md and fix markdownlint output
23+
- e8bd4ba21 chore(sbom): regenerate sbom.md for current chart images
24+
- ce7836357 chore(kubeaid-agent): bump image tag to v0.4.4
25+
26+
### Other Changes
27+
28+
- 270eca569 dependabot: bump the github-actions group across 1 directory with 3 updates
29+
- 557543d7e (fix): pgsql logical backups name as a variable string
30+
- d7bb8844a Fix MD012 multiple consecutive blank lines in docs/monitoring.md
31+
- 18c25a373 Update README index with node disk repair, comparison doc, and decision records for v31.3.0
32+
- a2c34678c (chore): add a init container to make goalerts wait for pgsql and fix secrets
33+
- bc6d0f03e (chore): add a detailed readme for ntfy helm chart
34+
- 1434c7167 (chore): create a proper readme and chart.yaml
35+
- df19f44fa (chore): updated values file for ntfy chart with official chart as upstream dependency
36+
- a5df2d158 Added the AWS_S3_ENDPOINT
37+
- ba7a191dc Added the support for mongodb backup
38+
- 79e69ad5b kubeaid-addons: add extraEnv passthrough to postgres logical-backup
39+
- dbd96f499 (chore): added a new chart for ntfy (offical chart)
40+
- 45b405f95 (chore): add pgsql via kubeaid-addons and update values.yaml
41+
- 1ee51e573 (chore): added helm chart for goalerts
42+
- 782015d6d Hook up new guides and fix pre-existing broken git token links in README
43+
- 194820a6c Document new monitoring features including orphan PVC detection and ZFS replication alerts
44+
- 3012f4db6 Add a quick guide for using the new backup exporter
45+
- a98674361 Add setup instructions for the CISO Assistant GRC platform
46+
- 0ad389120 Add a guide on how to configure and enable the Cilium host firewall
47+
- ac4e72127 Update Hetzner hosting docs for the new dual-CCM architecture and v1.1.7 upgrades
48+
549
## KubeAid Release Version 31.3.0
650

751
### Minor Version Upgrades

0 commit comments

Comments
 (0)