Releases: leonsteinhaeuser/openshift-gitops-cli
Releases · leonsteinhaeuser/openshift-gitops-cli
v0.5.0
Release 0.5.0 [2025-03-18T16:42:19Z]
Changelog
Features
- abc8270: feat: add GitHub issue template (@leonsteinhaeuser)
- 5af3cc5: feat: add addon Group, ClusterPath and BasePath information to templating (#14) (@leonsteinhaeuser)
- 4d12761: feat: environment and stage addons (#13) (@leonsteinhaeuser)
Docker Images
- ghcr.io/leonsteinhaeuser/openshift-gitops-cli:v0.5.0
- ghcr.io/leonsteinhaeuser/openshift-gitops-cli:v0
- ghcr.io/leonsteinhaeuser/openshift-gitops-cli:v0.5
- ghcr.io/leonsteinhaeuser/openshift-gitops-cli:latest
v0.4.0
Release 0.4.0 [2025-03-10T10:55:05Z]
Changelog
Bug fixes
- f10e76a: fix: MIT license file header (@leonsteinhaeuser)
- 8255545: fix: issues discovered during CI runs (#9) (@leonsteinhaeuser)
Code refactoring
- b46ca05: refactor: menu layout and business logic flow (#11) (@leonsteinhaeuser)
Others
- 785ce0b: chore(deps): bump golang.org/x/crypto from 0.26.0 to 0.31.0 in the go_modules group across 1 directory (#7) (@dependabot[bot])
- 96a0081: chore: improve tests (#10) (@leonsteinhaeuser)
Docker Images
- ghcr.io/leonsteinhaeuser/openshift-gitops-cli:v0.4.0
- ghcr.io/leonsteinhaeuser/openshift-gitops-cli:v0
- ghcr.io/leonsteinhaeuser/openshift-gitops-cli:v0.4
- ghcr.io/leonsteinhaeuser/openshift-gitops-cli:latest
v0.3.0
Release 0.3.0 [2025-03-01T00:06:23Z]
Changelog
Features
- a093748: feat: cluster addons (#6) (@leonsteinhaeuser)
Bug fixes
- 7c5ccf5: fix: repo name in ci (@leonsteinhaeuser)
Others
- ff5e91a: chore(deps): bump golang.org/x/sys from 0.0.0-20181122145206-62eef0e2fa9b to 0.1.0 in the go_modules group across 1 directory (#1) (@dependabot[bot])
- c133165: chore: add check to cli whether the default value is set or not (@leonsteinhaeuser)
Docker Images
- ghcr.io/leonsteinhaeuser/openshift-gitops-cli:v0.3.0
- ghcr.io/leonsteinhaeuser/openshift-gitops-cli:v0
- ghcr.io/leonsteinhaeuser/openshift-gitops-cli:v0.3
- ghcr.io/leonsteinhaeuser/openshift-gitops-cli:latest
v0.2.0
Release 0.2.0 [2025-02-27T09:51:15Z]
Changelog
Features
- 09cdc79: feat: pre and post hooks (#2) (@leonsteinhaeuser)
v0.1.0
Release 0.1.0 [2025-02-27T09:44:36Z]
Changelog
Features
- 09588b3 feat: add CI and build configs
- e88559b feat: add option to update an existing cluster
- 08fe08a feat: add project config file handling
- fafe933 feat: add template file handling
- 08776c0 feat: implement cli command handling
- 60e544e feat: implement context menu for dealing with environments, stages and clusters
- 4cb2ceb feat: implement interactive boolean question
- 7488892 feat: implement project file handling
- 36cac14 feat: implement property delegation between environments, stages and clusters
- 0710721 feat: implement reduce map function
- 0b86efd feat: implement string question
- 2891bde feat: implement update environment, stage and cluster properties
- 8afca01 feat: implemented custom property option for stages
- 714f412 feat: implemented helper function to deal with map keys as list
Bug fixes
- a04a75a fix: path building
- b773929 fix: replace yaml parsing tag with json
- 01e83ca fix: unique stage name comparision agains environments
Others
- 3cdf604 chore: ignore PROJECT.yaml file
- 3f6713d chore: ignore overlays/ folder
- 429cbb6 chore: improve property handling for environments, stages and clusters
- 8ba2e28 chore: improve template file parsing
- 0379706 chore: remove unnecessary comments
- 2db29b5 chore: rename git repository
- 113f664 chore: rename git repository
- 62e6a26 chore: update README.md
- 4a8e911 chore: update go dependencies