Skip to content

Releases: baloise/gitopscli

v4.1.0

22 Jul 14:27
19319b8
Compare
Choose a tag to compare

4.1.0 (2020-07-22)

Features

  • deploy: add optional commit message argument (19319b8)

v4.0.3

06 Jul 13:10
2f9cdff
Compare
Choose a tag to compare

4.0.3 (2020-07-06)

Bug Fixes

  • delete-pr-preview command: only hash branch name inside delete preview command (55356f8)

v4.0.2

06 Jul 12:00
Compare
Choose a tag to compare

4.0.2 (2020-07-06)

Bug Fixes

  • create-pr-preview command: add missing command param to method call (178e7b4)

v4.0.1

15 Jun 07:23
e669379
Compare
Choose a tag to compare

4.0.1 (2020-06-15)

Bug Fixes

  • create-preview command: add mistakenly deleted command param (e669379)

v4.0.0

14 Jun 18:28
5bdd636
Compare
Choose a tag to compare

4.0.0 (2020-06-14)

⚠ BREAKING CHANGES

  • create-preview/delete-preview: introduce new create-pr-preview and delete-pr-preview commands and refactor old create-preview and delete-preview to use different approach create-pr-preview: handles deployment of preview env and chatops (comments in the pr) create-preview: only handled deployment of the preview env delete-pr-preview: deletes deployment of preview env which was created with create-pr-preview command delete-preview: deletes deployment of preview env which was created with create-preview command BREAKING CHANGE: if you used create-preview you now need to switch to create-pr-preview, if you used delete-preview you now need to switch to delete-pr-preview command

Code Refactoring

  • create-preview/delete-preview: introduce new create-pr-preview and delete-pr-preview commands and refactor old create-preview and delete-preview to use different approach create-pr-preview: handles deployment of preview env and chatops (comments in the pr) create-preview: only handled deployment of the preview env delete-pr-preview: deletes deployment of preview env which was created with create-pr-preview command delete-preview: deletes deployment of preview env which was created with create-preview command BREAKING CHANGE: if you used create-preview you now need to switch to create-pr-preview, if you used delete-preview you now need to switch to delete-pr-preview command (5bdd636)

v3.2.1

25 May 15:51
9748e49
Compare
Choose a tag to compare

3.2.1 (2020-05-25)

Bug Fixes

  • delete-preview: improve error message for missing .gitops.config.yaml (0b4fe09)
  • delete-preview: only create new branch in config repo if --create-pr (4046d84)

v3.2.0

14 May 09:45
acabfd7
Compare
Choose a tag to compare

3.2.0 (2020-05-14)

Features

  • deploy: add support for updating values in YAML arrays (9cb5bb2)

v3.1.2

22 Apr 07:23
7f39c21
Compare
Choose a tag to compare

3.1.2 (2020-04-22)

Bug Fixes

  • sync-apps: prevent YAML anchors in application objects (8605e94)

v3.1.1

21 Apr 21:13
Compare
Choose a tag to compare

3.1.1 (2020-04-21)

Bug Fixes

  • create-preview: improve commit messages and PR comments (62e81cf)
  • create-preview: mention PR branch instead of config branch in commit message (667c6a4)
  • delete-preview: improve commit messages and PR comments (32274fe)

3.1.0 (2020-04-21)

21 Apr 19:59
Compare
Choose a tag to compare

Added

  • version command