Skip to content

Commit

Permalink
chore: release prep for v1.41.0 (#1423)
Browse files Browse the repository at this point in the history
* chore: release prep for v1.41.0

* removed extra newlines
  • Loading branch information
Prashansa-K authored Oct 21, 2024
1 parent ffde1fa commit da3d70e
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.41.0](#v1410)
- [v1.40.3](#v1403)
- [v1.40.2](#v1402)
- [v1.40.1](#v1401)
Expand Down Expand Up @@ -96,6 +97,18 @@
- [v0.2.0](#v020)
- [v0.1.0](#v010)

## [v1.41.0]
> Release date: 2024/10/21
### Added
- `deck gateway validate` command now supports Konnect. Konnect entities can be validated online with this change.
[#1335](https://github.com/Kong/deck/pull/1335)

### Fixes
- Quoted type constraints are removed for Terraform. Type constraints in quotes were required in Terraform <= 0.11,
It is now deprecated and will be removed in a future Terraform versions. Thus, removed them from kong2tf generation, so as
to avoid potential errors in `terraform apply`. [#1412](https://github.com/Kong/deck/pull/1412)

## [v1.40.3]
> Release date: 2024/09/26
Expand Down Expand Up @@ -1822,6 +1835,7 @@ No breaking changes have been introduced in this release.

Debut release of decK

[v1.41.0]: https://github.com/Kong/deck/compare/v1.40.3...v1.41.0
[v1.40.3]: https://github.com/Kong/deck/compare/v1.40.2...v1.40.3
[v1.40.2]: https://github.com/Kong/deck/compare/v1.40.1...v1.40.2
[v1.40.1]: https://github.com/Kong/deck/compare/v1.40.0...v1.40.1
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.40.3/deck_1.40.3_linux_amd64.tar.gz -o deck.tar.gz
$ curl -sL https://github.com/kong/deck/releases/download/v1.41.0/deck_1.41.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.40.3/deck_1.40.3_windows_amd64.tar.gz -o deck.tar.gz
$ curl -sL https://github.com/kong/deck/releases/download/v1.41.0/deck_1.41.0_windows_amd64.tar.gz -o deck.tar.gz
$ tar -xzvf deck.tar.gz
```

Expand Down

0 comments on commit da3d70e

Please sign in to comment.