From f981d0d52df2832c26b3440e93ca49343771c31c Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Thu, 29 Feb 2024 11:19:26 +0100 Subject: [PATCH] release 1.35.0 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d88ad9ac7..a13ebfc6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Table of Contents +- [v1.35.0](#v1350) - [v1.34.0](#v1340) - [v1.33.0](#v1330) - [v1.32.1](#v1321) @@ -78,6 +79,22 @@ - [v0.2.0](#v020) - [v0.1.0](#v010) +## [v1.35.0] + +> Release date: 2024/02/29 + +### Added + +- Added a new `file kong2kic` command to convert a Kong declarative file to k8s + resources for the Kong Ingress Controller (supports Ingress and Gateway resources). + [#1050](https://github.com/Kong/deck/pull/1050) + +### Fixes + +- auto-generate rla (rate-limiting-advanced) namespaces in the `convert` subcommand. + [#1206](https://github.com/Kong/deck/pull/1206) + + ## [v1.34.0] > Release date: 2024/02/08 @@ -1583,6 +1600,7 @@ No breaking changes have been introduced in this release. Debut release of decK +[v1.35.0]: https://github.com/kong/deck/compare/v1.34.0...v1.35.0 [v1.34.0]: https://github.com/kong/deck/compare/v1.33.0...v1.34.0 [v1.33.0]: https://github.com/kong/deck/compare/v1.32.1...v1.33.0 [v1.32.1]: https://github.com/kong/deck/compare/v1.32.0...v1.32.1