Releases: rumstead/gitops-toolkit
Releases · rumstead/gitops-toolkit
v1.2.1
v1.2.0
What's Changed
- docs(go-report): updating go report by @rumstead in #29
- feat(argo): supporting lates argo cd version by @rumstead in #31
BREAKING CHANGE
This could break people trying to use Argo CD sub v2.10. It is untested but you may be able to get around this via the ARGOFLAGS
env variable and providing --insecure
.
Full Changelog: v1.1.4...v1.2.0
v1.1.4
v1.1.3
What's Changed
- Feature Branch Builds by @bradfordwagner in #26
- fix(bind.addr): argocd login by @bradfordwagner in #27
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- Paramaterize kubectl port-forward bind address by @bradfordwagner in #25
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
BREAKING CHANGE
For those using podman or a container runtime that doesn't use host.docker.internal
, the CRI_GATEWAY
environment variable now requires the full URL. See the troubleshooting guide for more details.
What's Changed
New Contributors
Full Changelog: v1.0.2...v1.1.0
v1.0.2
v1.0.1
v1.0.0
BREAKING CHANGE
How additional args are passed in has changed from a map to an array. Please see the examples for yaml and json.
Your old config files will not work.
What's Changed
- Make K3d Args Passthrough by @bradfordwagner in #15
Full Changelog: v0.0.7...v1.0.0