Skip to content

Commit

Permalink
docs(upgrade): Fixes Typos, Spell errors and Other issues (#11037)
Browse files Browse the repository at this point in the history
* Update UPGRADE.md [Spell Incorrects ]

* Update UPGRADE.md

* Update UPGRADE.md

* Update UPGRADE.md

reduced type errors
  • Loading branch information
Pratik-11 authored Jun 22, 2023
1 parent 7dabdb5 commit d023a1a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,7 @@ previous release, so you will need to rebuild them with the latest patches.

In order to use all Kong features, including the new
dynamic upstream keepalive behavior, the required OpenResty version is
[1.15.8.3](http://openresty.org/en/changelog-1015008.html) and the
[1.15.8.3](http://openresty.org/en/changelog-1015008.html) and
the set of [OpenResty
patches](https://github.com/Kong/kong-build-tools/tree/master/openresty-build-tools/openresty-patches)
included has changed, including the latest release of
Expand Down Expand Up @@ -1601,8 +1601,7 @@ If you are building your dependencies by hand, there are changes since the
previous release, so you will need to rebuild them with the latest patches.

The required OpenResty version is
[1.15.8.2](http://openresty.org/en/changelog-1015008.html), and the
the set of [OpenResty
[1.15.8.2](http://openresty.org/en/changelog-1015008.html), and the set of [OpenResty
patches](https://github.com/Kong/kong-build-tools/tree/master/openresty-build-tools/openresty-patches)
included has changed, including the latest release of
[lua-kong-nginx-module](https://github.com/Kong/lua-kong-nginx-module).
Expand Down Expand Up @@ -2692,7 +2691,7 @@ detailed migration instructions.

## Upgrade from `0.x` to `1.0.x`

Kong 1.0 is a major upgrade, and includes a number of new features
Kong 1.0 is a major upgrade, and includes several new features
as well as breaking changes.

This version introduces **a new schema format for plugins**, **changes in
Expand Down Expand Up @@ -3187,7 +3186,7 @@ complete list of changes and new features.
- The required OpenResty version has been bumped to 1.13.6.2. If you
are installing Kong from one of our distribution packages, you are not
affected by this change.
- Support for PostreSQL 9.4 (deprecated in 0.12.0) is now dropped.
- Support for PostgreSQL 9.4 (deprecated in 0.12.0) is now dropped.
- Support for Cassandra 2.1 (deprecated in 0.12.0) is now dropped.

##### Configuration
Expand Down Expand Up @@ -3825,7 +3824,7 @@ database") for more details about this process.
SSL termination somewhere before your requests hit Kong, and if you have
configured `https_only` on the API, or if you use a plugin that requires
HTTPS traffic (e.g. OAuth2).
- The internal DNS resolver now honours the `search` and `ndots` configuration
- The internal DNS resolver now honors the `search` and `ndots` configuration
options of your `resolv.conf` file. Make sure that DNS resolution is still
consistent in your environment, and consider eventually not using FQDNs
anymore.
Expand Down

1 comment on commit d023a1a

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

Please sign in to comment.