diff --git a/CHANGELOG.md b/CHANGELOG.md index 6664fb79a..6bbc28462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Table of Contents +- [v1.15.1](#v1151) - [v1.15.0](#v1150) - [v1.14.0](#v1140) - [v1.13.0](#v1130) @@ -44,6 +45,15 @@ - [v0.2.0](#v020) - [v0.1.0](#v010) +## [v1.15.1] + +> Release date: 2022/09/27 + +### Fixes + +- Fix decK dump when running against Konnect + [#758](https://github.com/Kong/deck/pull/758) + ## [v1.15.0] > Release date: 2022/09/26 @@ -1021,6 +1031,7 @@ No breaking changes have been introduced in this release. Debut release of decK +[v1.15.1]: https://github.com/kong/deck/compare/v1.15.0...v1.15.1 [v1.15.0]: https://github.com/kong/deck/compare/v1.14.0...v1.15.0 [v1.14.0]: https://github.com/kong/deck/compare/v1.13.0...v1.14.0 [v1.13.0]: https://github.com/kong/deck/compare/v1.12.4...v1.13.0 diff --git a/cmd/common_konnect.go b/cmd/common_konnect.go index 31537a671..de5e6207c 100644 --- a/cmd/common_konnect.go +++ b/cmd/common_konnect.go @@ -161,6 +161,7 @@ func dumpKonnectV2(ctx context.Context) error { FileFormat: file.Format(strings.ToUpper(konnectDumpCmdStateFormat)), WithID: dumpWithID, RuntimeGroupName: konnectRuntimeGroup, + KongVersion: defaultFetchedKongVersion, }) }