Skip to content

Tags: kubernetes-sigs/kubebuilder

Tags

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

v4.4.0

Toggle v4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🐛 (helm/v1alpha1) - fix webhooks generation by removing data from hel…

…m chart values (#4451)

(helm/v1alpha1) - fix webhook generation by removing data from helm chart values

This commit changes the code implementation so that the webhook values in the helm chart are not generated. Instead, only expose the values to enable or not webhooks

v4.3.1

Toggle v4.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4308 from camilamacedo86/fix-follow-up

🐛 revert the changes done in the PR #4286