Skip to content

Commit

Permalink
docs: fix typos and update versions in the version upgrade guide (#3214)
Browse files Browse the repository at this point in the history
- Update v0.13.1 to v0.13.0, (v0.13.1 doesn't exist).
- Update patch versions for 0.15 and 0.17

Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
  • Loading branch information
bhavin192 authored Jun 10, 2020
1 parent 56de473 commit 39bac79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/content/en/docs/migration/version-upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ func printVersion() {

```
require (
github.com/operator-framework/operator-sdk v0.13.1
github.com/operator-framework/operator-sdk v0.13.0
sigs.k8s.io/controller-runtime v0.4.0
)

Expand Down Expand Up @@ -768,7 +768,7 @@ If you are using any external helm v2 tooling with the your helm operator-manage

```
require (
github.com/operator-framework/operator-sdk v0.15.1
github.com/operator-framework/operator-sdk v0.15.2
sigs.k8s.io/controller-runtime v0.4.0
)
// Pinned to kubernetes-1.16.2
Expand Down Expand Up @@ -889,7 +889,7 @@ replace github.com/openshift/api => github.com/openshift/api v0.0.0-201909241025

**Bug Fixes and Improvements for Metrics**

There are changes to the default implementation of the metrics export. These changes require `cmd/main.go to be updated as follows.
There are changes to the default implementation of the metrics export. These changes require `cmd/manager/main.go` to be updated as follows.

Replace:

Expand Down Expand Up @@ -1068,7 +1068,7 @@ RUN ansible-galaxy collection install -r ${HOME}/requirements.yml \

```
require (
github.com/operator-framework/operator-sdk v0.17.0
github.com/operator-framework/operator-sdk v0.17.1
sigs.k8s.io/controller-runtime v0.5.2
)
Expand Down

0 comments on commit 39bac79

Please sign in to comment.