Skip to content

Commit 048a7dd

Browse files
authored
chore: added changelog for v1.46.0 (#1577)
1 parent a45678e commit 048a7dd

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGELOG.md

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

3+
- [v1.46.0](#v1460)
34
- [v1.45.0](#v1450)
45
- [v1.44.2](#v1442)
56
- [v1.44.1](#v1441)
@@ -109,6 +110,27 @@
109110
- [v0.2.0](#v020)
110111
- [v0.1.0](#v010)
111112

113+
## [v1.46.0]
114+
> Release date: 2025/04/01
115+
116+
### Added
117+
- Added support for `partials` entity in deck.
118+
[#1570](https://github.com/Kong/deck/pull/1570)
119+
[go-database-reconciler #](https://github.com/Kong/go-database-reconciler/pull/215)
120+
[go-kong #](https://github.com/Kong/go-kong/pull/507)
121+
122+
### Fixed
123+
- Updated `golang.org/x/net` from 0.34.0 to 0.36.0 to
124+
account for vulnerability [CVE-2025-22870](https://github.com/advisories/GHSA-qxp5-gwg8-xv66)
125+
- Fixed false errors coming for consumer creation while using
126+
default_lookup_tags for consumer_groups, specifically when tags
127+
on the consumer_group and consumer didn't match.
128+
[#1576](https://github.com/Kong/deck/pull/1576)
129+
[go-database-reconciler](https://github.com/Kong/go-database-reconciler/pull/228)
130+
- Fixed `deck file kong2kic` command to correctly process
131+
top-level plugin and route entities.
132+
[#1555](https://github.com/Kong/deck/pull/1555)
133+
112134
## [v1.45.0]
113135
> Release date: 2025/02/26
114136
@@ -2032,6 +2054,7 @@ No breaking changes have been introduced in this release.
20322054

20332055
Debut release of decK
20342056

2057+
[v1.46.0]: https://github.com/Kong/deck/compare/v1.45.0...v1.46.0
20352058
[v1.45.0]: https://github.com/Kong/deck/compare/v1.44.2...v1.45.0
20362059
[v1.44.2]: https://github.com/Kong/deck/compare/v1.44.1...v1.44.2
20372060
[v1.44.1]: https://github.com/Kong/deck/compare/v1.44.0...v1.44.1

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.45.0/deck_1.45.0_linux_amd64.tar.gz -o deck.tar.gz
76+
$ curl -sL https://github.com/kong/deck/releases/download/v1.46.0/deck_1.46.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.45.0/deck_1.45.0_windows_amd64.tar.gz -o deck.tar.gz
87+
$ curl -sL https://github.com/kong/deck/releases/download/v1.46.0/deck_1.46.0_windows_amd64.tar.gz -o deck.tar.gz
8888
$ tar -xzvf deck.tar.gz
8989
```
9090

0 commit comments

Comments
 (0)