Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Update sdk version from 0.17.1 to 1.0.1 #52

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

hbinkim
Copy link
Contributor

@hbinkim hbinkim commented Oct 6, 2020

Main goals

  • use admission webhook
  • apply kubebuilder (native) project architecture

Update version step by step

  • 0.17.x to 0.18
  • 0.18 to 1.0.1
    • create empty project
    • apply virtual machine image code
    • fix errors
    • apply virtual machine volume code
    • apply virtual machine volume code

Summary

  • update go.mod to reflect updated versions and remove unnecessary dependencies
  • update crd version from apiextensions.k8s.io/v1beta1 to apiextensions.k8s.io/v1
    • need k8s version >= v1.16

@hbinkim hbinkim added the enhancement New feature or request label Oct 6, 2020
- update go.mod to reflect updated versions and remove unnecessary dependencies
- update crd version from `apiextensions.k8s.io/v1beta1` to `apiextensions.k8s.io/v1`
- update testbox
- create empty project with operator sdk v1.0.1
- update VirtualMachineImage code with kube builder project style
- delete e2e files for now
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant