Skip to content

Commit

Permalink
move api groups to v1beta1 (#1232)
Browse files Browse the repository at this point in the history
* move upload.cdi.kubevirt.io API group to v1beta1

Signed-off-by: Michael Henriksen <mhenriks@redhat.com>

* move core api to v1beta1

Signed-off-by: Michael Henriksen <mhenriks@redhat.com>

* fix os-3.11 cluster sync and add functional tests for alpha api

Signed-off-by: Michael Henriksen <mhenriks@redhat.com>

* change more occurences of v1alpha1

Signed-off-by: Michael Henriksen <mhenriks@redhat.com>

* updates after rebase

Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
  • Loading branch information
mhenriks committed Jul 10, 2020
1 parent 621f0b8 commit 9e2c79b
Show file tree
Hide file tree
Showing 209 changed files with 2,144 additions and 1,847 deletions.
8 changes: 4 additions & 4 deletions Makefile
Expand Up @@ -50,7 +50,7 @@ gomod-update:
deps-update: gomod-update bazel-generate

apidocs:
${DO} "./hack/update-codegen.sh && ./hack/gen-swagger-doc/gen-swagger-docs.sh v1alpha1 html"
${DO} "./hack/update-codegen.sh && ./hack/gen-swagger-doc/gen-swagger-docs.sh v1beta1 html"

build-functest:
${DO} ./hack/build/build-functest.sh
Expand All @@ -70,8 +70,8 @@ test-functional: build-functest
test-lint:
${DO} "./hack/build/run-lint-checks.sh"

docker-registry-cleanup:
./hack/build/cleanup_docker.sh
docker-registry-cleanup:
./hack/build/cleanup_docker.sh

publish: manifests push

Expand All @@ -93,7 +93,7 @@ release-description:
cluster-up:
./cluster-up/up.sh

cluster-down:
cluster-down:
./cluster-up/down.sh

cluster-down-purge: docker-registry-cleanup cluster-down
Expand Down

0 comments on commit 9e2c79b

Please sign in to comment.