-
Notifications
You must be signed in to change notification settings - Fork 129
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
chore: release prep for v1.42.0 #1478
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
@@ -1,5 +1,6 @@ | ||||||||
# Table of Contents | ||||||||
|
||||||||
- [v1.42.0](#v1420) | ||||||||
- [v1.41.4](#v1414) | ||||||||
- [v1.41.3](#v1413) | ||||||||
- [v1.41.2](#v1412) | ||||||||
|
@@ -101,6 +102,36 @@ | |||||||
- [v0.2.0](#v020) | ||||||||
- [v0.1.0](#v010) | ||||||||
|
||||||||
## [v1.42.0] | ||||||||
> Release date: 2024/12/13 | ||||||||
|
||||||||
### Added | ||||||||
- Added a new flag `--online-entities-list` to validate the specified entities | ||||||||
via `deck gateway validate` command. | ||||||||
[#1458](https://github.com/Kong/deck/pull/1458) | ||||||||
- Added feature to ignore entities tagged with `konnect-managed` during | ||||||||
deck dump, sync and diff. This is valid for Konnect entities only. | ||||||||
[#1478](https://github.com/Kong/deck/pull/1478) | ||||||||
[go-database-reconciler #153](https://github.com/Kong/go-database-reconciler/pull/153) | ||||||||
- Improved speed for deck sync/diff operations involving consumer-groups | ||||||||
for gw 3.9+. The underlying API call to `GET /consumer_group` is called | ||||||||
with query parameter `list_consumers=false`, making it faster for deck | ||||||||
to deal with cases where a consumer-group holds many consumers. | ||||||||
(#1475)[https://github.com/Kong/deck/pull/1475] | ||||||||
(go-kong #487)[https://github.com/Kong/go-kong/pull/487] | ||||||||
|
||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
|
||||||||
### Fixes | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
- Fixed issue where tags were not getting propagated to consumer-group plugins. | ||||||||
[#1478](https://github.com/Kong/deck/pull/1458) | ||||||||
[go-database-reconciler #151](https://github.com/Kong/go-database-reconciler/pull/151) | ||||||||
[go-kong #485](https://github.com/Kong/go-kong/pull/485) | ||||||||
- Enhanced help message for generate-imports-for-control-plane-id flag | ||||||||
[#1448](https://github.com/Kong/deck/pull/1448) | ||||||||
- Restored to using Gateway API generation in `deck file kong2kic`, rather than | ||||||||
Ingress API | ||||||||
[#1431](https://github.com/Kong/deck/pull/1431) | ||||||||
|
||||||||
## [v1.41.4] | ||||||||
> Release date: 2024/11/26 | ||||||||
|
||||||||
|
@@ -1883,6 +1914,7 @@ No breaking changes have been introduced in this release. | |||||||
|
||||||||
Debut release of decK | ||||||||
|
||||||||
[v1.42.0]: https://github.com/Kong/deck/compare/v1.41.4...v1.42.0 | ||||||||
[v1.41.4]: https://github.com/Kong/deck/compare/v1.41.3...v1.41.4 | ||||||||
[v1.41.3]: https://github.com/Kong/deck/compare/v1.41.2...v1.41.3 | ||||||||
[v1.41.2]: https://github.com/Kong/deck/compare/v1.41.1...v1.41.2 | ||||||||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.