CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 11:22:40 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"1db2d68b8ce1066e145348ad734c2bf6"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=sAWdstPR5y%2FFITqRDsAEgBL%2BliJ66gaMhnETXtIUh%2BU6sInsQq8EugklVYwUPqH%2FjbQP5YHODTOEqSHnnI9fYJKGSCRYUtb8iUR8nNmtxazATz3EGintI9MFXE5jBow5uSGAZINrmRTsM4uNqQ1fi%2BOUFr7HzhUsdC%2BWeLWaWFIDlkp%2Bhxt8V3LSxkWd1BFNSYuBzW4mNBRSssvxk2yz3dtSbZCoraJCJphkoIbhz2X0WefVKd0mmc%2BlzqwVxSnTIVcjzHQcATnsTBIlhqbC%2BA%3D%3D--lYt4YLcCNTIla8r8--l5wOmfFNC2t3JiTVm%2FwZ0w%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1354479483.1753356160; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 11:22:40 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 11:22:40 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9458:3644F0:19C08F5:1EA5CE4:68821780
Release v4.1.0 Β· kubernetes-sigs/kubebuilder Β· GitHub
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
v4.1.0
Compare
·
1011 commits
to master
since this release
de1cc60
This commit was created on GitHub.com and signed with GitHubβs verified signature.
changes since v4.0.0
β¨ New Features
- Re-introduces authn/authz protection for the metrics endpoint using
WithAuthenticationAndAuthorization
provided by controller-runtime. (#4003)
This protection is similar to what was previously done via
kube-rbac-proxy
, which usage was discontinued in the project. Please, ensure that you no longer use the imagegcr.io/kubebuilder/kube-rbac-proxy
.β οΈ Images provided undergcr.io/kubebuilder/
All images previously built and promoted will stop being available sometime in early 2025**.
- Upgrade controller-runtime from v0.18.2 to v0.18.4 (#3957) (#3972)
- Add revive golangci linter with comment-spacings rule (#3960)
- (Only relevant for users of Kubebuilder as a library) Allow usage of custom marker names (#3993)
π Bug Fixes
- Corrected the
generate
command to respect the--namespaced=false
flag for APIs. (#3970)
π Thanks to all our contributors!
What's Changed (Full Changelog)
- β¨ Upgrade controller-runtime from v0.18.2 to v0.18.3 - k8s version from 1.30.0 to 1.30.1 by @camilamacedo86 in #3957
- π± Cleanup e2e tests for deploy image by @camilamacedo86 in #3959
- β¨ Add revive golangci linter with comment-spacings rule by @mateusoliveira43 in #3960
- π± cleanup: run-test-e2e-for-project-v4-sample workflow by remove unnecessary steps by @camilamacedo86 in #3961
- π± cleanup e2e tests for go/v4 by @camilamacedo86 in #3958
- π Update CONTRIBUTING.md - Add steps about how to debug e2e tests locally by @camilamacedo86 in #3962
- π± Bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.19.0 by @dependabot in #3963
- π± Bump sigs.k8s.io/kubebuilder/v3 from 3.15.0 to 3.15.1 in /docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1 by @dependabot in #3965
- π fix: documentation links by @mateusoliveira43 in #3967
- π fix generate command not respecting --namespaced=false of APIs by @antonincms in #3970
- β¨ Upgrade controller-runtime from v0.18.3 to v0.18.4 by @camilamacedo86 in #3972
- π fix error in documentation Watching Externally Managed Resources by @Uburro in #3973
- π± Bump golang.org/x/tools from 0.21.0 to 0.22.0 by @dependabot in #3975
- π± Bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in #3977
- π fix: book v3 link by @mateusoliveira43 in #3978
- π Adding lost v2 vs v3 page. by @Tomlmmrs in #3983
- π± ci: fix testdata due golang module changes by @camilamacedo86 in #3985
- π± Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #3987
- π Fix typo in plugins.md by @dudo in #3994
- π Update using_an_external_type.md by @davidxia in #3997
- π Update using_an_external_type.md by @davidxia in #3998
- β¨ (Only valid for those who consume Kubebuilder as a lib) - Allow usage of custom marker names by @beatrausch in #3993
- π docs: clarify English prose in CONTRIBUTING.md by @davidxia in #4002
- π Update quick-start.md by @Hrugved in #4001
- β¨ Add protection to metrics endpoint using authn/authz via controller-runtime feature by @joelanford and @camilamacedo86 in #4003
New Contributors
- @Uburro made their first contribution in #3973
- @Tomlmmrs made their first contribution in #3983
- @dudo made their first contribution in #3994
- @beatrausch made their first contribution in #3993
- @Hrugved made their first contribution in #4001
Full Changelog: v4.0.0...v4.1.0
Assets 9
6 people reacted
You canβt perform that action at this time.