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

🌱 Bump up multiple dependencies #185

Merged
merged 2 commits into from
May 30, 2023
Merged

Conversation

arybolovlev
Copy link
Contributor

@arybolovlev arybolovlev commented May 24, 2023

Description

This pull request includes updates to multiple dependencies, with the most significant change being related to the controller-runtime dependency. As a result, the manager can no longer be configured through the ConfigMap, leading to the removal of the global Operator option --config and its corresponding ConfigMap manager-config.

Usage Example

N/A.

Release Note

Release note for CHANGELOG:

NOTES:

* `Operator`: the Operator no longer includes the global option `--config`.
* `Helm Chart`: the Helm chart no longer includes the ConfigMap `manager-config` as it has been removed.

DEPENDENCIES:

* Bump `github.com/go-logr/zapr` from 1.2.3 to 1.2.4.
* Bump `github.com/onsi/ginkgo/v2` from 2.9.4 to 2.9.5.
* Bump `github.com/onsi/gomega` from 1.27.6 to 1.27.7.
* Bump `k8s.io/api` from 0.26.3 to 0.27.2.
* Bump `k8s.io/apimachinery` from 0.26.3 to 0.27.2.
* Bump `k8s.io/client-go` from 0.26.3 to 0.27.2.
* Bump `sigs.k8s.io/controller-runtime` from 0.14.6 to 0.15.0.

References

controller-runtime release notes: https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.15.0.

Community Note

  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

@arybolovlev arybolovlev requested a review from a team as a code owner May 24, 2023 09:10
@arybolovlev arybolovlev changed the title 🌱 Bump controller-runtime from 0.14.6 to 0.15.0 🌱 Bump up multiple dependencies May 24, 2023
@arybolovlev arybolovlev marked this pull request as draft May 24, 2023 09:50
@arybolovlev arybolovlev marked this pull request as ready for review May 24, 2023 09:59
@arybolovlev arybolovlev merged commit 7f489fc into main May 30, 2023
@arybolovlev arybolovlev deleted the bump-controller-runtime branch May 30, 2023 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants