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-manager to v3.8.0 #13522

Merged
merged 3 commits into from
Aug 20, 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 @@ -21,7 +21,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.8.0.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the version be 3.8.0 for CE?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, kong-manager always uses 4-digit versions:

KONG_MANAGER=v3.7.0.0-1

KONG_MANAGER=v3.6.0.0

NGX_WASM_MODULE=9c95991472ec80cdb1681af203eba091607b5753
WASMER=3.1.1
WASMTIME=22.0.0
Expand Down
2 changes: 2 additions & 0 deletions changelog/unreleased/kong-manager/a11y-improvements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
message: Improved accessibility in Kong Manager.
raoxiaoyan marked this conversation as resolved.
Show resolved Hide resolved
type: feature
2 changes: 2 additions & 0 deletions changelog/unreleased/kong-manager/resizable-entity-lists.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
message: Enhanced entity lists so that you can resize or hide list columns.
type: feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
message: Added an SNIs field to the certificate form.
type: feature
githubs: [264]
18 changes: 18 additions & 0 deletions changelog/unreleased/kong-manager/ui-improvements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
message: Improved the user experience in Kong Manager by fixing various UI-related issues.
type: bugfix
githubs:
- 232
- 233
- 234
- 237
- 238
- 240
- 244
- 250
- 252
- 255
- 257
- 263
- 264
- 267
- 272
Loading