Skip to content

Commit f22457e

Browse files
chore: add changelog for v1.46.1 (#1581)
* chore: add changelog for v1.46.1 * chore: mention PR numbers in changelog * chore: update release date in CHANGELOG.md
1 parent dc862c3 commit f22457e

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
- [v1.46.1](#v1461)
34
- [v1.46.0](#v1460)
45
- [v1.45.0](#v1450)
56
- [v1.44.2](#v1442)
@@ -110,6 +111,15 @@
110111
- [v0.2.0](#v020)
111112
- [v0.1.0](#v010)
112113

114+
## [v1.46.1]
115+
> Release date: 2025/04/03
116+
117+
### Fixed
118+
- Fixed an issue where entities were replaced silently when ID was present in input files and select_tags didn't match.
119+
[#1572](https://github.com/Kong/deck/pull/1572)
120+
[go-database-reconciler #214](https://github.com/Kong/go-database-reconciler/pull/214)
121+
[go-kong #526](https://github.com/Kong/go-kong/pull/526)
122+
113123
## [v1.46.0]
114124
> Release date: 2025/04/01
115125
@@ -2054,6 +2064,7 @@ No breaking changes have been introduced in this release.
20542064

20552065
Debut release of decK
20562066

2067+
[v1.46.1]: https://github.com/Kong/deck/compare/v1.46.0...v1.46.1
20572068
[v1.46.0]: https://github.com/Kong/deck/compare/v1.45.0...v1.46.0
20582069
[v1.45.0]: https://github.com/Kong/deck/compare/v1.44.2...v1.45.0
20592070
[v1.44.2]: https://github.com/Kong/deck/compare/v1.44.1...v1.44.2

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

0 commit comments

Comments
 (0)