Skip to content

Commit

Permalink
chore: release prep for patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashansa-K committed Dec 24, 2024
1 parent c208dfc commit 23c4056
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.42.1](#v1421)
- [v1.42.0](#v1420)
- [v1.41.4](#v1414)
- [v1.41.3](#v1413)
Expand Down Expand Up @@ -102,6 +103,15 @@
- [v0.2.0](#v020)
- [v0.1.0](#v010)

## [v1.42.1]
> Release date: 2024/12/24
### Fixed
- Updated `golang.org/x/net` to version `v0.33.0` to account for
vulnerability [CVE-2024-45338](https://avd.aquasec.com/nvd/2024/cve-2024-45338/)
[#1481](https://github.com/Kong/deck/pull/1481)


## [v1.42.0]
> Release date: 2024/12/13
Expand Down Expand Up @@ -1914,6 +1924,7 @@ No breaking changes have been introduced in this release.

Debut release of decK

[v1.42.1]: https://github.com/Kong/deck/compare/v1.42.0...v1.42.1
[v1.42.0]: https://github.com/Kong/deck/compare/v1.41.4...v1.42.0
[v1.41.4]: https://github.com/Kong/deck/compare/v1.41.3...v1.41.4
[v1.41.3]: https://github.com/Kong/deck/compare/v1.41.2...v1.41.3
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.42.0/deck_1.42.0_linux_amd64.tar.gz -o deck.tar.gz
$ curl -sL https://github.com/kong/deck/releases/download/v1.42.1/deck_1.42.1_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.42.0/deck_1.42.0_windows_amd64.tar.gz -o deck.tar.gz
$ curl -sL https://github.com/kong/deck/releases/download/v1.42.1/deck_1.42.1_windows_amd64.tar.gz -o deck.tar.gz
$ tar -xzvf deck.tar.gz
```

Expand Down

0 comments on commit 23c4056

Please sign in to comment.