Skip to content

Migrating from 0.10.x to 0.17.1  #3213

@bhavin192

Description

@bhavin192

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.kind/documentationCategorizes issue or PR as related to documentation.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions