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(gui): bump kong-manager to v3.9.0.0-rc.1 #13920

Merged
merged 2 commits into from
Nov 28, 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 @@ -23,7 +23,7 @@ LUA_RESTY_WEBSOCKET=966c69c39f03029b9b42ec0f8e55aaed7d6eebc0 # 0.4.0.1
ATC_ROUTER=76638f209b5a3f1f32b74793ef93adcf6b853b46 # 1.7.0
SNAPPY=23b3286820105438c5dbb9bc22f1bb85c5812c8a # 1.2.0

KONG_MANAGER=nightly
KONG_MANAGER=v3.9.0.0-rc.1
NGX_WASM_MODULE=9136e463a6f1d80755ce66c88c3ddecd0eb5e25d
WASMER=3.1.1
WASMTIME=26.0.0
Expand Down
3 changes: 3 additions & 0 deletions changelog/unreleased/kong-manager/hide-plugin-scoping.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
message: Kong Manager will now hide the scope change field when creating/editing a scoped plugin from another entity.
type: bugfix
githubs: [297]
22 changes: 22 additions & 0 deletions changelog/unreleased/kong-manager/ui-improvements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
message: Improved the user experience in Kong Manager by fixing various UI-related issues.
type: bugfix
githubs:
- 277
- 283
- 286
- 287
- 288
- 291
- 293
- 295
- 298
- 302
- 304
- 306
- 309
- 317
- 319
- 322
- 325
- 329
- 330
3 changes: 3 additions & 0 deletions changelog/unreleased/kong-manager/unified-redirection.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
message: Unified the redirection logic in Kong Manager upon entity operations.
type: bugfix
githubs: [289]
Loading