Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump changelog date for v1.38.0 #1307

Merged
merged 2 commits into from
May 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Table of Contents

- [v1.38.0](#v1380)
- [v1.37.0](#v1370)
- [v1.36.2](#v1362)
- [v1.36.1](#v1361)
Expand Down Expand Up @@ -83,6 +84,35 @@
- [v0.2.0](#v020)
- [v0.1.0](#v010)

## [v1.38.0]

> Release date: 2024/05/27

### Fixes

- Correct plugins config comparison to avoid misleading diffs.
[#1306](https:/Kong/deck/pull/1306)
[go-database-reconciler #93](https:/Kong/go-database-reconciler/pull/93)
- Make KIC v2 Gateway API v2 config generation deterministic.
[#1302](https:/Kong/deck/pull/1302)
- Correct tags filtering with Consumers and Consumer Groups.
[#1293](https:/Kong/deck/pull/1293)
[go-database-reconciler #88](https:/Kong/go-database-reconciler/pull/88)
- Correct tags filtering with Consumers and Consumer Groups.
[#1293](https:/Kong/deck/pull/1293)
[go-database-reconciler #88](https:/Kong/go-database-reconciler/pull/88)
- Correct typo in inso-compatible flag of `openapi2kong` command.
[#1295](https:/Kong/deck/pull/1295)
- Correct bad example on the `add-plugins` command cli help.
[#1294](https:/Kong/deck/pull/1294)

### Added

- `openapi2kong` now generates request-validator schemas for content-types with `+json` suffix.
[#1303](https:/Kong/deck/pull/1303)
[go-apiops #175](https:/Kong/go-apiops/pull/175)


## [v1.37.0]

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

Debut release of decK

[v1.38.0]: https:/kong/deck/compare/v1.37.0...v1.38.0
[v1.37.0]: https:/kong/deck/compare/v1.36.2...v1.37.0
[v1.36.2]: https:/kong/deck/compare/v1.36.1...v1.36.2
[v1.36.1]: https:/kong/deck/compare/v1.36.0...v1.36.1
Expand Down
Loading