File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Table of Contents
2
2
3
+ - [ v1.46.1] ( #v1461 )
3
4
- [ v1.46.0] ( #v1460 )
4
5
- [ v1.45.0] ( #v1450 )
5
6
- [ v1.44.2] ( #v1442 )
110
111
- [ v0.2.0] ( #v020 )
111
112
- [ v0.1.0] ( #v010 )
112
113
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
+
113
123
## [ v1.46.0]
114
124
> Release date: 2025/04/01
115
125
@@ -2054,6 +2064,7 @@ No breaking changes have been introduced in this release.
2054
2064
2055
2065
Debut release of decK
2056
2066
2067
+ [ v1.46.1 ] : https://github.com/Kong/deck/compare/v1.46.0...v1.46.1
2057
2068
[ v1.46.0 ] : https://github.com/Kong/deck/compare/v1.45.0...v1.46.0
2058
2069
[ v1.45.0 ] : https://github.com/Kong/deck/compare/v1.44.2...v1.45.0
2059
2070
[ v1.44.2 ] : https://github.com/Kong/deck/compare/v1.44.1...v1.44.2
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ the GitHub [release page](https://github.com/kong/deck/releases)
73
73
or install by downloading the binary:
74
74
75
75
``` 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
77
77
$ tar -xf deck.tar.gz -C /tmp
78
78
$ sudo cp /tmp/deck /usr/local/bin/
79
79
```
@@ -84,7 +84,7 @@ If you are on Windows, you can download the binary from the GitHub
84
84
[ release page] ( https://github.com/kong/deck/releases ) or via PowerShell:
85
85
86
86
``` 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
88
88
$ tar -xzvf deck.tar.gz
89
89
```
90
90
You can’t perform that action at this time.
0 commit comments