File tree 2 files changed +25
-2
lines changed
2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Table of Contents
2
2
3
+ - [ v1.46.0] ( #v1460 )
3
4
- [ v1.45.0] ( #v1450 )
4
5
- [ v1.44.2] ( #v1442 )
5
6
- [ v1.44.1] ( #v1441 )
109
110
- [ v0.2.0] ( #v020 )
110
111
- [ v0.1.0] ( #v010 )
111
112
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
+
112
134
## [ v1.45.0]
113
135
> Release date: 2025/02/26
114
136
@@ -2032,6 +2054,7 @@ No breaking changes have been introduced in this release.
2032
2054
2033
2055
Debut release of decK
2034
2056
2057
+ [ v1.46.0 ] : https://github.com/Kong/deck/compare/v1.45.0...v1.46.0
2035
2058
[ v1.45.0 ] : https://github.com/Kong/deck/compare/v1.44.2...v1.45.0
2036
2059
[ v1.44.2 ] : https://github.com/Kong/deck/compare/v1.44.1...v1.44.2
2037
2060
[ v1.44.1 ] : https://github.com/Kong/deck/compare/v1.44.0...v1.44.1
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.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
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.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
88
88
$ tar -xzvf deck.tar.gz
89
89
```
90
90
You can’t perform that action at this time.
0 commit comments