Skip to content

Commit

Permalink
Merge pull request #200 from fluxcd/release/0.4.0
Browse files Browse the repository at this point in the history
Update changelog for 0.4.0 release
  • Loading branch information
Philip Laine committed Oct 15, 2021
2 parents 620af1d + 0d69f84 commit fd5eb02
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to this project are documented in this file.

## 0.4.0

**Release date:** 2021-10-15

This prerelease includes flux2 [v0.18.3](https://github.com/fluxcd/flux2/releases/tag/v0.18.3).

Flux v0.18 comes with breaking changes, new features, performance improvements and many bug fixes.

Please see the [Upgrade to Flux v0.18 and the v1beta2 API](https://github.com/fluxcd/flux2/discussions/1916) discussion for more details.

**Breaking changes**
With the introduction of Kustomization v1beta2 there is a breaking change that requires a manual state update.

All that is required is to remove the `kubectl_manifest` resource for the Kustomization manifest. This will cause the kubectl provider to overwrite the existing manifest.

```shell
terraform state rm 'kubectl_manifest.sync["kustomize.toolkit.fluxcd.io/v1beta1/kustomization/flux-system/flux-system"]'
```

Future versions of the provider will solve this long term.

## 0.3.1

**Release date:** 2021-09-13
Expand Down

0 comments on commit fd5eb02

Please sign in to comment.