Skip to content

Tags: kubernetes-sigs/kubebuilder

Tags

v4.10.1

Toggle v4.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🌱 Add comprehensive Go module validation with retract check (#5217)

Replaces basic shell check with comprehensive validator that:
- Validates file paths using golang.org/x/mod/module.CheckFilePath
- Ensures broken v4.10.0 remains retracted in go.mod
- Creates consumer module to verify `go install` compatibility
- Runs `go mod tidy` and `go build ./...` to test installability

Prevents releasing broken tags and ensures v4.10.0 stays retracted.

v4.10.0

Toggle v4.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #5203 from camilamacedo86/remove-todo-section

📖 (doc): Cleanup by removing TODO sections

v4.9.0

Toggle v4.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
📖 (doc): Add demo for auto-update plugin (#5105)

(doc): Add demo for auto-update plugin

v4.8.0

Toggle v4.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #5056 from lpmi-13/patch-1

🐛 (go/v4) fix simple typos in Dockerfile comments

v4.7.1

Toggle v4.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4961 from camilamacedo86/patch-release

🌱 Prepare: Patch release 4.7.1

v4.7.0

Toggle v4.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4923 from camilamacedo86/doc-update-command

📖 (doc): Upgrade Migration and Documentation over Alpha Commands

v4.6.0

Toggle v4.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🐛 refactor: inline getKubebuilderVersion into cli.WithCliVersion setup (

#4821)

refactor: inline getKubebuilderVersion into cli.WithCliVersion setup

v4.5.2

Toggle v4.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4654 from kersten/fix/plugin-util-avoid-shadowing…

…-err

🌱 (chore): avoid shadowing of 'err' in plugin util and test utilities

v4.5.1

Toggle v4.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4576 from kubernetes-sigs/revert-4481-make-go-ins…

…tall-able

🐛 Revert "Make kubebuilder go install-able"

v4.5.0

Toggle v4.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4513 from pl4nty/patch-1

🐛 Use explicit docker.io prefix for Docker Hub images