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

Update dependencies and Kubernetes to 1.27.2 #378

Merged
merged 3 commits into from
May 24, 2023

Conversation

aryan9600
Copy link
Member

@aryan9600 aryan9600 commented May 23, 2023

Bumps:

  • github.com/fluxcd/pkg/apis/event => v0.5.0
  • github.com/fluxcd/pkg/apis/meta => v1.1.0
  • github.com/fluxcd/pkg/oci => v0.26.0
  • github.com/fluxcd/pkg/runtime => v0.37.0
  • github.com/fluxcd/pkg/version => v0.2.2
  • github.com/google/go-containerregistry => v0.15.2
  • github.com/google/go-containerregistry/pkg/authn/k8schain => v0.0.0-20230522195908-1d535e24741c
  • github.com/onsi/gomega => v1.27.7
  • k8s.io/api => v0.27.2
  • k8s.io/apimachinery => v0.27.2
  • k8s.io/client-go => v0.27.2
  • sigs.k8s.io/controller-runtime => v0.15.0

Changes made due to breaking changes in controller-runtime v0.15:

  • Watches requires a plain client.Object instead of a source.Kind object.
  • handler.MapFunc requires a Go context.
  • ctrl.Options.Namespace was moved to ctrlcache.Options.Namespaces.
  • ctrl.Options.ClientDisableCacheFor was moved to ctrlclient.CacheOptions.DisableFor.
  • ctrl.Options.Port has been deprecated and removed.
  • Use MaxConcurrentReconciles and RecoverPanic in config.Controller instead of controller.Options.

Bump controller-gen to v0.12.0

Part of: fluxcd/flux2#3907

* github.com/fluxcd/pkg/apis/meta => v1.1.0
* k8s.io/apimachinery => v0.27.2
* sigs.k8s.io/controller-runtime => v0.15.0-beta.0

Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
@stefanprodan stefanprodan added the dependencies Pull requests that update a dependency label May 23, 2023
@aryan9600 aryan9600 force-pushed the update-deps branch 2 times, most recently from 7c36c73 to aa7e31d Compare May 23, 2023 12:18
* github.com/fluxcd/pkg/apis/event => v0.5.0
* github.com/fluxcd/pkg/apis/meta => v1.1.0
* github.com/fluxcd/pkg/oci => v0.26.0
* github.com/fluxcd/pkg/runtime => v0.37.0
* github.com/fluxcd/pkg/version => v0.2.2
* github.com/google/go-containerregistry => v0.15.2
* github.com/google/go-containerregistry/pkg/authn/k8schain => v0.0.0-20230522195908-1d535e24741c
* github.com/onsi/gomega => v1.27.7
* k8s.io/api => v0.27.2
* k8s.io/apimachinery => v0.27.2
* k8s.io/client-go => v0.27.2
* sigs.k8s.io/controller-runtime => v0.15.0-beta.0

Changes made due to breaking changes in controller-runtime v0.15:

* Watches requires a plain `client.Object` instead of a `source.Kind` object.
* `handler.MapFunc` requires a Go context.
* `ctrlcache.Options.SelectorByObject` was renamed to `ctrlcache.Options.ByObject`.
* `ctrl.Options.Namespace` was moved to `ctrlcache.Options.Namespaces`.
* `ctrl.Options.ClientDisableCacheFor` was moved to `ctrlclient.CacheOptions.DisableFor`.
* `ctrl.Options.Port` has been deprecated and removed.
* Use `MaxConcurrentReconciles` and `RecoverPanic` in `config.Controller` instead of `controller.Options`.

Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
@stefanprodan stefanprodan merged commit 63a97fe into fluxcd:main May 24, 2023
6 checks passed
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants