kubebuilder
kubebuilder copied to clipboard
Kubebuilder - SDK for building Kubernetes APIs using CRDs
Repair access address. https://slack.k8s.io/#kubebuilder -> https://kubernetes.slack.com/messages/#kubebuilder
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.15.0 to 2.17.0. Release notes Sourced from github.com/onsi/ginkgo/v2's releases. v2.17.0 2.17.0 Features add --github-output for nicer output in github actions [e8a2056] Maintenance fix typo in core_dsl.go [977bc6f]...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.31.1 to 1.32.0. Release notes Sourced from github.com/onsi/gomega's releases. v1.32.0 1.32.0 Maintenance Migrate github.com/golang/protobuf to google.golang.org/protobuf [436a197] This release drops the deprecated github.com/golang/protobuf and adopts google.golang.org/protobuf. Care...
### What broke? What's expected? generated `LeaderElectionID` ends with a period (`.`) which raises the following error: ```log E0219 20:35:10.387636 1 leaderelection.go:336] error initially creating leader election record: Lease.coordination.k8s.io "be3caa60."...
## Why the changes were made Fix command documentation and remove unnecessary code. ## How the changes were made When `make lint` command was added (https://github.com/kubernetes-sigs/kubebuilder/commit/46ea676fc75e7a8844bbf237cf8e1c4b66b24dd4#diff-e5d6d4f9d67174f1f3764674eb786688353c77cef8514e24d1323e55e5a4a7e8) I believe its documentation...
## Description Fixes https://github.com/kubernetes-sigs/kubebuilder/issues/3782 Add the logic to insert generated roles into kustomization file when executing `kubebuilder create api`. Cleanup - Remove e2e steps for "applying the CRD Editor/Viewer Role"....
## Why the changes were made Noticed that when running `make build-installer` in my project, CRDs were being included twice. This PR fixes this. ## How the changes were made...
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.18.0 to 0.19.0. Commits 7656c4c go.mod: update golang.org/x dependencies 5bf7d00 cmd/callgraph: add 'posn' template helper 283fce2 x/tools: drop go1.18 support 7f348c7 internal/versions: updates the meaning of FileVersions....
### What broke? What's expected? current make build-install generate dist/install.yaml from config/crd and config/default. config/default internally use config/crd too. Result are 2 same definitions of CRD in dist/install.yaml ``` cat...
## Why the changes were made Noticed that after generating project with kubebuilder, some files had an empty line in their first line. This PR fixes this. ## How the...