Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: dump with Konnect is missing Kong version #758

Merged
merged 1 commit into from Sep 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions 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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions cmd/common_konnect.go
Expand Up @@ -161,6 +161,7 @@ func dumpKonnectV2(ctx context.Context) error {
FileFormat: file.Format(strings.ToUpper(konnectDumpCmdStateFormat)),
WithID: dumpWithID,
RuntimeGroupName: konnectRuntimeGroup,
KongVersion: defaultFetchedKongVersion,
})
}

Expand Down