v0.7.0
Changes
- Bump up default executor version to v0.4.1 (#348) @nitishm
- Upgrade Executor to Version v0.4.0 (#347) @jonathan-innis
- Add unit tests for
pkg/workflow
package (#334) @mahalrs - Nitishm/bug/344/finalizer check (#346) @nitishm
- Fix finalizer check (#345) @nitishm
- Workflow serviceaccount not using orkestra SA (#342) @nitishm
- Refactor + unit tests for pkg/workflow/templates.go (#339) @mahalrs
- Add Slack info to CONTRIBUTING.md (#336) @mahalrs
- bug fix: assignment to entry in nil map returned by GetValues() (#338) @mahalrs
- Refactor ConvertToDNS1123() (#335) @mahalrs
- Fix Adding Finalizer Bug (#333) @jonathan-innis
- Remove Unused Code in Rollback (#330) @jonathan-innis
- Improve Conditions Returned By ApplicationGroup (#313) @jonathan-innis
- Disable subchart decomposition if subchart field nil/empty (#325) @nitishm
- Add slack button (#329) @nitishm
- Fix bug where IsFileYaml() returns true if non yaml file's extension contains suffix yaml or yml (#327) @mahalrs
- Add "API Docs" GitHub Action to check if docs are up to date (#324) @mahalrs
- Upgrade to Argo v3.0.7 (#318) @mahalrs
- Move scripts from /scripts to /hack (#319) @mahalrs
- Fix generated release name for apps and subcharts (#317) @mahalrs
- Update ambassador chart url for bookinfo example (#314) @mahalrs
- Revert "Add CI for autogeneration of api docs on push to main" (#312) @nitishm
- Add CI for autogeneration of api docs on push to main (#310) @mahalrs
- Update ConvertToDNS1123() to validate and fix other special characters, max len and starts-with rules (#298) @mahalrs
- Add autogeneration of api docs (#306) @mahalrs
- Refactor Workflow into a Builder Construct (#284) @jonathan-innis
- Update CONTRIBUTING.md (#304) @mahalrs
- Add CODE_OF_CONDUCT.md (#303) @mahalrs
- Update Makefile targets to use scripts to start & stop kinD cluster with local docker registry (#294) @mahalrs
- Update developer docs (refactor) (#288) @mahalrs
- Add Codeowners File to Require Ownership Review (#301) @jonathan-innis
- Fix status badge links in README.md (#295) @nitishm
- Cleanup Reconciler with Refactored Code Portions (#272) @jonathan-innis
- Generate a unique prefix instead of initials when naming subcharts (#283) @mahalrs
- Update .gitignore to ignore testbin created by scripts/setup-envtest.sh (#287) @mahalrs
- Update developer docs with makefile tutorial (#286) @nitishm