Skip to content

Commit b97bb33

Browse files
authored
chore: changelog PR for v1.45.0 (#1547)
1 parent af54736 commit b97bb33

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Table of Contents
22

3+
- [v1.45.0](#v1450)
34
- [v1.44.2](#v1442)
45
- [v1.44.1](#v1441)
56
- [v1.44.0](#v1440)
@@ -108,6 +109,18 @@
108109
- [v0.2.0](#v020)
109110
- [v0.1.0](#v010)
110111

112+
## [v1.45.0]
113+
> Release date: 2025/02/26
114+
115+
### Added
116+
- Added `--skip-consumers-with-consumer-groups` flag to sync and
117+
diff commands. It ensures that list_consumers=false while querying
118+
a consumer-group. This is beneficial for enterprise customers who
119+
sync consumers separately on a different cadence but require
120+
frequent changes in other entity configurations. Not listing
121+
consumers leads to a boost in performance in such cases.
122+
[#1545](https://github.com/Kong/deck/pull/1545)
123+
111124
## [v1.44.2]
112125
> Release date: 2025/02/13
113126
@@ -2019,6 +2032,7 @@ No breaking changes have been introduced in this release.
20192032

20202033
Debut release of decK
20212034

2035+
[v1.45.0]: https://github.com/Kong/deck/compare/v1.44.2...v1.45.0
20222036
[v1.44.2]: https://github.com/Kong/deck/compare/v1.44.1...v1.44.2
20232037
[v1.44.1]: https://github.com/Kong/deck/compare/v1.44.0...v1.44.1
20242038
[v1.44.0]: https://github.com/Kong/deck/compare/v1.43.1...v1.44.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ the GitHub [release page](https://github.com/kong/deck/releases)
7373
or install by downloading the binary:
7474

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

8686
```shell
87-
$ curl -sL https://github.com/kong/deck/releases/download/v1.44.2/deck_1.44.2_windows_amd64.tar.gz -o deck.tar.gz
87+
$ curl -sL https://github.com/kong/deck/releases/download/v1.45.0/deck_1.45.0_windows_amd64.tar.gz -o deck.tar.gz
8888
$ tar -xzvf deck.tar.gz
8989
```
9090

0 commit comments

Comments
 (0)