-
Notifications
You must be signed in to change notification settings - Fork 1.6k
🌱 Release v3.2.0 #2409
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
🌱 Release v3.2.0 #2409
Conversation
Signed-off-by: Valentin Pichard <[email protected]>
- create apidiff.yaml in github workflows - Added `apidiff` target to Makefile for local testing - Always compare with master for any api differences - Invoke tests in CI only on pull_request from a different repo
🌱 add go-apidiff to verify api differences
📖 Fix typo in api-design.md
…es-whitelist ✨ Extend files whitelist for init cmd
Several comments for enabling cert-manager in the kustomization config incorrectly said `[CERTMANAGER] To enable webhook` This was probably a copy/paste error.
🐛 fix: incorrect cert-manager kustomize comments
Replace broken Travis CI badge in README with GitHub Lint & Unit Test actions
Run `go mod tidy` before building image so the go.mod has the required deps. See https://blog.golang.org/go116-module-changes#TOC_3.
🐛 Fix CI for go 1.16
🐛 Refactor `alpha config-gen` to use embed from go 1.16
- add webhook test
🐛 update config-gen to match v3 expectations
Add v1alpha1 to the apiVersion
🐛 Update kubernetes-sigs/controller-tools to v0.5.0
📖 Link to v2 book as well from intro page
🐛 Fix config-gen documentation bug
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
|
/override deleted-job cla/linuxfoundation |
|
@camilamacedo86: camilamacedo86 unauthorized: /override is restricted to Repo administrators. In response to this:
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/test-infra repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
|
/override cla/linuxfoundation |
|
@camilamacedo86: camilamacedo86 unauthorized: /override is restricted to Repo administrators. In response to this:
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/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86, varshaprasad96 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 |
|
I forced cla label since it seems a bug. |
|
/check-cla |
|
/override cla/linuxfoundation |
|
@estroz: Overrode contexts on behalf of estroz: cla/linuxfoundation In response to this:
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/test-infra repository. |
|
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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/test-infra repository. I understand the commands that are listed here. |
Description