You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
# Table of Contents
2
2
3
+
-[v1.40.0](#v1400)
3
4
-[v1.39.6](#v1396)
4
5
-[v1.39.5](#v1395)
5
6
-[v1.39.4](#v1394)
@@ -92,6 +93,24 @@
92
93
-[v0.2.0](#v020)
93
94
-[v0.1.0](#v010)
94
95
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)
- 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.
0 commit comments