Skip to content

Commit

Permalink
docs(changelog): move entry to correct section (#11156)
Browse files Browse the repository at this point in the history
* move to changed section

* style fix
  • Loading branch information
chronolaw authored Jul 3, 2023
1 parent b0bd002 commit 49e5ca9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@
- Added a `User=` specification to the systemd unit definition so that
Kong can be controlled by systemd again.
[#11066](https://github.com/Kong/kong/pull/11066)
- Remove kong branding from kong HTML error template.
[#11150](https://github.com/Kong/kong/pull/11150)
- Fix a bug that caused sampling rate to be applied to individual spans producing split traces.
[#11135](https://github.com/Kong/kong/pull/11135)
- Fix a bug that caused the router to fail in `traditional_compatible` mode when a route with multiple paths and no service was created.
Expand Down Expand Up @@ -100,16 +98,18 @@
### Changed

#### Core

- Tracing: new attribute `http.route` added to http request spans.
[#10981](https://github.com/Kong/kong/pull/10981)

- The default value of `lmdb_map_size` config has been bumped to `2048m`
from `128m` to accommodate most commonly deployed config sizes in DB-less
and Hybrid mode.
[#11047](https://github.com/Kong/kong/pull/11047)
- The default value of `cluster_max_payload` config has been bumped to `16m`
from `4m` to accommodate most commonly deployed config sizes in Hybrid mode.
[#11090](https://github.com/Kong/kong/pull/11090)
- Remove kong branding from kong HTML error template.
[#11150](https://github.com/Kong/kong/pull/11150)

#### Status API

Expand Down

1 comment on commit 49e5ca9

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

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

Bazel Build

Docker image available kong/kong:49e5ca95e31a39a3715df8503d15319bbf55f7ff
Artifacts available https://github.com/Kong/kong/actions/runs/5440001738

Please sign in to comment.