Skip to content

Commit cd7cdf7

Browse files
authored
chore: changelog update for v1.40.0 (#1397)
1 parent a084b3c commit cd7cdf7

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Table of Contents
22

3+
- [v1.40.0](#v1400)
34
- [v1.39.6](#v1396)
45
- [v1.39.5](#v1395)
56
- [v1.39.4](#v1394)
@@ -92,6 +93,24 @@
9293
- [v0.2.0](#v020)
9394
- [v0.1.0](#v010)
9495

96+
## [v1.40.0]
97+
> Release date: 2024/09/10
98+
99+
### Added
100+
- Added a new `file kong2tf` command to convert a deck file to Terraform configuration [#1391](https://github.com/Kong/deck/pull/1391), along with two command line flags:
101+
- `--generate-imports-for-control-plane-id`: If this is provided, import blocks will be added to Terraform to adopt existing resources.
102+
- `--ignore-credential-changes`: If this is provided, any credentials will be ignored until they are destroyed and recreated.
103+
104+
### Fixes
105+
106+
- Fixed the issue that was preventing a consumer to be in more than one consumer-groups [#1394](https://github.com/Kong/deck/pull/1394)
107+
[go-database-reconciler #140](https://github.com/Kong/go-database-reconciler/pull/140)
108+
- Fields marked as auto in schema are filled with nil in the config sent to the Control Plane. In case a field is marked as auto and is a required field, deck would throw an error if the user doesn't fill it in the declarative configuration file.
109+
[#1394](https://github.com/Kong/deck/pull/1394) [go-database-reconciler #139](https://github.com/Kong/go-database-reconciler/pull/139)
110+
- Defaults are no longer filled by deck. They will only be used for computing a diff, but not sent to the Control Plane.
111+
[#1394](https://github.com/Kong/deck/pull/1394) [go-database-reconciler #133](https://github.com/Kong/go-database-reconciler/pull/133)
112+
113+
95114
## [v1.39.6]
96115
> Release date: 2024/08/22
97116
@@ -1774,6 +1793,7 @@ No breaking changes have been introduced in this release.
17741793

17751794
Debut release of decK
17761795

1796+
[v1.40.0]: https://github.com/Kong/deck/compare/v1.39.6...v1.40.0
17771797
[v1.39.6]: https://github.com/Kong/deck/compare/v1.39.5...v1.39.6
17781798
[v1.39.5]: https://github.com/Kong/deck/compare/v1.39.4...v1.39.5
17791799
[v1.39.4]: https://github.com/Kong/deck/compare/v1.39.3...v1.39.4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ the GitHub [release page](https://github.com/kong/deck/releases)
7373
or install by downloading the binary:
7474

7575
```shell
76-
$ curl -sL https://github.com/kong/deck/releases/download/v1.39.6/deck_1.39.6_linux_amd64.tar.gz -o deck.tar.gz
76+
$ curl -sL https://github.com/kong/deck/releases/download/v1.40.0/deck_1.40.0_linux_amd64.tar.gz -o deck.tar.gz
7777
$ tar -xf deck.tar.gz -C /tmp
7878
$ sudo cp /tmp/deck /usr/local/bin/
7979
```
@@ -84,7 +84,7 @@ If you are on Windows, you can download the binary from the GitHub
8484
[release page](https://github.com/kong/deck/releases) or via PowerShell:
8585

8686
```shell
87-
$ curl -sL https://github.com/kong/deck/releases/download/v1.39.6/deck_1.39.6_windows_amd64.tar.gz -o deck.tar.gz
87+
$ curl -sL https://github.com/kong/deck/releases/download/v1.40.0/deck_1.40.0_windows_amd64.tar.gz -o deck.tar.gz
8888
$ tar -xzvf deck.tar.gz
8989
```
9090

0 commit comments

Comments
 (0)