-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📖 Update docs with release v4.4.0 #4484
Conversation
…t-manager-managed serving-cert with TLS verification Adds a patch to configure ServiceMonitor with `insecureSkipVerify: false` to ensure TLS verification using cert-manager certificates. Updates documentation and corrects misaligned comments.
…ce-monitor ✨ Adds a patch to configure ServiceMonitor with to ensure TLS verification using cert-manager certificates
… projects - Removed the comment about `seccompProfile` as `type: RuntimeDefault` is now set by default. - Updated to reflect that Kubebuilder only tests and supports the latest three Kubernetes releases. - Given that we’re currently using Kubernetes 1.31, there’s no longer a reason to keep this line commented, ensuring projects adhere to `restricted` Pod Security Standards by default.
✨ Include admin ClusterRole and add it to the scaffold
…re-all-restricted ✨ (go/v4): Enable `seccompProfile.type: RuntimeDefault` by default in scaffolded projects
Add helm plugin to distribute projects This PR introduces an optional Helm plugin, enabling users to scaffold Helm charts for Kubebuilder projects. - **Helm Chart Scaffolding**: Allows generation of a Helm chart under the `dist/chart` directory, providing an alternative for distributing and managing projects via Helm. - **Usage**: - **To add when init the project**: `kubebuilder init --plugins=helm/v1-alpha` for new projects. - **To Init/Update in a project previously scaffolded**: `kubebuilder edit --plugins=helm/v1-alpha` to add or update Helm charts for existing projects. - **Sync Helm Chart**: Syncs the Helm chart with project manifests using the `edit` command, with `--force` required for updates after webhook or `DeployImage` plugin changes in order to overwritten the values.yaml and manager.yaml files.
Co-Author: Ye Cao <[email protected]>
…-cert secret This change ensures that only the necessary permissions are granted for accessing the metrics-server-cert secret. Note that setting defaultMode: 420 is not required.
Add latest status of helm plugin since it's initial version is implemented
📖 Proposal : New Plugin to allow project distribution via helm charts
When we rebase with the latest changes those infos to clarify the usage of the options get lost. In this commit we are introducing the missed info to help users know how to use the chart
✨ Follow-up to PR #4243: Limit permissions to access the metrics-server-cert secret
📖 doc: update roadmap for 2024
✨ (helm/v1-alpha): add missed info to chart values
📖 Update README.md - Fix typo
Bumps [sigs.k8s.io/kubebuilder/v4](https://github.com/kubernetes-sigs/kubebuilder) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/kubernetes-sigs/kubebuilder/releases) - [Changelog](https://github.com/kubernetes-sigs/kubebuilder/blob/master/RELEASE.md) - [Commits](v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: sigs.k8s.io/kubebuilder/v4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…ocs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1/sigs.k8s.io/kubebuilder/v4-4.3.1 📖 Bump sigs.k8s.io/kubebuilder/v4 from 4.3.0 to 4.3.1 in /docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1
📖: Fix typo in CONTRIBUTING-ROLES.md
📖 Fix readme wrong url your-own-plugin
doc: add .github/SECURITY.md with further information
Signed-off-by: Emmanuel Ferdman <[email protected]>
📖: update testdata reference
Fix typo in contributing roles
Fix make remove-spaces for GNU system
Upgrade controller-gen from v0.16.4 to v0.16.5
…4461) Enable if-return linter check and fix issues for Kubebuilder CLI
…onfig (#4462) (go/v4): Add new makefile target to check and validate the linter config Co-Author: Mateus Oliveira <[email protected]>
Enable the lint to check exported methods and fix issues
…ite tests for webhooks and controllers (#4466) fix: add schemas prior to envtest start Signed-off-by: Mateus Oliveira <[email protected]>
Fix linter error `nilness: impossible condition: nil != nil (govet)` ``` golangci-lint run pkg/plugins/golang/v4/scaffolds/edit.go:60:9: nilness: impossible condition: nil != nil (govet) if err != nil && s.multigroup != s.config.IsMultiGroup() { ^ make: *** [lint] Error 1 ``` Signed-off-by: Mateus Oliveira <[email protected]>
fix: simplify E2E Book Samples job Signed-off-by: Mateus Oliveira <[email protected]>
fix: remaining Go upgrades Signed-off-by: Mateus Oliveira <[email protected]>
fix: remove unused nolint comments Signed-off-by: Mateus Oliveira <[email protected]>
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.28.0 to 0.29.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…caffold code (#4471) fix: remove unnecessary make manifest and make generate in E2E scaffold code Signed-off-by: Mateus Oliveira <[email protected]>
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/spf13/afero/releases) - [Commits](spf13/afero@v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: github.com/spf13/afero dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Upgrade controller-runtime v0.19.1 to v0.19.4
…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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The invalid commit message is from dependabot |
Keywords which can automatically close issues and at(@) or hashtag(#) mentions are not allowed in commit messages. The list of commits with invalid commit messages:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
This commit updates book-v4 with the master branch.
The commit used was the same for the release. (55097d0)
PS.: A conflict in the metrics doc was solved