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

Migrating from 0.10.x to 0.17.1 #3213

Closed
4 of 8 tasks
bhavin192 opened this issue Jun 10, 2020 · 1 comment · Fixed by #3307
Closed
4 of 8 tasks

Migrating from 0.10.x to 0.17.1 #3213

bhavin192 opened this issue Jun 10, 2020 · 1 comment · Fixed by #3307
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. kind/documentation Categorizes issue or PR as related to documentation.
Milestone

Comments

@bhavin192
Copy link
Contributor

bhavin192 commented Jun 10, 2020

I was able to successfully migrate from 0.10.x to 0.17.1, all thanks to the great migrations docs 🎉
There are few minor issues/changes/typos here and there, just trying to list all of them here, once discussed I can raise PR for those changes or create individual issues.

Feature Request

0.10.x --> 0.11.x

github.com/yugabyte/yugabyte-k8s-operator imports
	sigs.k8s.io/controller-tools/pkg/crd/generator: module sigs.k8s.io/controller-tools@latest found (v0.3.0), but does not contain package sigs.k8s.io/controller-tools/pkg/crd/generator

File: tools.go

 // +build tools
 
 package tools
-
-import (
-	_ "sigs.k8s.io/controller-tools/pkg/crd/generator"
-)

0.12.0 --> 0.13.0

0.14.x

  • Steps to add addMetrics() function. More about this in 0.16.x.

0.15.x

  • The version v0.15.2 is available, so we can ask users to use it directly instead of v0.15.1. Raising PR for this.

0.16.x

0.17.x

  • We can update the version from go.mod to v0.17.1 instead of v0.17.0. Raising PR for this.
@estroz
Copy link
Member

estroz commented Jun 11, 2020

Thanks for making PR's for version bumps/typos. Feel free to make another one to add anything else missing!

/kind documentation

@openshift-ci-robot openshift-ci-robot added the kind/documentation Categorizes issue or PR as related to documentation. label Jun 11, 2020
@estroz estroz added good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. lifecycle/active Indicates that an issue or PR is actively being worked on by a contributor. and removed lifecycle/active Indicates that an issue or PR is actively being worked on by a contributor. labels Jun 15, 2020
@estroz estroz added this to the v0.21.0 milestone Jun 15, 2020
camilamacedo86 pushed a commit that referenced this issue Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. kind/documentation Categorizes issue or PR as related to documentation.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants