Releases: Karandash8/make-argocd-fly
Releases · Karandash8/make-argocd-fly
v0.2.1
What's Changed
- Set argocd application directory recurse flag by @Karandash8 in #100
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Consolidate argocd variables by @Karandash8 in #94
- Add application sync_wave annotation by @Karandash8 in #95
- Fix variable scopes merging when referencing another variable by @Karandash8 in #99
Breaking changes
- argocd variables structure (see README)
project
anddestination_namespace
application parameters were moved to argocd variables
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Rewrite readme by @Karandash8 in #90
- Refactor applications logic by @Karandash8 in #93
Breaking changes
- Files referenced with include and include_raw shall not contain application directory in the path (e.g.,
app_X/files/myfile.json
->files/myfile.json
) - In order to render non kubernetes manifest files a new application parameter (non_k8s_files_to_render) shall be used (common use-case is values.yml file for helm).
Full Changelog: v0.0.42...v0.1.0
v0.0.42
What's Changed
- Make latest version check optional by @Karandash8 in #85
- Improve docs by @Karandash8 in #86
- Add argocd independent manual app test by @Karandash8 in #89
Full Changelog: v0.0.41...v0.0.42
v0.0.41
What's Changed
- Check if version of make_argocd_fly is the latest available by @Karandash8 in #82
Full Changelog: v0.0.39...v0.0.41
v0.0.39
What's Changed
- Add --print-vars cli parameter by @Karandash8 in #77
- Introduce app_name and env_name variables by @Karandash8 in #78
- Allow referencing variables in variables in config file by @Karandash8 in #79
Full Changelog: v0.0.38...v0.0.39
v0.0.38
What's Changed
- Log app/env on kustomize failures by @Karandash8 in #71
- Add support for helm values file in kistomize by @Karandash8 in #74
Full Changelog: v0.0.37...v0.0.38
v0.0.37
What's Changed
- Fix exception handling in coroutines by @Karandash8 in #69
- Retry kustomize execution by @Karandash8 in #70
Full Changelog: v0.0.36...v0.0.37
v0.0.36
v0.0.35
What's Changed
- Introduce more control on applications output directories cleanup by @Karandash8 in #57
- fix: resource separator by @Karandash8 in #60
Full Changelog: v0.0.34...v0.0.35