Skip to content

Releases: rumstead/gitops-toolkit

v1.2.1

21 Oct 17:43
3e41669
Compare
Choose a tag to compare

What's Changed

v1.2.0 wouldn't allow you to login to Arog CD without disabling TLS on all the Argo CD components.

  • fix(argoflags): updating how and were we apply argoflags by @rumstead in #33

Full Changelog: v1.2.0...v1.2.1

v1.2.0

09 Oct 17:59
921a1c0
Compare
Choose a tag to compare

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

13 May 13:01
8e38330
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.3

10 May 18:17
a2e9203
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2

22 Feb 15:17
b019ea2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

16 Feb 13:32
a34e40f
Compare
Choose a tag to compare

What's Changed

  • feat: upgrading dependencies and changing wait condition for coredns by @rumstead in #23
  • Update release.yaml by @rumstead in #24

Full Changelog: v1.1.0...v1.1.1

v1.1.0

29 Nov 14:20
01d2593
Compare
Choose a tag to compare

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

  • Adjustments to support WSL environements by @eramella in #21

New Contributors

Full Changelog: v1.0.2...v1.1.0

v1.0.2

14 Sep 10:50
e3750e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

12 Sep 19:17
9f8926a
Compare
Choose a tag to compare
Fix: updating example schema

v1.0.0

25 May 20:42
2f0b026
Compare
Choose a tag to compare

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

Full Changelog: v0.0.7...v1.0.0