Skip to content

Commit

Permalink
chore: changelog PR for v1.45.0 (#1547)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashansa-K authored Feb 26, 2025
1 parent af54736 commit b97bb33
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Table of Contents

- [v1.45.0](#v1450)
- [v1.44.2](#v1442)
- [v1.44.1](#v1441)
- [v1.44.0](#v1440)
Expand Down Expand Up @@ -108,6 +109,18 @@
- [v0.2.0](#v020)
- [v0.1.0](#v010)

## [v1.45.0]
> Release date: 2025/02/26
### Added
- Added `--skip-consumers-with-consumer-groups` flag to sync and
diff commands. It ensures that list_consumers=false while querying
a consumer-group. This is beneficial for enterprise customers who
sync consumers separately on a different cadence but require
frequent changes in other entity configurations. Not listing
consumers leads to a boost in performance in such cases.
[#1545](/~https://github.com/Kong/deck/pull/1545)

## [v1.44.2]
> Release date: 2025/02/13
Expand Down Expand Up @@ -2019,6 +2032,7 @@ No breaking changes have been introduced in this release.

Debut release of decK

[v1.45.0]: /~https://github.com/Kong/deck/compare/v1.44.2...v1.45.0
[v1.44.2]: /~https://github.com/Kong/deck/compare/v1.44.1...v1.44.2
[v1.44.1]: /~https://github.com/Kong/deck/compare/v1.44.0...v1.44.1
[v1.44.0]: /~https://github.com/Kong/deck/compare/v1.43.1...v1.44.0
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.44.2/deck_1.44.2_linux_amd64.tar.gz -o deck.tar.gz
$ curl -sL /~https://github.com/kong/deck/releases/download/v1.45.0/deck_1.45.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.44.2/deck_1.44.2_windows_amd64.tar.gz -o deck.tar.gz
$ curl -sL /~https://github.com/kong/deck/releases/download/v1.45.0/deck_1.45.0_windows_amd64.tar.gz -o deck.tar.gz
$ tar -xzvf deck.tar.gz
```

Expand Down

0 comments on commit b97bb33

Please sign in to comment.