Skip to content

Commit 178ccd3

Browse files
update changelog
1 parent 58c10b1 commit 178ccd3

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

66
## [Unreleased]
7+
8+
### Added
9+
- Added `--verbose` arg to print stack traces in case of errors
10+
- Automatic git provider detection. If `--git-provider-url` contains "github" or "bitbucket" the `--git-provider` arg is not needed anymore. Until now, `bitbucket` was used as default if `--git-provider` was missing.
11+
- Improved error handling and log outputs
12+
713
### Changed
14+
- Throw an error if a key is not found in the YAML file for `deploy` and `create-preview` commands. Until now, the missing key was silently added.
15+
- `--username` and `--pasword` are always required
16+
- Read `.gitops.config.yaml` from the master branch for `delete-preview`
817
- The `--branch` arg of the `delete-preview` command now only refers to the app repo branch. The config repo changes are pushed to `master` by default or to a randomly created branch name if `--create_pr` is given.
918

1019
### Removed
20+
- Arg shortcuts (except `-v` verbose and `-h` help)
21+
- The `requirements.txt` was removed in favor of requirements in `setup.py`. This allows installation with only `pip3 install .`
1122
- The `--branch` arg was removed for commands `deploy` and `create-preview`. For `create-preview` the app repo branch is detected via the `--pr_id`. All changes in the config repo are pushed to `master` by default, or to a randomly created branch name if `--create_pr` is given.
1223

1324
## [2.1.0] - 2020-02-09
25+
1426
### Added
1527
- New command `delete-preview`
16-
- Added initial Changelog.md
17-
- Added `--verbose` arg
18-
- Improved git error handling
19-
- Improved yaml update error handling
20-
### Removed
21-
- arg shortcuts (except -v verbose and -h help)
28+
- Added initial Changelog.md

0 commit comments

Comments
 (0)