Skip to content

Commit 50e6d41

Browse files
committed
docs: added changelog for v1.55.0
1 parent 664d8a5 commit 50e6d41

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

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

3+
- [v1.55.0](#v1550)
34
- [v1.54.0](#v1540)
45
- [v1.53.2](#v1532)
56
- [v1.53.1](#v1531)
@@ -128,6 +129,19 @@
128129
- [v0.2.0](#v020)
129130
- [v0.1.0](#v010)
130131

132+
## [v1.55.0]
133+
> Release date: 2025/12/16
134+
135+
### Added
136+
- Added support for appending partials to plugin configuration.
137+
[#1836](https://github.com/Kong/deck/pull/1836)
138+
[go-database-reconciler #364](https://github.com/Kong/go-database-reconciler/pull/364)
139+
[go-kong #591](https://github.com/Kong/go-kong/pull/591)
140+
141+
### Chores
142+
- Upgraded go version to `v1.25.5`
143+
[#1834](https://github.com/Kong/deck/pull/1834)
144+
131145
## [v1.54.0]
132146
> Release date: 2025/11/27
133147
@@ -2393,6 +2407,7 @@ No breaking changes have been introduced in this release.
23932407
### Summary
23942408

23952409
Debut release of decK
2410+
[v1.55.0]: https://github.com/Kong/deck/compare/v1.54.0...v1.55.0
23962411
[v1.54.0]: https://github.com/Kong/deck/compare/v1.53.2...v1.54.0
23972412
[v1.53.2]: https://github.com/Kong/deck/compare/v1.53.1...v1.53.2
23982413
[v1.53.1]: https://github.com/Kong/deck/compare/v1.53.0...v1.53.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.54.0/deck_1.54.0_linux_amd64.tar.gz -o deck.tar.gz
76+
$ curl -sL https://github.com/kong/deck/releases/download/v1.55.0/deck_1.55.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.54.0/deck_1.54.0_windows_amd64.tar.gz -o deck.tar.gz
87+
$ curl -sL https://github.com/kong/deck/releases/download/v1.55.0/deck_1.55.0_windows_amd64.tar.gz -o deck.tar.gz
8888
$ tar -xzvf deck.tar.gz
8989
```
9090

0 commit comments

Comments
 (0)