Skip to content

Commit 9fece6a

Browse files
App Manager v1.124.0 release notes (#2993)
1 parent 41ccf19 commit 9fece6a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/release-notes/rn-app-manager.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,28 @@ The following table lists the versions of Kubernetes that are compatible with ea
1818

1919
<!--RELEASE_NOTES_PLACEHOLDER-->
2020

21+
## 1.124.0
22+
23+
Released on January 24, 2025
24+
25+
Support for Kubernetes: 1.29, 1.30, and 1.31
26+
27+
### New Features {#new-features-1-124-0}
28+
* You can migrate Helm charts that were installed with HelmChart v1beta1 and `useHelmInstall: false` to HelmChart v1beta2 by passing the `--take-ownership` flag to the `helmUpgradeFlags` field in HelmChart custom resource as shown below:
29+
30+
```yaml
31+
# HelmChart v1 beta2
32+
apiVersion: kots.io/v1beta2
33+
kind: HelmChart
34+
metadata:
35+
name: samplechart
36+
spec:
37+
helmUpgradeFlags:
38+
- --take-ownership
39+
```
40+
41+
This flag allows Helm to take ownership of existing resources that were installed without Helm, like resources deployed with HelmChart v1beta1 and `useHelmInstall: false`.
42+
2143
## 1.123.1
2244

2345
Released on January 13, 2025

0 commit comments

Comments
 (0)