Skip to content

Commit

Permalink
Releasing v1.39.3 (#1338)
Browse files Browse the repository at this point in the history
* Releasing v1.39.3

* Updated the changelog entry
  • Loading branch information
Prashansa-K committed Jul 16, 2024
1 parent f68fb7e commit 200a471
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Table of Contents

- [v1.39.3](#v1393)
- [v1.39.2](#v1392)
- [v1.39.1](#v1391)
- [v1.39.0](#v1390)
Expand Down Expand Up @@ -88,6 +89,14 @@
- [v0.2.0](#v020)
- [v0.1.0](#v010)

## [v1.39.3]
> Release date: 2024/07/16
### Chores

- Fixes [#1228](https://github.com/Kong/deck/issues/1282) by updating the golang version from 1.21 to 1.22, thus removing the inconsistency between decK releases' version and the one used in the project.
[#1336](https://github.com/Kong/deck/pull/1336)

## [v1.39.2]

> Release date: 2024/07/04
Expand Down Expand Up @@ -1737,6 +1746,7 @@ No breaking changes have been introduced in this release.

Debut release of decK

[v1.39.3]: https://github.com/Kong/deck/compare/v1.39.2...v1.39.3
[v1.39.2]: https://github.com/kong/deck/compare/v1.39.1...v1.39.2
[v1.39.1]: https://github.com/kong/deck/compare/v1.39.0...v1.39.1
[v1.39.0]: https://github.com/kong/deck/compare/v1.38.1...v1.39.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.37.0/deck_1.37.0_linux_amd64.tar.gz -o deck.tar.gz
$ curl -sL https://github.com/kong/deck/releases/download/v1.39.3/deck_1.39.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.37.0/deck_1.37.0_windows_amd64.tar.gz -o deck.tar.gz
$ curl -sL https://github.com/kong/deck/releases/download/v1.39.3/deck_1.39.3_windows_amd64.tar.gz -o deck.tar.gz
$ tar -xzvf deck.tar.gz
```

Expand Down

0 comments on commit 200a471

Please sign in to comment.