Skip to content

Releases: mxcd/gitops-cli

GitOps CLI 2.1.4

07 Mar 10:00
fae4dcc

Choose a tag to compare

Applying --dir filter also to loaded values files to speed up single secret application in large repositories

Full Changelog: 2.1.3...2.1.4

GitOps CLI 2.1.3

04 Dec 11:22
c06eb6f

Choose a tag to compare

Changes:

  • including secret's namespace in the name collision detection

Full Changelog: 2.1.2...2.1.3

GitOps CLI 2.1.2

15 Jun 09:58
b0d68ba

Choose a tag to compare

  • Fixing a small bug that prevents the detection of a locally deleted secret
    Full Changelog: 2.1.1...2.1.2

GitOps CLI 2.1.1

13 Jun 16:58
85691c9

Choose a tag to compare

What's Changed

  • error on name duplication & hiding unchanged secrets by @mxcd in #3

Full Changelog: 2.1.0...2.1.1

GitOps CLI 2.1.0

27 Apr 16:50
f9c4c14

Choose a tag to compare

GitOps CLI 2.1.0

Introducing multi-cluster support 🎉
It is now possible to address multiple Kubernetes clusters while shipping secrets

What's Changed

  • feature/multi cluster by @mxcd in #2

Full Changelog: 2.0.0...2.1.0

2.0.0

12 Apr 17:20
db290d5

Choose a tag to compare

docs: fixing README styling [skip-ci]

2.0.0-rc1

09 Apr 11:59

Choose a tag to compare

feat: adding windows paths and line endings support

2.0.0-beta-7: feat: adding merge function to support templating (#1)

05 Apr 11:42
4eaedb7

Choose a tag to compare

* feat: adding merge function to support templating

* feat: adding secret templating upon loading

* feat: adding support for k8s ConfigMap as type

2.0.0-beta-6

03 Apr 21:21
f6841df

Choose a tag to compare

fix: removing arm64 docker target

2.0.0-beta-5

31 Mar 00:51
999966d

Choose a tag to compare

fix(ci): setting global git user