Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Mar 13:08
· 105 commits to master since this release
f819c37

Big thanks to @MrLuje for that release!

To be on par with the API surface of Argo CD, "orphaned resources monitoring" will be only enabled if it is explicitly declared. Monitoring enabled because of the previous default behavior will be detected as a removal on next apply.

This is a BREAKING CHANGE with the current version :

"Orphaned resources" block specified Current version This PR
Yes Enables monitoring Enables monitoring
No Enables monitoring Disables monitoring

Changelog

  • f819c37 fix: constant orphaned changes if not specified & crash (#153)