File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Table of Contents
2
2
3
+ - [ v1.45.0] ( #v1450 )
3
4
- [ v1.44.2] ( #v1442 )
4
5
- [ v1.44.1] ( #v1441 )
5
6
- [ v1.44.0] ( #v1440 )
108
109
- [ v0.2.0] ( #v020 )
109
110
- [ v0.1.0] ( #v010 )
110
111
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
+
111
124
## [ v1.44.2]
112
125
> Release date: 2025/02/13
113
126
@@ -2019,6 +2032,7 @@ No breaking changes have been introduced in this release.
2019
2032
2020
2033
Debut release of decK
2021
2034
2035
+ [ v1.45.0 ] : https://github.com/Kong/deck/compare/v1.44.2...v1.45.0
2022
2036
[ v1.44.2 ] : https://github.com/Kong/deck/compare/v1.44.1...v1.44.2
2023
2037
[ v1.44.1 ] : https://github.com/Kong/deck/compare/v1.44.0...v1.44.1
2024
2038
[ v1.44.0 ] : https://github.com/Kong/deck/compare/v1.43.1...v1.44.0
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ the GitHub [release page](https://github.com/kong/deck/releases)
73
73
or install by downloading the binary:
74
74
75
75
``` 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
77
77
$ tar -xf deck.tar.gz -C /tmp
78
78
$ sudo cp /tmp/deck /usr/local/bin/
79
79
```
@@ -84,7 +84,7 @@ If you are on Windows, you can download the binary from the GitHub
84
84
[ release page] ( https://github.com/kong/deck/releases ) or via PowerShell:
85
85
86
86
``` 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
88
88
$ tar -xzvf deck.tar.gz
89
89
```
90
90
You can’t perform that action at this time.
0 commit comments