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

Add OpenTracing item to Known Limitations #4414

Merged
merged 3 commits into from
Sep 9, 2022
Merged
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
7 changes: 7 additions & 0 deletions app/gateway/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,9 @@ Debian 8 [reached end-of-life in June 30, 2020](https://www.debian.org/News/2020
[#9078](https://github.com/Kong/kong/pull/9078)
* Tags may now contain space characters.
[#9143](https://github.com/Kong/kong/pull/9143)
* Support for the `nginx-opentracing` module is deprecated as of `3.0` and will
be removed from Kong in `4.0` (see the [Known Limitations](#known-limitations) section for additional
information).

#### Admin API

Expand Down Expand Up @@ -762,6 +765,10 @@ openid-connect
* Upgrades from 2.8.x.x to 3.0.0.0 are currently not supported, as there is a known issue planned to be fixed in the next 2.8.x.x release.
* Upgrades from versions before 2.1.0.0 are not supported with 3.0.0.0.

* OpenTracing: There is an issue with `nginx-opentracing` in this release, so it is not
recommended to upgrade yet if you are an OpenTracing user. This will be
rectified in an upcoming patch/minor release.

### Dependencies

* Bumped `openresty` from 1.19.9.1 to 1.21.4.1
Expand Down