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

chore: release prep for v1.42.0 #1478

Merged
merged 2 commits into from
Dec 13, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions CHANGELOG.md
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)
Expand Down Expand Up @@ -101,6 +102,36 @@
- [v0.2.0](#v020)
- [v0.1.0](#v010)

## [v1.42.0]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## [v1.42.0]
## [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]

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change


### Fixes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### Fixes
### Fixes

- 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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ the GitHub [release page](https://github.com/kong/deck/releases)
or install by downloading the binary:

```shell
$ curl -sL https://github.com/kong/deck/releases/download/v1.41.4/deck_1.41.4_linux_amd64.tar.gz -o deck.tar.gz
$ curl -sL https://github.com/kong/deck/releases/download/v1.42.0/deck_1.42.0_linux_amd64.tar.gz -o deck.tar.gz
$ tar -xf deck.tar.gz -C /tmp
$ sudo cp /tmp/deck /usr/local/bin/
```
Expand All @@ -84,7 +84,7 @@ If you are on Windows, you can download the binary from the GitHub
[release page](https://github.com/kong/deck/releases) or via PowerShell:

```shell
$ curl -sL https://github.com/kong/deck/releases/download/v1.41.4/deck_1.41.4_windows_amd64.tar.gz -o deck.tar.gz
$ curl -sL https://github.com/kong/deck/releases/download/v1.42.0/deck_1.42.0_windows_amd64.tar.gz -o deck.tar.gz
$ tar -xzvf deck.tar.gz
```

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/fatih/color v1.17.0
github.com/google/go-cmp v0.6.0
github.com/kong/go-apiops v0.1.40
github.com/kong/go-database-reconciler v1.16.1
github.com/kong/go-database-reconciler v1.17.0
github.com/kong/go-kong v0.61.0
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ github.com/klauspost/cpuid/v2 v2.2.5 h1:0E5MSMDEoAulmXNFquVs//DdoomxaoTY1kUhbc/q
github.com/klauspost/cpuid/v2 v2.2.5/go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws=
github.com/kong/go-apiops v0.1.40 h1:Dp4IHJ3h61VeOAeQkOisf1BcOP+Ww+gpqnv14HvC6DQ=
github.com/kong/go-apiops v0.1.40/go.mod h1:CNfsa9mHFRfAhT9E2IWTul0Mi1/BldTDmFu5fWcp2us=
github.com/kong/go-database-reconciler v1.16.1 h1:qcQzEuMGfpNjx3UgulBOKulKA+upmHwqw4dy6TMEV7A=
github.com/kong/go-database-reconciler v1.16.1/go.mod h1:7CGvStUvUOmUnodUFsWcW3PX2bJgnaKClJ/yhNGEVIE=
github.com/kong/go-database-reconciler v1.17.0 h1:vL/KskveUR8fflbw+r/6QphSHxV8YahjfSDjNe9pDrI=
github.com/kong/go-database-reconciler v1.17.0/go.mod h1:3L4DP3/YGaDv9Hks4XA1YFm7HfPur2CuBxHI/4+r7NY=
github.com/kong/go-kong v0.61.0 h1:EWnQVMk1u1gy8//Hvui3NVCJZZ+fBnifVcoaIyLq60A=
github.com/kong/go-kong v0.61.0/go.mod h1:e0zgpuCnCbOXQN6e0e235TFJr4IYY8dDg9nLQgG9m7A=
github.com/kong/go-slugify v1.0.0 h1:vCFAyf2sdoSlBtLcrmDWUFn0ohlpKiKvQfXZkO5vSKY=
Expand Down
Loading