Skip to content
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

🌱 Prepare for release 0.14 #2100

Merged
merged 20 commits into from Dec 14, 2022

Conversation

vincepri
Copy link
Member

@vincepri vincepri commented Dec 14, 2022

Prepare for v0.14.0 release, this PR fast forwards to the current main branch

vincepri and others added 18 commits December 9, 2022 12:01
Signed-off-by: Vince Prignano <vince@prigna.com>
Signed-off-by: Luca Comellini <luca.com@gmail.com>
…folks

🌱 Update OWNERS: remove inactive members, promote fillzpp sbueringer
Signed-off-by: Luca Comellini <luca.com@gmail.com>
🐛 Prevent manager from getting started a second time
Requiring For does not make sense for all controllers as it is possible
that their primary event triggering is not an object in the current
cluster but for example an object in a different cluster or a
source.Channel.
Otherwise ppl will ask them to review their changes without any
realistic chance of that happening.
This changes enabled the SubResourceClient to retrieve subresources,
thereby completing it for CRUD subresources (under the assumption that
there is no such thing as a Delete for subresources, which does hold
true for core resources).
🏃 Clean up OWNERS who haven't been active in the last year
This change allows configuring the RecoverPanic setting for controllers
globally. It is a breaking change as it requires changing the field type
of the setting to *bool from bool in order to be able to check if it has
been set already.
…ic-globally

⚠️ Allow configuring RecoverPanic for controllers globally
Signed-off-by: Luca Comellini <luca.com@gmail.com>
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.5.1...v2.6.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ot/go_modules/github.com/onsi/ginkgo/v2-2.6.0

🌱 Bump github.com/onsi/ginkgo/v2 from 2.5.1 to 2.6.0
🌱 Generate files and update modules
@k8s-ci-robot k8s-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 14, 2022
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Dec 14, 2022
@vincepri
Copy link
Member Author

/check-cla

@vincepri vincepri changed the title WIP: Release 0.14 🌱 Prepare for release 0.14 Dec 14, 2022
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 14, 2022
@k8s-ci-robot k8s-ci-robot removed the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Dec 14, 2022
@k8s-ci-robot k8s-ci-robot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Dec 14, 2022
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Dec 14, 2022
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: alvaroaleman, vincepri

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:
  • OWNERS [alvaroaleman,vincepri]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit ddcb99d into kubernetes-sigs:release-0.14 Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants