Skip to content

Commit

Permalink
chore: release prep for v1.43.1 (#1512)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashansa-K authored Jan 29, 2025
1 parent 6996cd9 commit 06f230b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Table of Contents

- [v1.43.1](#v1431)
- [v1.43.0](#v1430)
- [v1.42.1](#v1421)
- [v1.42.0](#v1420)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
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.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/
```
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.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
```

Expand Down

0 comments on commit 06f230b

Please sign in to comment.