Skip to content

Commit

Permalink
chore: release prep for v1.40.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashansa-K committed Sep 26, 2024
1 parent 56e5661 commit 1fd7f5a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Table of Contents

- [v1.40.3](#v1403)
- [v1.40.2](#v1402)
- [v1.40.1](#v1401)
- [v1.40.0](#v1400)
Expand Down Expand Up @@ -95,6 +96,15 @@
- [v0.2.0](#v020)
- [v0.1.0](#v010)

## [v1.40.3]
> Release date: 2024/09/26
### Fixes
- Fixed the behaviour of --konnect-addr flag in case default Konnect URL is used with it.
Earlier, using the default URL with the said flag ran the command against the gateway.
[#1398](https://github.com/Kong/deck/pull/1398)
- Bumped up go-apiops to `v0.1.38` and replaced yaml/v3 package with [Kong's own fork](https://github.com/Kong/yaml). This change allows deck commands to process OAS files with path lengths > 128 characters which was a limitation from the original yaml library.[#1405](https://github.com/Kong/deck/pull/1405) [go-apiops #208](https://github.com/Kong/go-apiops/pull/208) [Kong/yaml #1](https://github.com/Kong/yaml/pull/1)

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

Debut release of decK

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

Expand Down

0 comments on commit 1fd7f5a

Please sign in to comment.