Skip to content

Release v0.21.0

Choose a tag to compare

@github-actions github-actions released this 29 May 12:50
· 13 commits to main since this release
5591135

Changelog

🚨 Breaking

[OPERATOR]

  • Before the new fields were added to the HelmDeployment's spec, the helm deployer would simply set some 'best guess' defaults. Now, the new fields are forwarded to the generated HelmRelease and some of the defaulting has been removed. To keep the same behavior, these fields need to be set in the HelmDeployment's spec now. Primarily, the fields crds (defaulted to CreateReplace before) and remediation.retries (defaulted to 3 before) in both, spec.install and spec.upgrade, are affected. (#299, @Diaphteiros)

🚀 Features

[OPERATOR]

  • The HelmDeployment resource's spec now contains most fields of flux' HelmRelease resource's spec. They are forwarded to the generated HelmRelease, enabling better customization. (#299, @Diaphteiros)