From 21c4382cdac0fa09610f5d3048307c587466fa07 Mon Sep 17 00:00:00 2001 From: Andy Zhang Date: Thu, 20 Jun 2024 16:03:54 +0800 Subject: [PATCH] docs(release): genereate 3.7.1 changelog --- changelog/3.7.1/3.7.1.md | 22 +++++++++++++++++++ changelog/3.7.1/kong-manager/.gitkeep | 0 changelog/3.7.1/kong/.gitkeep | 0 .../kong/fix-ai-proxy-shared-state.yml | 0 .../fix-realm-compat-changes-basic-auth.yml | 0 .../fix-realm-compat-changes-key-auth.yml | 0 6 files changed, 22 insertions(+) create mode 100644 changelog/3.7.1/3.7.1.md create mode 100644 changelog/3.7.1/kong-manager/.gitkeep create mode 100644 changelog/3.7.1/kong/.gitkeep rename changelog/{unreleased => 3.7.1}/kong/fix-ai-proxy-shared-state.yml (100%) rename changelog/{unreleased => 3.7.1}/kong/fix-realm-compat-changes-basic-auth.yml (100%) rename changelog/{unreleased => 3.7.1}/kong/fix-realm-compat-changes-key-auth.yml (100%) diff --git a/changelog/3.7.1/3.7.1.md b/changelog/3.7.1/3.7.1.md new file mode 100644 index 0000000000000..10e47240de160 --- /dev/null +++ b/changelog/3.7.1/3.7.1.md @@ -0,0 +1,22 @@ +## Kong + + + + + + + +### Fixes +#### Plugin + +- **AI-Proxy**: Resolved a bug where the object constructor would set data on the class instead of the instance + [#13189](https://github.com/Kong/kong/issues/13189) + + +- **Basic-Auth**: Fix an issue of realm field not recognized for older kong versions (before 3.6) + [#13127](https://github.com/Kong/kong/issues/13127) + [KAG-4516](https://konghq.atlassian.net/browse/KAG-4516) + +- **Key-Auth**: Fix an issue of realm field not recognized for older kong versions (before 3.7) + [#13127](https://github.com/Kong/kong/issues/13127) + [KAG-4516](https://konghq.atlassian.net/browse/KAG-4516) diff --git a/changelog/3.7.1/kong-manager/.gitkeep b/changelog/3.7.1/kong-manager/.gitkeep new file mode 100644 index 0000000000000..e69de29bb2d1d diff --git a/changelog/3.7.1/kong/.gitkeep b/changelog/3.7.1/kong/.gitkeep new file mode 100644 index 0000000000000..e69de29bb2d1d diff --git a/changelog/unreleased/kong/fix-ai-proxy-shared-state.yml b/changelog/3.7.1/kong/fix-ai-proxy-shared-state.yml similarity index 100% rename from changelog/unreleased/kong/fix-ai-proxy-shared-state.yml rename to changelog/3.7.1/kong/fix-ai-proxy-shared-state.yml diff --git a/changelog/unreleased/kong/fix-realm-compat-changes-basic-auth.yml b/changelog/3.7.1/kong/fix-realm-compat-changes-basic-auth.yml similarity index 100% rename from changelog/unreleased/kong/fix-realm-compat-changes-basic-auth.yml rename to changelog/3.7.1/kong/fix-realm-compat-changes-basic-auth.yml diff --git a/changelog/unreleased/kong/fix-realm-compat-changes-key-auth.yml b/changelog/3.7.1/kong/fix-realm-compat-changes-key-auth.yml similarity index 100% rename from changelog/unreleased/kong/fix-realm-compat-changes-key-auth.yml rename to changelog/3.7.1/kong/fix-realm-compat-changes-key-auth.yml