Skip to content

Commit

Permalink
docs(changelog): add entry for renamed kong.conf properties (#10310) (
Browse files Browse the repository at this point in the history
#10316)

(cherry picked from commit ee74ed9)
  • Loading branch information
flrgh authored Feb 20, 2023
1 parent 8fe41ac commit 0b09482
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,19 @@

### Changed

#### Core

- Improve error message for invalid JWK entities.
[#9904](https://github.com/Kong/kong/pull/9904)
- Renamed two configuration properties:
* `opentelemetry_tracing` => `tracing_instrumentations`
* `opentelemetry_tracing_sampling_rate` => `tracing_sampling_rate`

The old `opentelemetry_*` properties are considered deprecated and will be
fully removed in a future version of Kong.
[#10122](https://github.com/Kong/kong/pull/10122)
[#10220](https://github.com/Kong/kong/pull/10220)

#### Hybrid Mode

- Revert the removal of WebSocket protocol support for configuration sync,
Expand Down

1 comment on commit 0b09482

@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:0b09482b84354344b4c1007ace77ea4d2ce7cd5f
Artifacts available https://github.com/Kong/kong/actions/runs/4229581839

Please sign in to comment.