From 06f230b6cedd8ff1a9cc661b65c142086c453051 Mon Sep 17 00:00:00 2001 From: Prashansa Kulshrestha Date: Wed, 29 Jan 2025 17:15:37 +0530 Subject: [PATCH] chore: release prep for v1.43.1 (#1512) --- CHANGELOG.md | 14 ++++++++++++++ README.md | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6792211d0..d8c00eabf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Table of Contents +- [v1.43.1](#v1431) - [v1.43.0](#v1430) - [v1.42.1](#v1421) - [v1.42.0](#v1420) @@ -104,6 +105,18 @@ - [v0.2.0](#v020) - [v0.1.0](#v010) +## [v1.43.1] +> Release date: 2025/01/29 + +### Fixed +- The `deck gateway apply` command added in v1.43.0 added additional +HTTP calls to discover which functions are enabled. This does not work +well when using an RBAC user with restricted permissions. This change +removes those additional checks and delegates the lookup of foreign +keys for partial applications to `go-database-reconciler`. +[#1508](https://github.com/Kong/deck/pull/1508) +[go-database-reconciler #182](https://github.com/Kong/go-database-reconciler/pull/182) + ## [v1.43.0] > Release date: 2025/01/23 @@ -1965,6 +1978,7 @@ No breaking changes have been introduced in this release. Debut release of decK +[v1.43.1]: https://github.com/Kong/deck/compare/v1.43.0...v1.43.1 [v1.43.0]: https://github.com/Kong/deck/compare/v1.42.1...v1.43.0 [v1.42.1]: https://github.com/Kong/deck/compare/v1.42.0...v1.42.1 [v1.42.0]: https://github.com/Kong/deck/compare/v1.41.4...v1.42.0 diff --git a/README.md b/README.md index b390add4a..78c4aeddd 100644 --- a/README.md +++ b/README.md @@ -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.43.0/deck_1.43.0_linux_amd64.tar.gz -o deck.tar.gz +$ curl -sL https://github.com/kong/deck/releases/download/v1.43.1/deck_1.43.1_linux_amd64.tar.gz -o deck.tar.gz $ tar -xf deck.tar.gz -C /tmp $ sudo cp /tmp/deck /usr/local/bin/ ``` @@ -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.43.0/deck_1.43.0_windows_amd64.tar.gz -o deck.tar.gz +$ curl -sL https://github.com/kong/deck/releases/download/v1.43.1/deck_1.43.1_windows_amd64.tar.gz -o deck.tar.gz $ tar -xzvf deck.tar.gz ```