Skip to content

Commit

Permalink
chore: changelog and readme update for release (#1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashansa-K authored Aug 1, 2024
1 parent e51335a commit aca781a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Table of Contents

- [v1.39.4](#v1394)
- [v1.39.3](#v1393)
- [v1.39.2](#v1392)
- [v1.39.1](#v1391)
Expand Down Expand Up @@ -89,6 +90,16 @@
- [v0.2.0](#v020)
- [v0.1.0](#v010)

## [v1.39.4]
> Release date: 2024/08/01
### Fixes

- Correct --no-color flag behaviour in non-tty environments
The changes retain the default behaviour of showing colors in tty and no colors in non-tty if no flag is passed. However, on passing the --no-color=false, non-tty environments can also get colored output.[#1339](https://github.com/Kong/deck/pull/1339)
- Add validation on `deck file patch` to avoid confusing behaviour. The command intends to patch input files either via selector-value flags or command arguments. The change ensures that at least one of these is present, but not both at the same time.[#1342](https://github.com/Kong/deck/pull/1342)
- Fix rendering for expression routes, keeping kong gateway version in consideration. [go-database-reconciler #118](https://github.com/Kong/go-database-reconciler/pull/118) [#1351](https://github.com/Kong/deck/pull/1351)

## [v1.39.3]
> Release date: 2024/07/16
Expand Down Expand Up @@ -1746,6 +1757,7 @@ No breaking changes have been introduced in this release.

Debut release of decK

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

Expand Down

0 comments on commit aca781a

Please sign in to comment.