Skip to content

Tags: kubernetes-sigs/kubebuilder

Tags

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

v4.3.0

Toggle v4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🌱 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.2.0

Toggle v4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
✨ upgrade kustomize from v5.4.2 to v5.4.3 (#4084)

upgrade kustomize from v5.4.2 to v5.4.3

v4.1.1

Toggle v4.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🌱 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

v4.1.0

Toggle v4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
✨ 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 <[email protected]>
Co-authored-by: Joe Lanford <[email protected]>

v4.0.0

Toggle v4.0.0's commit message

Verified

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

✨ chore: add ginkgolinter

v3.15.1

Toggle v3.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🐛 (cherry-pick #3945) fix place where metrics service is scaffolded b…

…y moving from config/rbac to config/default (#3948)

(cherry-pick #3945) fix place where metrics service is scaffolded by moving from config/rbac to config/default (#3948)

When we discontinued the usage of kube-rbac-proxy we placed the Metrics Service under config/rbac but it is not the best place to fit this resource. Furthermore, within those changes we are ensuring that the metrics service will only be applied if/when users enable the metrics.

* Upgrade sample testdata in the v3x branch

v3.15.0

Toggle v3.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
⚠️ Discontinue Kube RBAC Proxy in Default Kubebuilder Scaffolding (#3899

)

Discontinue Kube RBAC Proxy in Default Kubebuilder Scaffolding

v3.14.2

Toggle v3.14.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
✨ Upgrade controller-runtime dependency from v0.17.2 to v0.17.3 (#3882)

Upgrade controller-runtime dependency from v0.17.2 to v0.17.3

v3.14.1

Toggle v3.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
✨ Upgrade controller-runtime from v0.17.0 to v0.17.2 (#3827)