Skip to content

Commit 308526f

Browse files
authored
chore: release prep for v1.47.0 (#1619)
1 parent faec607 commit 308526f

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG.md

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

3+
- [v1.47.0](#v1470)
34
- [v1.46.3](#v1463)
45
- [v1.46.2](#v1462)
56
- [v1.46.1](#v1461)
@@ -113,6 +114,31 @@
113114
- [v0.2.0](#v020)
114115
- [v0.1.0](#v010)
115116

117+
## [v1.47.0]
118+
> Release date: 2025/04/29
119+
120+
### Added
121+
- Extended `deck file convert` command to be used for configuration
122+
migrations between LTS versions `2.8` and `3.4`. The command can
123+
auto-fix the possible configurations and gives appropriate errors
124+
or warnings for the others.
125+
This is how it can be used: `deck file convert --from 2.8 --to 3.4
126+
--input-file kong-28x.yaml -o kong-34x.yaml`
127+
[#1610](https://github.com/Kong/deck/pull/1610)
128+
- `_format_version` string can be parametrised now and works well with
129+
`deck file merge` command as well as others.
130+
[#1605](https://github.com/Kong/deck/pull/1605)
131+
[go-apiops #259](https://github.com/Kong/go-apiops/pull/259)
132+
133+
### Fixed
134+
- ID existence checks are limited to certificates now,
135+
restoring sync performance.
136+
[#1608](https://github.com/Kong/deck/pull/1608)
137+
[go-database-reconciler #254](https://github.com/Kong/go-database-reconciler/pull/254)
138+
- Bumped `golang.org/x/net` from 0.36.0 to 0.38.0 to account
139+
for [CVE-2025-22872](https://github.com/advisories/GHSA-vvgc-356p-c3xw)
140+
[#1601](https://github.com/Kong/deck/pull/1601)
141+
116142
## [v1.46.3]
117143
> Release date: 2025/04/10
118144
@@ -2093,6 +2119,7 @@ No breaking changes have been introduced in this release.
20932119

20942120
Debut release of decK
20952121

2122+
[v1.47.0]: https://github.com/Kong/deck/compare/v1.46.3...v1.47.0
20962123
[v1.46.3]: https://github.com/Kong/deck/compare/v1.46.2...v1.46.3
20972124
[v1.46.2]: https://github.com/Kong/deck/compare/v1.46.1...v1.46.2
20982125
[v1.46.1]: https://github.com/Kong/deck/compare/v1.46.0...v1.46.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.46.3/deck_1.46.3_linux_amd64.tar.gz -o deck.tar.gz
76+
$ curl -sL https://github.com/kong/deck/releases/download/v1.47.0/deck_1.47.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.46.3/deck_1.46.3_windows_amd64.tar.gz -o deck.tar.gz
87+
$ curl -sL https://github.com/kong/deck/releases/download/v1.47.0/deck_1.47.0_windows_amd64.tar.gz -o deck.tar.gz
8888
$ tar -xzvf deck.tar.gz
8989
```
9090

0 commit comments

Comments
 (0)