Skip to content

Commit

Permalink
Docs/changelog v1.43.0 (#1502)
Browse files Browse the repository at this point in the history
* chore: release prep for v1.43.0

* fix: corrected typo in changelog

* style: removed stray lines
  • Loading branch information
Prashansa-K authored Jan 23, 2025
1 parent 4ce423f commit 7a084e6
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Table of Contents

- [v1.43.0](#v1430)
- [v1.42.1](#v1421)
- [v1.42.0](#v1420)
- [v1.41.4](#v1414)
Expand Down Expand Up @@ -103,6 +104,47 @@
- [v0.2.0](#v020)
- [v0.1.0](#v010)

## [v1.43.0]
> Release date: 2025/01/23
### Added
- Added `deck gateway apply` command that allows users
to apply partial configuration to a running Gateway instance.
[#1459](https://github.com/Kong/deck/pull/1459)
[go-database-reconciler #143](https://github.com/Kong/go-database-reconciler/pull/143)
- Added support for private link global api endpoint for Konnect.
[#1500](https://github.com/Kong/deck/pull/1500)
[go-database-reconciler #165](https://github.com/Kong/go-database-reconciler/pull/165)
- Added flag `--skip-consumers-with-consumer-groups` for
`deck gateway dump` command. If set to true, deck skips listing
consumers with consumer-groups, thus gaining some performance
with large configs. It is not valid for Konnect.
[#1486](https://github.com/Kong/deck/pull/1486)

### Fixed
- Adjusted multiline string formatting in terraform resource generation.
[#1482](https://github.com/Kong/deck/pull/1482)
- Improved error messaging when mandatory flag is missing in
`deck file convert`. [#1487](https://github.com/Kong/deck/pull/1487)
- Fixed `deck gateway dump` command that was missing associations
between consumer-groups and consumers.
[#1486](https://github.com/Kong/deck/pull/1486)
[go-database-reconciler #159](https://github.com/Kong/go-database-reconciler/pull/159)
[go-kong #494](https://github.com/Kong/go-kong/pull/494)
- Added checks for all conflicting nested configs in plugins.
A foreign key nested under a plugin of a different scope would error out.
This would make sure that a sync does not go through
when wrong configurations are passed via deck.
[go-database-reconciler #157](https://github.com/Kong/go-database-reconciler/pull/157)
- Fixed req-validator config generation while using
`deck file openapi2kong` command when both body and param schema
are empty. [#1501](https://github.com/Kong/deck/pull/1501)
[go-apiops #244](https://github.com/Kong/go-apiops/pull/244)
- Fixed tags retention on entities while using select-tags.
[#1500](https://github.com/Kong/deck/pull/1500)
[go-database-reconciler #156](https://github.com/Kong/go-database-reconciler/pull/156)


## [v1.42.1]
> Release date: 2024/12/24
Expand Down Expand Up @@ -1923,6 +1965,7 @@ No breaking changes have been introduced in this release.

Debut release of decK

[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
[v1.41.4]: https://github.com/Kong/deck/compare/v1.41.3...v1.41.4
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.42.1/deck_1.42.1_linux_amd64.tar.gz -o deck.tar.gz
$ curl -sL https://github.com/kong/deck/releases/download/v1.43.0/deck_1.43.0_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.42.1/deck_1.42.1_windows_amd64.tar.gz -o deck.tar.gz
$ curl -sL https://github.com/kong/deck/releases/download/v1.43.0/deck_1.43.0_windows_amd64.tar.gz -o deck.tar.gz
$ tar -xzvf deck.tar.gz
```

Expand Down

0 comments on commit 7a084e6

Please sign in to comment.