Skip to content

Commit 9cd5d0f

Browse files
committed
Prepare release 0.3.0
1 parent 91c28fa commit 9cd5d0f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0](https://github.com/cloudogu/gitops-build-lib/releases/tag/0.3.0) - 2023-03-21
11+
1012
### Added
11-
- Specify `--kube-version ` for `helm template` and kubectl image through the `k8sVersion` parameter.
12-
⚠️ `k8sVersion` has a default value, so this is no breaking change per se. However, depending on the helm chart used,
13-
the rendered result might look different from before where no `--kube-version` parameter was used.
14-
We recommend setting the `k8sVersion`. Double-check the commits in your GitOps repo.
13+
- Add `k8sVersion` parameter.
14+
- Specifies `--kube-version ` for `helm template` (ArgoCD) and
15+
- `kubectl` image (if no explicit `buildImages.kubectl` parameter is used)
16+
- ⚠️ `k8sVersion` has a default value, so this is no breaking change per se. However, depending on the helm chart used,
17+
the rendered result might look different from before where no `--kube-version` parameter was used.
18+
We recommend setting the `k8sVersion`. Double-check the commits in your GitOps repo.
1519

1620
### Changed
1721
- Changed kubectl image from `lachlanevenson/k8s-kubectl` to `bitnami/kubectl`, because it is available for every k8s version out there

0 commit comments

Comments
 (0)