Skip to content

Commit 295f88c

Browse files
committed
chore(release): update CHANGELOG and Release Notes for Kubeaid 32.3.0
1 parent 6ccedcc commit 295f88c

2 files changed

Lines changed: 61 additions & 15 deletions

File tree

.release-notes.md

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,37 @@
1-
## KubeAid Release Version 32.2.0
1+
## KubeAid Release Version 32.3.0
2+
3+
### Minor Version Upgrades
4+
5+
- f6be3647a chore(minor update): Updated netbird-operator from version 0.7.0 to 0.8.0
26

37
### Features
48

5-
- b870d0d06 feat(capi-cluster): bump CAPZ to v1.26.0
6-
- be5962c84 feat(capi-cluster): add AKS (managed control plane) support to the azure chart
7-
- 2ac01a58d feat(rustfs): add optional backup-cleanup CronJob
8-
- 33330bcc3 feat(open-xchange): mail filter properties, Keycloak sync, and cleanup
9-
- c6ec90bd8 feat(capi-cluster): bump CAPA to v2.11.1
10-
- 61b158655 feat(vuls-dictionary): periodic result cleanup via exporter sidecar
11-
- 83f1c1ae4 feat(capi-cluster): add EKS (managed control plane) support to the aws chart
9+
- 1313b0179 feat(backup-exporter): allow reading velero volume policies
10+
- 44dece32a feat(backup-exporter): scope Velero/Postgres alerts to enabled backups, support VELERO_S3_PREFIX
11+
- 72161d383 feat(kubeaid-agent): alert on vulnerable images that have an upgrade available
12+
- bfa2007e0 feat(kubeaid-agent): least-privilege RBAC and a security-posture switch
13+
- a5e365b67 feat(tetragon): ship a curated TracingPolicy set
1214

1315
### Bug Fixes
1416

15-
- f2e15b2af fix(prometheus-linuxaid): corrected bugs in btrfs rules alert expression to make it actually alert disk issues
17+
- 7a9450f3b fix(kubeaid-agent): raise the upgradable threshold off zero
18+
- ec003252e fix(kubeaid-agent): do not alert on collection failure
19+
- 1494a15d2 fix(trivy-operator): stop asserting fixability the alert cannot verify
20+
- 2a19a8b26 fix(prometheus-linuxaid): corrected logics in btrfs alert rules to handle edge cases and fix false positives
21+
- 8d8f00bf4 fix(capi-cluster): add apiGroup to v1beta2 refs; stop declaring AzureManagedControlPlane.sshPublicKey
22+
- bbb91f791 fix(trivy-operator): repair CVE alerts that could never fire
1623

1724
### Configuration Changes
1825

19-
- 55732eaa9 chore(vuls-dictionary): reduce result retention to 7 days
20-
- 3d765a8a4 chore(vuls-dictionary): bump vuls-exporter to 1.4.1
21-
- 62cfe7cfa chore: update netbird signal, relay, managament to 0.76.1 and dashboard to v2.90.9
26+
- 8810ea71a chore: update container image kubeaid-agent to v0.7.0
2227

2328
### Other Changes
2429

25-
- 02048404e ci: run the helm-unittest container as the runner user
26-
- b78f146b2 ci: run the capi-cluster helm-unittest suites on PRs, repair the hetzner suite
27-
- dc3209fd9 docs: document the EKS / AKS managed control planes, fix the Azure key guidance
30+
- 035094dc4 docs(backup-exporter): add chart README, bump appVersion to v1.2.1
31+
- 5c4d8509f style(kubeaid-agent): cut the alert comments back
32+
- 90493f5cc style(trivy-operator): cut the comments back
33+
- 6c0d08cc5 docs(trivy-operator): correct and restructure the README
34+
- 9ddfa556d docs(trivy-operator): correct what the backlog alert actually decides
35+
- 2979ae366 docs(trivy-operator): drop vendor references from the alert comments
36+
- 24273e8fb refactor(trivy-operator): move image correlation out of PromQL
2837

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
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 32.3.0
6+
7+
### Minor Version Upgrades
8+
9+
- f6be3647a chore(minor update): Updated netbird-operator from version 0.7.0 to 0.8.0
10+
11+
### Features
12+
13+
- 1313b0179 feat(backup-exporter): allow reading velero volume policies
14+
- 44dece32a feat(backup-exporter): scope Velero/Postgres alerts to enabled backups, support VELERO_S3_PREFIX
15+
- 72161d383 feat(kubeaid-agent): alert on vulnerable images that have an upgrade available
16+
- bfa2007e0 feat(kubeaid-agent): least-privilege RBAC and a security-posture switch
17+
- a5e365b67 feat(tetragon): ship a curated TracingPolicy set
18+
19+
### Bug Fixes
20+
21+
- 7a9450f3b fix(kubeaid-agent): raise the upgradable threshold off zero
22+
- ec003252e fix(kubeaid-agent): do not alert on collection failure
23+
- 1494a15d2 fix(trivy-operator): stop asserting fixability the alert cannot verify
24+
- 2a19a8b26 fix(prometheus-linuxaid): corrected logics in btrfs alert rules to handle edge cases and fix false positives
25+
- 8d8f00bf4 fix(capi-cluster): add apiGroup to v1beta2 refs; stop declaring AzureManagedControlPlane.sshPublicKey
26+
- bbb91f791 fix(trivy-operator): repair CVE alerts that could never fire
27+
28+
### Configuration Changes
29+
30+
- 8810ea71a chore: update container image kubeaid-agent to v0.7.0
31+
32+
### Other Changes
33+
34+
- 035094dc4 docs(backup-exporter): add chart README, bump appVersion to v1.2.1
35+
- 5c4d8509f style(kubeaid-agent): cut the alert comments back
36+
- 90493f5cc style(trivy-operator): cut the comments back
37+
- 6c0d08cc5 docs(trivy-operator): correct and restructure the README
38+
- 9ddfa556d docs(trivy-operator): correct what the backlog alert actually decides
39+
- 2979ae366 docs(trivy-operator): drop vendor references from the alert comments
40+
- 24273e8fb refactor(trivy-operator): move image correlation out of PromQL
41+
542
## KubeAid Release Version 32.2.0
643

744
### Features

0 commit comments

Comments
 (0)