Skip to content

Commit

Permalink
feat(admin-gui): bump kong-admin to v3.7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sumimakito committed Apr 30, 2024
1 parent a554d36 commit b11b3da
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 1 deletion.
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

0 comments on commit b11b3da

Please sign in to comment.