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

build(deps): Bump sigs.k8s.io/controller-runtime from 0.13.1 to 0.14.1 #21

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 26, 2022

Bumps sigs.k8s.io/controller-runtime from 0.13.1 to 0.14.1.

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.14.1

Changes since v0.14.0

🐛 Bug Fixes

Full Changelog: kubernetes-sigs/controller-runtime@v0.14.0...v0.14.1

v0.14.0

Changes since v0.13.1

⚠️ Breaking Changes

  • Add Get functionality to SubResourceClient (#2094)
  • Allow configuring RecoverPanic for controllers globally (#2093)
  • Add client.SubResourceWriter (#2072)
  • Support registration and removal of event handler (#2046)
  • Update Kubernetes dependencies to v0.26 (#2043, #2087)
  • Zap log: Default to RFC3339 time encoding (#2029)
  • cache.BuilderWithOptions inherit options from caller (#1980)

✨ New Features

  • Builder: Do not require For (#2091)
  • support disable deepcopy on list funcion (#2076)
  • Add cluster.NewClientFunc with options (#2054)
  • Tidy up startup logging of kindWithCache source (#2057)
  • Add function to get reconcileID from context (#2056)
  • feat: add NOT predicate (#2031)
  • Allow to provide a custom lock interface to manager (#2027)
  • Add tls options to manager.Options (#2023)
  • Update Go version to 1.19 (#1986)

🐛 Bug Fixes

  • Prevent manager from getting started a second time (#2090)
  • Missing error log for in-cluster config (#2051)
  • Skip custom mutation handler when delete a CR (#2049)
  • fix: improve semantics of combining cache selectorsByObject (#2039)
  • Conversion webhook should not panic when conversion request is nil (#1970)

🌱 Others

  • Prepare for release 0.14 (#2100)
  • Generate files and update modules (#2096)
  • Bump github.com/onsi/ginkgo/v2 from 2.5.1 to 2.6.0 (#2097)
  • Bump golang.org/x/time (#2089)
  • Update OWNERS: remove inactive members, promote fillzpp sbueringer (#2088, #2092)
  • Default ENVTEST version to a working one (1.24.2) (#2081)
  • Update golangci-lint to v1.50.1 (#2080)
  • Bump go.uber.org/zap from 1.23.0 to 1.24.0 (#2077)
  • Bump golang.org/x/sys from 0.2.0 to 0.3.0 (#2078)
  • Ignore Kubernetes Dependencies in Dependabot (#2071)

... (truncated)

Commits
  • 84c5c9f 🐛 controllers without For() fail to start (#2108)
  • ddcb99d Merge pull request #2100 from vincepri/release-0.14
  • 69f0938 Merge pull request #2094 from alvaroaleman/subresoruce-get
  • 8738e91 Merge pull request #2091 from alvaroaleman/no-for
  • ca4b4de Merge pull request #2096 from lucacome/generate
  • 5673341 Merge pull request #2097 from kubernetes-sigs/dependabot/go_modules/github.co...
  • 7333aed 🌱 Bump github.com/onsi/ginkgo/v2 from 2.5.1 to 2.6.0
  • d4f1e82 Generate files and update modules
  • a387bf4 Merge pull request #2093 from alvaroaleman/recover-panic-globally
  • da7dd5d ⚠️ Allow configuring RecoverPanic for controllers globally
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.13.1 to 0.14.1.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.13.1...v0.14.1)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 26, 2022
@jimmidyson jimmidyson merged commit af727cb into main Jan 3, 2023
@jimmidyson jimmidyson deleted the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.14.1 branch January 3, 2023 13:20
@github-actions github-actions bot mentioned this pull request Jan 3, 2023
jimmidyson pushed a commit that referenced this pull request Jan 3, 2023
🤖 I have created a release *beep* *boop*
---


<!-- Release notes generated using configuration in .github/release.yaml
at main -->

## What's Changed
### Exciting New Features 🎉
* feat: Add test certs source by @jimmidyson in
#7
* feat: Add configmap and secret sources by @jimmidyson in
#8
* feat: Show working in alpine by @jimmidyson in
#9
* feat: Add e2e for debian base image by @jimmidyson in
#10
* feat: Add OCI source by @jimmidyson in
#11
### Fixes 🔧
* fix: Default image tag to app version by @jimmidyson in
#14
### Other Changes
* build(deps): Bump k8s.io/mount-utils from 0.25.3 to 0.26.0 by
@dependabot in #3
* build(deps): Bump google.golang.org/grpc from 1.50.1 to 1.51.0 by
@dependabot in #4
* build(deps): Bump google-github-actions/release-please-action from 3.6
to 3.7 by @dependabot in
#1
* test(e2e): Initial testing of deployment by @jimmidyson in
#5
* test(e2e): Check contents are mounted in pod properly by @jimmidyson
in #6
* test(e2e): Add test using go-built binary by @jimmidyson in
#12
* build: Upgrade dependencies, tools, and pre-commit hooks by
@jimmidyson in
#13
* docs: Add README by @jimmidyson in
#15
* build(deps): Bump sigs.k8s.io/controller-runtime from 0.13.1 to 0.14.1
by @dependabot in
#21
* build(deps): Bump github.com/containerd/containerd from 1.6.12 to
1.6.14 by @dependabot in
#20
* build(deps): Bump helm.sh/helm/v3 from 3.10.2 to 3.10.3 by @dependabot
in #19
* build(deps): Bump github.com/docker/docker from 20.10.21+incompatible
to 20.10.22+incompatible by @dependabot in
#16
* build(deps): Bump github.com/onsi/ginkgo/v2 from 2.6.0 to 2.6.1 by
@dependabot in
#18
* ci: Enable squash for auto-merge PRs by @jimmidyson in
#22
* build: Upgrade tools by @jimmidyson in
#23
* build: Use ghcr.io instead of docker hub by @jimmidyson in
#24
* ci: Attempt publishing Helm chart on release by @jimmidyson in
#25
* docs: Fix workflow status badge in README by @jimmidyson in
#26

## New Contributors
* @dependabot made their first contribution in
#3
* @jimmidyson made their first contribution in
#5

**Full Changelog**:
https://github.com/d2iq-labs/csi-driver-trusted-ca/commits/v0.1.0

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant