kubebuilder-release-tools
kubebuilder-release-tools copied to clipboard
Release tooling for KubeBuilder projects.
At https://github.com/step-security/secure-workflows we are building a knowledge-base (KB) of GITHUB_TOKEN permissions needed by different GitHub Actions. When developers try to set minimum token permissions for their workflows, they can use...
I'd like to be able to `go get`/`go install sigs.k8s.io/kubebuilder-release-tools/[email protected]`, but it fails: ``` go: sigs.k8s.io/kubebuilder-release-tools/[email protected]: module sigs.k8s.io/[email protected] found, but does not contain package sigs.k8s.io/kubebuilder-release-tools/notes ``` Because `notes` has its...
Controller-runtime and Kubebuilder has been creating branches called like release-3.15 but the tool does not allow us work within, see: ``` 2024/05/24 07:43:23 starting from branch "release-4.0" 2024/05/24 07:43:23 "release-4.0"...
**Context:** Refer to this [PR](https://github.com/kubernetes-sigs/kubebuilder-release-tools/pull/61). Discussion thread: [Slack thread](https://kubernetes.slack.com/archives/CAR30FCJZ/p1726412434458119). **Description:** We need to create a custom GitHub action that provides a shell script to validate PR titles. This would ensure...
`pr-title-checker.sh` was removed in kubebuilder. The Github actions is now self-contained.