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

feat(admin-gui): bump kong-admin to v3.7.0.0 #12960

Merged
merged 1 commit into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .requirements
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LUA_RESTY_WEBSOCKET=966c69c39f03029b9b42ec0f8e55aaed7d6eebc0 # 0.4.0.1
ATC_ROUTER=ffd11db657115769bf94f0c4f915f98300bc26b6 # 1.6.2
SNAPPY=23b3286820105438c5dbb9bc22f1bb85c5812c8a # 1.2.0

KONG_MANAGER=nightly
KONG_MANAGER=v3.7.0.0
NGX_WASM_MODULE=91d447ffd0e9bb08f11cc69d1aa9128ec36b4526
WASMER=3.1.1
WASMTIME=19.0.0
Expand Down
5 changes: 5 additions & 0 deletions changelog/unreleased/kong-manager/data_plane_list.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
message: >-
When using Kong in hybrid mode, Kong Manager now provides a page to list all the data planes in the
cluster under the newly added "Data Plane nodes" tab.
type: feature
githubs: [214]
5 changes: 5 additions & 0 deletions changelog/unreleased/kong-manager/dynamic_log_leveling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
message: >-
Kong Manager now supports setting log levels with timeouts in bulk for data planes under the hybrid
mode.
type: feature
githubs: [214]
5 changes: 5 additions & 0 deletions changelog/unreleased/kong-manager/expressions_routes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
message: >-
Kong Manager now supports creating and editing Expressions routes with an interactive in-browser
editor with syntax highlighting and autocompletion features for Kong's Expressions language.
type: feature
githubs: [217]
14 changes: 14 additions & 0 deletions changelog/unreleased/kong-manager/plugin_forms_improvements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
message: >-
Kong Manager now groups the parameters to provide a better user experience while configuring plugins.
Meanwhile, several issues with the plugin form page were fixed.
type: feature
githubs:
- 195
- 199
- 201
- 202
- 207
- 208
- 209
- 213
- 216
15 changes: 15 additions & 0 deletions changelog/unreleased/kong-manager/ui_improvements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
message: Improved the user experience in Kong Manager by fixing various UI-related issues.
type: bugfix
githubs:
- 185
- 188
- 190
- 195
- 199
- 201
- 202
- 207
- 208
- 209
- 213
- 216
Loading