Tags · kubernetes-sigs/kubebuilder (original) (raw)
v4.5.2
Toggle v4.5.2's commit message
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
Merge pull request #4576 from kubernetes-sigs/revert-4481-make-go-ins…
…tall-able
🐛 Revert "Make kubebuilder go install-able"
v4.4.0
Toggle v4.4.0's commit message
🐛 (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.0
Toggle v4.3.0's commit message
🌱 fix GoReleaser by adding permission to write content (#4226)
fix GoReleaser by adding permission to write content
We found an issue to publish the assets when we are trying to publish the release 4.3.0. Therefore, we are adding the content permission to verify if the issue can be solved within
v4.1.1
Toggle v4.1.1's commit message
🌱 Upgrade goreleaser (#4041)
update GoReleaser configuration file to version 2
update GoReleaser configuration file to fix kubernetes version from 1.27.1 to 1.30.0
Jul 23, 2024
v4.1.0
Toggle v4.1.0's commit message
✨ Add protection to metrics endpoint using authn/authz via controller…
…-runtime feature (#4003)
Add protection to metrics endpoint using authn/authz via controller-runtime feature
This PR re-introduce authn/authz protection for the endpoint but without use the kube-rbac-proxy project and image.
Signed-off-by: Joe Lanford joe.lanford@gmail.com Co-authored-by: Joe Lanford joe.lanford@gmail.com