From e44d6c491dad25b48b381fd1835bfa8da6cd76b2 Mon Sep 17 00:00:00 2001 From: Prashansa Kulshrestha Date: Wed, 4 Sep 2024 11:30:40 +0530 Subject: [PATCH] chore: releasing v1.39.6 (#1388) --- CHANGELOG.md | 10 ++++++++++ README.md | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e23674160..075ea219f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Table of Contents +- [v1.39.6](#v1396) - [v1.39.5](#v1395) - [v1.39.4](#v1394) - [v1.39.3](#v1393) @@ -91,6 +92,14 @@ - [v0.2.0](#v020) - [v0.1.0](#v010) +## [v1.39.6] +> Release date: 2024/08/22 + +### Fixes + +- Fixed the issue where plugins scoped to consumer-groups were shown as global by deck. [#1380](https://github.com/Kong/deck/pull/1380) +[go-database-reconciler #134](https://github.com/Kong/go-database-reconciler/pull/134) + ## [v1.39.5] > Release date: 2024/08/22 @@ -1765,6 +1774,7 @@ No breaking changes have been introduced in this release. Debut release of decK +[v1.39.6]: https://github.com/Kong/deck/compare/v1.39.5...v1.39.6 [v1.39.5]: https://github.com/Kong/deck/compare/v1.39.4...v1.39.5 [v1.39.4]: https://github.com/Kong/deck/compare/v1.39.3...v1.39.4 [v1.39.3]: https://github.com/Kong/deck/compare/v1.39.2...v1.39.3 diff --git a/README.md b/README.md index 8f5257f2e..923acfb9b 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.39.5/deck_1.39.5_linux_amd64.tar.gz -o deck.tar.gz +$ curl -sL https://github.com/kong/deck/releases/download/v1.39.6/deck_1.39.6_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.39.5/deck_1.39.5_windows_amd64.tar.gz -o deck.tar.gz +$ curl -sL https://github.com/kong/deck/releases/download/v1.39.6/deck_1.39.6_windows_amd64.tar.gz -o deck.tar.gz $ tar -xzvf deck.tar.gz ```