Skip to content

Commit 9c6e027

Browse files
chore: release v1.66.0 (#2220)
1 parent 6ae240a commit 9c6e027

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
- [v1.66.0](#v1660)
34
- [v1.65.3](#v1653)
45
- [v1.65.2](#v1652)
56
- [v1.65.1](#v1651)
@@ -148,6 +149,13 @@
148149
- [v0.1.0](#v010)
149150

150151

152+
## [v1.66.0]
153+
> Release date: 2026/09/01
154+
155+
### Features
156+
- Added support for new AI Gateway 2.0 entities such as `certificate`, `ca_certificate` and `sni`
157+
[#2217](https://github.com/Kong/deck/pull/2217)
158+
151159
## [v1.65.3]
152160
> Release date: 2026/08/27
153161
@@ -2728,6 +2736,7 @@ No breaking changes have been introduced in this release.
27282736
### Summary
27292737

27302738
Debut release of decK
2739+
[v1.66.0]: https://github.com/Kong/deck/compare/v1.65.3...v1.66.0
27312740
[v1.65.3]: https://github.com/Kong/deck/compare/v1.65.2...v1.65.3
27322741
[v1.65.2]: https://github.com/Kong/deck/compare/v1.65.1...v1.65.2
27332742
[v1.65.1]: https://github.com/Kong/deck/compare/v1.64.0...v1.65.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.65.3/deck_1.65.3_linux_amd64.tar.gz -o deck.tar.gz
76+
$ curl -sL https://github.com/kong/deck/releases/download/v1.66.0/deck_1.66.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.65.3/deck_1.65.3_windows_amd64.tar.gz -o deck.tar.gz
87+
$ curl -sL https://github.com/kong/deck/releases/download/v1.66.0/deck_1.66.0_windows_amd64.tar.gz -o deck.tar.gz
8888
$ tar -xzvf deck.tar.gz
8989
```
9090

0 commit comments

Comments
 (0)