Skip to content

Commit

Permalink
docs(changelog) document changes for v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hbagdi committed Dec 8, 2019
1 parent 568c481 commit 69bdff4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Table of Contents

- [v0.7.0](#v070---20191207)
- [v0.6.2](#v062---20191116)
- [v0.6.1](#v061---20191108)
- [v0.6.0](#v060---20191103)
Expand All @@ -11,6 +12,31 @@
- [v0.2.0](#v020---20190401)
- [v0.1.0](#v010---20190112)

## [v0.7.0] - 2019/12/07

### Breaking changes

- `sync` command now shows the progress of the sync. Previously, the command
did not output anything but errors.

### Added

- Configuration of multiple plugin instances can now be de-duplicated using
`_plugin_configs` field in the state file.
[#93](https:/hbagdi/deck/issues/93)
- A summary is now presented at the end of a `diff` or `sync`
operation showing the count of resources created/updated/deleted.
[#101](https:/hbagdi/deck/issues/101)
- `sync` command now shows the progress of the sync as the sync takes place,
making it easier to track progress in large environments.
[#100](https:/hbagdi/deck/issues/100)
- `--non-zero-exit-code` flag hsa been added to `diff` command. Using
this flag causes decK to exit with a non-zero exit code if a diff is
detected, making it easier to script decK in CI pipelines.
[#98](https:/hbagdi/deck/issues/98)
- A new docs website has been setup for the project:
[https://deck.yolo42.com](https://deck.yolo42.com)

## [v0.6.2] - 2019/11/16

### Fixed
Expand Down Expand Up @@ -293,6 +319,7 @@ No breaking changes have been introduced in this release.

Debut release of decK

[v0.7.0]: https:/hbagdi/deck/compare/v0.6.2...v0.7.0
[v0.6.2]: https:/hbagdi/deck/compare/v0.6.1...v0.6.2
[v0.6.1]: https:/hbagdi/deck/compare/v0.6.0...v0.6.1
[v0.6.0]: https:/hbagdi/deck/compare/v0.5.2...v0.6.0
Expand Down

0 comments on commit 69bdff4

Please sign in to comment.