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
  • Loading branch information
flrgh committed Feb 16, 2023
1 parent e456f9b commit ee74ed9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -184,6 +184,14 @@

- 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

Expand Down

1 comment on commit ee74ed9

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

Please sign in to comment.