Skip to content

Commit

Permalink
docs: changelog update for 1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GGabriele committed Mar 21, 2023
1 parent a9fa8ea commit 0d80472
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Table of Contents

- [v1.19.1](#v1191)
- [v1.19.0](#v1190)
- [v1.18.1](#v1181)
- [v1.18.0](#v1180)
Expand Down Expand Up @@ -54,6 +55,24 @@
- [v0.2.0](#v020)
- [v0.1.0](#v010)

## [v1.19.1]

> Release date: 2023/03/21
### Add

- Add support to numeric environment variables injection
via the `toInt` and `toFloat` functions.
[#868](https://github.com/Kong/deck/pull/868)
- Add support to bolean environment variables injection
via the `toBool` function.
[#867](https://github.com/Kong/deck/pull/867)

### Fix

- Skip Consumer Groups and the related plugins when `--skip-consumers`
[#863](https://github.com/Kong/deck/pull/863)

## [v1.19.0]

> Release date: 2023/02/21
Expand Down Expand Up @@ -1173,6 +1192,7 @@ No breaking changes have been introduced in this release.

Debut release of decK

[v1.19.1]: https://github.com/kong/deck/compare/v1.19.0...v1.19.1
[v1.19.0]: https://github.com/kong/deck/compare/v1.18.1...v1.19.0
[v1.18.1]: https://github.com/kong/deck/compare/v1.18.0...v1.18.1
[v1.18.0]: https://github.com/kong/deck/compare/v1.17.3...v1.18.0
Expand Down

0 comments on commit 0d80472

Please sign in to comment.