Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
feat: transition to apiextensions.k8s.io/v1
Browse files Browse the repository at this point in the history
This commit transitions the CRDs from the kubefed chart and
sub-charts as well as all Go code generating CRDs.
  • Loading branch information
Max Jonas Werner committed Oct 26, 2020
1 parent 0668bc0 commit 2ab409a
Show file tree
Hide file tree
Showing 27 changed files with 2,195 additions and 2,277 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Unreleased
- fix: Transition from apiextensions.k8s.io/v1beta1 to
apiextensions.k8s.io/v1.
# v0.5.0
- [#1310](https://github.com/kubernetes-sigs/kubefed/pull/1310)
chore: Add labels to service.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,5 @@ clean:
controller-gen:
command -v controller-gen &> /dev/null || (cd tools && go install sigs.k8s.io/controller-tools/cmd/controller-gen)

deploy.kind:
deploy.kind: generate
KIND_LOAD_IMAGE=y FORCE_REDEPLOY=y ./scripts/deploy-kubefed.sh $(IMAGE_NAME)
Loading

0 comments on commit 2ab409a

Please sign in to comment.