Skip to content

Commit

Permalink
chore: release prep for v1.44.0 (#1520)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashansa-K authored Feb 7, 2025
1 parent 5f266f9 commit e49bf8b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Table of Contents

- [v1.44.0](#v1440)
- [v1.43.1](#v1431)
- [v1.43.0](#v1430)
- [v1.42.1](#v1421)
Expand Down Expand Up @@ -105,6 +106,24 @@
- [v0.2.0](#v020)
- [v0.1.0](#v010)

## [v1.44.0]
> Release date: 2025/02/07
### Added
- Added support for consumer-group policy overrides in Kong Gateway
version 3.4+ (until next major version is released). This is enabled
via flag `--consumer-group-policy-overrides` in sync, diff and dump
commands. Consumer-group policy overrides, though supported, are a
deprecated feature in the Kong Gateway and users should consider
moving to Consumer-group scoped plugins instead. Mixing of the two
approaches should be avoided.
[#1518](https://github.com/Kong/deck/pull/1518)
[go-database-reconciler #191](https://github.com/Kong/go-database-reconciler/pull/191)
- Added support for managing `degraphql_routes` via deck for both
Kong Gateway and Konnect.
[#1505](https://github.com/Kong/deck/pull/1505)
[go-database-reconciler #154](https://github.com/Kong/go-database-reconciler/pull/154)

## [v1.43.1]
> Release date: 2025/01/29
Expand Down Expand Up @@ -1978,6 +1997,7 @@ No breaking changes have been introduced in this release.

Debut release of decK

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

Expand Down

0 comments on commit e49bf8b

Please sign in to comment.