Skip to content

Commit

Permalink
chore: update changelog for 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GGabriele committed Dec 21, 2022
1 parent 4385450 commit 2d89df1
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Table of Contents

- [Unreleased](#Unreleased)
- [v1.17.0](#v1170)
- [v1.16.1](#v1161)
- [v1.16.0](#v1160)
- [v1.15.1](#v1151)
Expand Down Expand Up @@ -48,25 +48,34 @@
- [v0.2.0](#v020)
- [v0.1.0](#v010)

## [Unreleased]
## [v1.17.0]

> Release date: TBD
> Release date: 2022/12/21
### Fixes

- Do not print full diffs with Create and Delete actions.
[#806](https://github.com/Kong/deck/pull/806)
- Update go-kong to fix a bug causing misleading diffs with
nested plugins configuration fields.
[go-kong #244](https://github.com/Kong/go-kong/pull/244)
- Remove `github.com/imdario/mergo` replace from `go.mod` and bump `go-kong` to
`v0.34.0`
[#809](https://github.com/Kong/deck/pull/809)

### Added

- Add support to Consumer Groups for both Kong Gateway and Konnect.
[#760](https://github.com/Kong/deck/pull/760)
- Enhance error messages during dump for plugins.
[#791](https://github.com/Kong/deck/pull/791)
- Add support to defaults injection when running
against Konnect.
[#788](https://github.com/Kong/deck/pull/788)

### Misc

- Remove `github.com/imdario/mergo` replace from `go.mod` and bump `go-kong` to
`v0.34.0`
[#809](https://github.com/Kong/deck/pull/809)

## [v1.16.1]

> Release date: 2022/11/09
Expand Down Expand Up @@ -1093,7 +1102,7 @@ No breaking changes have been introduced in this release.

Debut release of decK

[Unreleased]: https://github.com/kong/deck/compare/v1.16.1...Unreleased
[v1.17.0]: https://github.com/kong/deck/compare/v1.16.1...v1.17.0
[v1.16.1]: https://github.com/kong/deck/compare/v1.16.0...v1.16.1
[v1.16.0]: https://github.com/kong/deck/compare/v1.15.1...v1.16.0
[v1.15.1]: https://github.com/kong/deck/compare/v1.15.0...v1.15.1
Expand Down

0 comments on commit 2d89df1

Please sign in to comment.