Skip to content

Commit

Permalink
docs(*) minor formatting and wording fixes (#4447)
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Apr 2, 2019
1 parent 4fdae08 commit 938ce62
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

> Released on: 2019/03/27
This is a minor release, introducing new features such as **Declarative
This release introduces new features such as **Declarative
Configuration**, **DB-less Mode**, **Bulk Database Import**, **Tags**, as well
as **Transparent Proxying**. It contains a large number of other features and
fixes, listed below. Also, the Plugin Development kit also saw a minor
Expand Down
16 changes: 8 additions & 8 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,17 @@ be aware of the following changes:
the same OpenSSL version. If you are installing Kong from one of our
distribution packages, you are not affected by this change.

### 2. Breaking Changes
#### 2. Breaking Changes

Kong 1.1 does not include any breaking changes over Kong 1.0, but Kong 1.0
included a number of breaking changes over Kong 0.x. If you are upgrading
from 0.14,x, please read the section on
[Kong 1.0 Breaking Changes](#kong-1-0-breaking-changes) carefully before
proceeding.

### 3. Suggested Upgrade Path
#### 3. Suggested Upgrade Path

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

The lowest version that Kong 1.1 supports migrating from is 0.14.1. if you
are migrating from a previous 0.x release, please migrate to 0.14.1 first.
Expand All @@ -82,7 +82,7 @@ upgrading from 0.14.1 to Kong 1.0. Please follow the steps described in the
"Migration Steps from 0.14" in the [Suggested Upgrade Path for Kong
1.0](#kong-1-0-upgrade-path).

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

Kong 1.1 supports a no-downtime migration model. This means that while the
migration is ongoing, you will have two Kong clusters running, sharing the
Expand Down Expand Up @@ -117,12 +117,12 @@ database in the final expected state for Kong 1.1).
was successful. From now on, you can safely make Admin API
requests to your 1.1 nodes.

#### Upgrade Path from 1.1 Release Candidates
##### Upgrade Path from 1.1 Release Candidates

The process is the same as for upgrading from 1.0 listed above, but on step 1
you should run `kong migrations up --force` instead.

#### Installing 1.1 on a Fresh Datastore
##### Installing 1.1 on a Fresh Datastore

The following commands should be used to prepare a new 1.1 cluster from a fresh datastore:

Expand Down Expand Up @@ -164,7 +164,7 @@ Changelog](https://github.com/Kong/kong/blob/master/CHANGELOG.md) for a
complete list of changes and new features.

<a name="kong-1-0-breaking-changes"></a>
### 1. Breaking Changes
#### 1. Breaking Changes

##### Dependencies

Expand Down Expand Up @@ -424,7 +424,7 @@ that you consult the full [0.15
Changelog](https://github.com/Kong/kong/blob/master/CHANGELOG.md) for a
complete list of changes and new features.

### 1. Breaking Changes
#### 1. Breaking Changes

##### Dependencies

Expand Down

0 comments on commit 938ce62

Please sign in to comment.