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

docs: fix typos and update versions in the version upgrade guide #3214

Merged
merged 1 commit into from
Jun 10, 2020
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
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