Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Table of Contents

- [v1.55.1](#v1551)
- [v1.55.0](#v1550)
- [v1.54.0](#v1540)
- [v1.53.2](#v1532)
Expand Down Expand Up @@ -129,6 +130,14 @@
- [v0.2.0](#v020)
- [v0.1.0](#v010)

## [v1.55.1]
> Release date: 2026/01/27

### Fixed
- Fixed openApi2Kong command to support request-validator plugin creation with path parameters schema.
[#1846](https://github.com/Kong/deck/pull/1846)
[go-apiops #281](https://github.com/Kong/go-apiops/pull/281)

## [v1.55.0]
> Release date: 2025/12/16

Expand Down Expand Up @@ -2407,6 +2416,7 @@ No breaking changes have been introduced in this release.
### Summary

Debut release of decK
[v1.55.1]: https://github.com/Kong/deck/compare/v1.55.0...v1.55.1
[v1.55.0]: https://github.com/Kong/deck/compare/v1.54.0...v1.55.0
[v1.54.0]: https://github.com/Kong/deck/compare/v1.53.2...v1.54.0
[v1.53.2]: https://github.com/Kong/deck/compare/v1.53.1...v1.53.2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ the GitHub [release page](https://github.com/kong/deck/releases)
or install by downloading the binary:

```shell
$ curl -sL https://github.com/kong/deck/releases/download/v1.55.0/deck_1.55.0_linux_amd64.tar.gz -o deck.tar.gz
$ curl -sL https://github.com/kong/deck/releases/download/v1.55.1/deck_1.55.1_linux_amd64.tar.gz -o deck.tar.gz
$ tar -xf deck.tar.gz -C /tmp
$ sudo cp /tmp/deck /usr/local/bin/
```
Expand All @@ -84,7 +84,7 @@ If you are on Windows, you can download the binary from the GitHub
[release page](https://github.com/kong/deck/releases) or via PowerShell:

```shell
$ curl -sL https://github.com/kong/deck/releases/download/v1.55.0/deck_1.55.0_windows_amd64.tar.gz -o deck.tar.gz
$ curl -sL https://github.com/kong/deck/releases/download/v1.55.1/deck_1.55.1_windows_amd64.tar.gz -o deck.tar.gz
$ tar -xzvf deck.tar.gz
```

Expand Down
Loading