Releases: baloise/gitopscli
Releases · baloise/gitopscli
v3.1.2
v3.1.1
3.1.0 (2020-04-21)
Added
versioncommand
3.0.1 (2020-04-09)
Added
- Improved error handling while reading
gitops.config.yaml
Changed
- Fixed bug in
sync-appsthat always added atest-app
3.0.0 (2020-03-20)
Added
- Added
--verbosearg to print stack traces in case of errors - Automatic git provider detection. If
--git-provider-urlcontains "github" or "bitbucket" the--git-providerarg is not needed anymore. Until now,bitbucketwas used as default if--git-providerwas missing. - Improved error handling and log outputs
Changed
- Throw an error if a key is not found in the YAML file for
deployandcreate-previewcommands. Until now, the missing key was silently added. --usernameand--paswordare always required- Read
.gitops.config.yamlfrom the master branch fordelete-preview - The
--brancharg of thedelete-previewcommand now only refers to the app repo branch. The config repo changes are pushed tomasterby default or to a randomly created branch name if--create_pris given.
Removed
- Arg shortcuts (except
-vverbose and-hhelp) - The
requirements.txtwas removed in favor of requirements insetup.py. This allows installation with onlypip3 install . - The
--brancharg was removed for commandsdeployandcreate-preview. Forcreate-previewthe app repo branch is detected via the--pr_id. All changes in the config repo are pushed tomasterby default, or to a randomly created branch name if--create_pris given.
2.1.0 (2020-02-09)
Added
- New command
delete-preview - Added initial Changelog.md