Update module sigs.k8s.io/controller-runtime to v0.17.2 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
sigs.k8s.io/controller-runtime | require | minor |
v0.11.1 -> v0.17.2
|
Release Notes
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
v0.17.2
What's Changed
-
⚠ 🐛 Fakeclient: Do not consider an apply patch to be a strategic merge patch by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2681 -
🐛 Fix lazy rest mapper cache invalidation by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2688
Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.17.1...v0.17.2
v0.17.1
What's Changed
-
🐛 Clean restmapper cache if a version is notFound by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2676
Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.17.0...v0.17.1
v0.17.0
⚠ Breaking Changes
- Fake client: Only set TypeMeta for unstructured (#2633)
- Update k8s.io/* deps to 1.29 (#2457 #2500 #2553 #2588 #2612 #2615 #2621)
- Remove apiutil.NewDiscoveryRESTMapper, use DynamicRESTMapper by default for cache (#2611)
- RESTMapper: don't treat non-existing GroupVersions as errors (#2571)
- Webhooks: Deprecate admission.Validator and admission.Defaulter (#2639)
- Webhooks: Limit size of AdmissionRequests to 7MB and size of TokenReviews to 1MB (#2598)
✨ New Features
- Cache: Allow defining options that apply to all namespaces without explicit config (#2528)
- Cache: Allow to remove informers (#2285)
- Cache: Add option to set WatchErrorHandler on informers (#2494)
- Client: client.MatchingFields now supports multiple indexes (#2512)
- Fake client: Add flowcontrol api v1 (#2623)
- Reconciler: Add reconcile.ObjectReconciler (#2592)
🐛 Bug Fixes
- Add corev1, coordinationv1 scheme for leader election when LeaderElection manager option is true (#2461)
- Cache: Default namespace only for namespaced object (#2480)
- Client: Don't truncate large int64s in MergePatch (#2650)
- controllerutil: Add
RemoveControllerReference
andHasControllerReference
func (#2509 #2595) - controllerutil: Add
RemoveOwnerReference
func (#2462) - Dependencies: Refactor tests to drop hard otel dependency (#2460)
- Envtest: CRDs that aren't convertible should unset spec.conversion (#2525)
- Fake client: Correctly identify if patch call was made on status (#2508)
- Fake client: Do not update anything but status when using subresource client (#2479)
- Fake client: Fix returning object after status update (#2489)
- Fake client: Fix status subresource getting updated on Update when it is empty (#2484)
- Fake client: Handle unstructured status update with fake client (#2495)
- Manager: Fix goroutine leak (#2527)
- Manager: Use HTTP client from leaderElectionConfig for leader election recorder provider (#2464)
- RESTMapper: Return NoResourceMatchError when appropriate for backwards compatibility. (#2472)
- Webhook: Handle http.NoBody (#2605)
🌱 Others
- Client: Make client.MatchingLabels faster (#2529)
- Envtest: Allow to ignore scheme.Convertible check for CRDs (#2555)
- Envtest: Improve process cleanup (#2560)
- Metrics: Add 100/1000s buckets for Prometheus workqueue histograms (#2638)
- Metrics: Avoid dependency on apiserver/options if metrics/filters are used (#2645)
- Replace k8s.io/utils/pointer with k8s.io/utils/ptr (#2488)
- Webhooks: Cleanup webhook variable assignment (#2604)
🌱 Dependencies
- Bump github.com/emicklei/go-restful/v3 from v3.9.0 to 3.11.0 (#2507)
- Bump github.com/evanphx/json-patch from 5.6.0+incompatible to 4.12.0+incompatible (#2501 #2643)
- Note: We "downgraded" to v4.12.0+incompatible because it is actually newer than v5.6.0+incompatible and to make sure the code in fake client that is using this dependency behaves exactly the same as the corresponding upstream code. We recommend users to either use github.com/evanphx/json-patch@v4.12.0+incompatible or to upgrade to github.com/evanphx/json-patch/v5@v5.8.0. More details can be found in https://github.com/kubernetes-sigs/controller-runtime/pull/2643#discussion_r1446189655.
- Bump github.com/evanphx/json-patch/v5 from 5.6.0 to 5.8.0 (#2499 #2650)
- Bump github.com/fsnotify/fsnotify from 1.6.0 to 1.7.0 (#2561)
- Bump github.com/go-logr/logr from 1.2.4 to 1.4.1 (#2566 #2630)
- Bump github.com/go-logr/zapr from 1.2.4 to 1.3.0 (#2574)
- Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (#2545)
- Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.14.0 (#2458 #2514 #2534 #2578 #2610 #2651)
- Bump github.com/onsi/gomega from 1.27.10 to 1.30.0 (#2521 #2562 #2568 #2579)
- Bump github.com/prometheus/client_golang from 1.16.0 to 1.18.0 (#2520 #2632)
- Bump github.com/prometheus/client_model from 0.4.1-0.20230718164431-9a2bf3000d16 to 0.5.0 (#2535)
- Bump go.uber.org/goleak from 1.2.1 to 1.3.0 (#2569)
- Bump go.uber.org/zap from 1.25.0 to 1.26.0 (#2502)
- Bump golang.org/x/net to 0.17.0 (#2540)
- Bump golang.org/x/sys from 0.11.0 to 0.16.0 (#2470 #2533 #2572 #2597 #2642)
- Bump k8s.io/klog/v2 from 2.100.1 to 2.110.1 (#2573)
- Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 (#2567)
- Bump controller-tools from v0.13.0 to v0.14.0 (#2649)
- Bump go-apidiff from v0.5.0 to v0.8.2 (#2517 #2655)
- Upgrade dependencies for hack/tools and tools/ (#2517)
- Bump kubernetes-sigs/kubebuilder-release-tools from 0.3.0 to 0.4.3 (#2532 #2575 #2618)
- Bump golang version in GH actions (#2609)
- Bump actions/checkout from 3 to 4 (#2469)
- Bump actions/setup-go from 4 to 5 (#2617)
- Bump envtest to 1.28.0 (#2531)
Thanks to all our contributors!
v0.16.5
What's Changed
-
🐛 Fix lazy rest mapper cache invalidation by @g-gaston in https://github.com/kubernetes-sigs/controller-runtime/pull/2689
Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.16.4...v0.16.5
v0.16.4
What's Changed
- :running: Make client.MatchingLabels faster by @samuelvl in https://github.com/kubernetes-sigs/controller-runtime/pull/2613
-
🐛 Avoid extra calls for not found resource by @g-gaston in https://github.com/kubernetes-sigs/controller-runtime/pull/2677
New Contributors
- @samuelvl made their first contribution in https://github.com/kubernetes-sigs/controller-runtime/pull/2613
Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.16.3...v0.16.4
v0.16.3
What's Changed
-
🐛 Update dependency go-restful to 3.11.0 by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2516 -
🐛 Correctly identify if patch call was made on status by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2515 -
🐛 Handle unstructured status update with fake client by @troy0820 in https://github.com/kubernetes-sigs/controller-runtime/pull/2523 -
✨ Cache: Allow defining options that apply to all namespaces that themselves have no explicit config by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2539 -
🐛 bump golang.org/x/net to v0.17.0 by @joelanford in https://github.com/kubernetes-sigs/controller-runtime/pull/2541 -
🌱 Bump k8s to 1.28.3 by @varshaprasad96 in https://github.com/kubernetes-sigs/controller-runtime/pull/2552
Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.16.2...v0.16.3
v0.16.2
What's Changed
-
🐛 Add corev1, coordinationv1 scheme for leader election when LeaderElection manager option is true by @troy0820 in https://github.com/kubernetes-sigs/controller-runtime/pull/2466 -
🐛 Use http client from leaderElectionConfig by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2468 -
🐛 Default namespace only for namespaced object by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2482 -
🐛 Do not update anything but status when using subresource client by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2483 -
🐛 Fix status subresource getting updated on Update when it is empty by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2485 -
🐛 Fix returning object after status update by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2490 -
🐛 Return NoResourceMatchError when appropriate for backwards compatibility. by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2492
Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.16.1...v0.16.2
v0.16.1
What's Changed
-
🐛 Refactor tests to drop hard otel dependency by @howardjohn in https://github.com/kubernetes-sigs/controller-runtime/pull/2465 -
🌱 Bump k8s.io/apiserver from 0.28.0 to 0.28.1 by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2459
Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.16.0...v0.16.1
v0.16.0
Highlights
- Granular cache configuration (#2421)
- New cache option to fail on missing informer on cache reads (#2406)
- Secure metrics serving (#2407)
- Upgrade to Kubernetes 1.28 libraries (#2393, #2405, #2449)
Changes since v0.15
⚠ Breaking Changes
- Bump k8s.io/* dependencies to v1.28.0 by @sbueringer (#2393, #2405, #2449)
- Allow configuring more granular cache filtering by @alvaroaleman (#2421)
- Introduce Metrics Options & secure metrics serving by @sbueringer (#2407)
- Return an error if the continue list option is set for the cache reader by @shuheiktgw (#2439)
- Remove deprecated manager, webhook and cluster options by @sbueringer (#2422)
- Remove deprecated MultiNamespacedCacheBuilder, NewFakeClientWithScheme, controllerutil.Object, envtest.Environment.KubeAPIServerFlags & zap.Options.DestWritter by @sbueringer (#2423)
- controller builder: return error when multiple reconcilers are set by @sbueringer (#2415)
- fake client: use correct RBAC apiGroup name when deciding if to allow unconditional updates by @jaideepr97 (#2412)
- Minor improvements to godoc & code style in cache pkg by @sbueringer (#2416)
✨ New Features
- Cache: add ReaderFailOnMissingInformer option by @stevekuznetsov (#2406)
- Cache: allow non-blocking retrieval of informers by @maxsmythe (#2371)
🐛 Bug Fixes
- Add missing return statement in admission.Decoder.DecodeRaw by @lleshchi (#2433)
- fakeClient.Status().Update(...) cannot recognize resource version conflicts by @iiiceoo (#2365)
- Fix Defaulting of the User Agent by @alvaroaleman (#2435)
- Fix logs in the unstructured client by @Poor12 (#2343)
- Fix unspecified KindsFor version by @tenstad (#2346)
- Fix TerminalError(nil).Error() panic by @sheidkamp (#2438)
- hasLabels and matchingLabels step on each other by @shanshanying (#2363)
- SetLogger should work with nil sinks by @vincepri (#2367)
🌱 Others
- Use NewRateLimitingQueueWithConfig instead of deprecated NewNamedRateLimitingQueue by @sbueringer (#2411)
- Add a prefix to the stack trace printed after SetLogger timeout by @vincepri (#2357)
- Minor improvements to godoc, code style in builder pkg by @sbueringer (#2414)
- Add integration test to avoid manager.Start deadlocks by @sbueringer (#2418)
- Automatically regenerate scratch env go mod file by @sbueringer (#2413)
- Introduce a new runnable group for basic servers of the manager by @zqzten (#2337)
- Add logs around Reconcile call, change webhook logs to log level 5 by @sbueringer (#2419)
- Add action to update modules on dependabot MRs by @sbueringer (#2447, #2448)
- Optimize Add/RemoveFinalizer by @0xff-dev (#2348)
- Log warning if error and non-zero Result are returned by @sbueringer (#2451)
📖 Documentation and proposals
- Add a design for cache options configuration by @alvaroaleman (#2261)
- Add documentation to clarify the ContentType behavior by @FillZpp (#2410)
- Clarify that the reconcile.Result is ignored on non-nil error by @alvaroaleman (#2444)
- Fix typo "compatiblity" to "compatibility" by @ArshiAAkhavan (#2396)
- Update fake client doc.go to avoid the deprecated method by @sunglim (#2392)
📈 Dependencies
- Bump k8s.io/klog/v2 from 2.90.1 to 2.100.1 by @dependabot (#2294)
- Bump github.com/onsi/ginkgo/v2 from 2.9.5 to 2.11.0 by @dependabot (#2368, #2376, #2384)
- Bump github.com/onsi/gomega from 1.27.7 to 1.27.8 by @dependabot (#2375, #2420)
- Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 by @dependabot (#2383)
- Bump golang.org/x/sys from 0.8.0 to 0.11.0 by @dependabot (#2377, #2401, #2441)
- Bump gomodules.xyz/jsonpatch/v2 from 2.3.0 to 2.4.0 by @dependabot (#2446)
- Bump go.uber.org/zap from 1.24.0 to 1.25.0 by @dependabot (#2440)
- Bump golangci-lint to v1.53 by @vincepri (#2398)
- Bump controller-tools to v0.13 by @sbueringer (#2450)
Thanks to all our contributors!
Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.15.0...v0.16.0
v0.15.3
What's Changed
-
🐛 [release-0.15] bump golang.org/x/net to v0.17.0 by @joelanford in https://github.com/kubernetes-sigs/controller-runtime/pull/2542 -
✨ Bump k8s deps to 1.27.7 by @varshaprasad96 in https://github.com/kubernetes-sigs/controller-runtime/pull/2558
Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.15.2...v0.15.3
v0.15.2
What's Changed
-
🐛 Fix TerminalError(nil).Error() panic by @sheidkamp in https://github.com/kubernetes-sigs/controller-runtime/pull/2443 -
🐛 Add missing return statement in the webhook admissions func by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2452
Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.15.1...v0.15.2
v0.15.1
What's Changed
- [release-0.15]
✨ Fix logs in unstructured client by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2344 - [release-0.15]
🐛 fix unspecified KindsFor version by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2347 - [release-0.15]
🐛 fakeClient.Status().Update(...) cannot recognize resource version conflicts by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2372 - [release-0.15]
🐛 hasLabels and matchingLabels step on each other by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2373 - [release-0.15]
🐛 Fix Defaulting of the User Agent by @alvaroaleman in https://github.com/kubernetes-sigs/controller-runtime/pull/2436
Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.15.0...v0.15.1
v0.15.0
Controller Runtime v0.15
A note from the maintainers
The following release is probably the largest in the history of the project. Controller Runtime is a foundational piece for almost all controllers and operators and we're aware that breaking changes are never an ask for our users, especially while running production services.
We take breaking changes very seriously and carefully reviewed each one of these changes to improve the codebase, user experience, and future maintainability of the project.
The v0.15 release is a stepping stone towards maturity.
As always, please reach out in Slack in #controller-runtime.
Changes since v0.14.5
⚠ Breaking Changes
- Make
*http.Client
configurable and use/share the same client by default (#2122)- When using the default Manager configuration, no immediate changes are needed.
-
client/apiutil.NewDynamicRESTMapper
signature has changed and now requires an*http.Client
as parameter. -
cluster.Cluster
interface requiresGetHTTPClient()
method which must return an already configured, non-nil,*http.Client
for the Cluster. When usingcluster.New
to create Clusters, the client is created internally if not specified as anOptions
field. -
cluster.Options.MapperProvider
field now requires a*rest.Config
and*http.Client
.
- Deprecate Component Configuration
config/v1alpha1
types (#2149, #2200)- The Component Configuration package has been unmaintained for over a year and is no longer actively developed. There are (currently) no plans to revive the package, or provide an alternative.
- Users should migrate to a custom implementation that sets
Manager.Options
directly. -
👉 Feedback requested: removal of the deprecated types and code is tracked in #895.
- Remove dependency injection functions (#2134, #2120)
- The package
pkg/inject
has been removed, this package contained long deprecated injection functions (likeInjectScheme
,InjectLogger
,InjectConfig
,InjectClient
,InjectCache
, etc.). - The runtime injection functionality has been deprecated since Controller Runtime 0.10; all of the above fields can be passed from the
Manager
to structs or interfaces that need them.
- The package
- Improve
builder
package capabilities and general UX (#2135)-
builder.Builder.Watches
signature has changed, it now takes aclient.Object
instead of asource.Source
as first argument.- For
source.Source
, useWatchesRawSource
.
- For
-
builder.Builder.WatchesMetadata
has been added to simplify watchingPartialObjectMetadata
objects.
-
- Refactor cache.Options, deprecate MultiNamespacedCacheBuilder (#2157, #2166)
-
cache.Options.Namespace
has been removed in favor ofcache.Options.Namespaces
, a slice. -
cache.Options.Resync
has been renamed toSyncPeriod
. -
cache.Options.DefaultSelector
has been removed and split in two fields:cache.Options.DefaultLabelSelector
cache.Options.DefaultFieldSelector
-
cache.Options.DefaultTransform
was added to provide a global transform function. -
cache.Options.UnsafeDisableDeepCopy
was added to provide a global toggle to disable DeepCopy of the objects from the cache before returning them to clients. - The following
[..]ByObject
field have been refactored:-
cache.Options.SelectorsByObject
has been removed, usecache.Options.ByObject[Object].Field
andcache.Options.ByObject[Object].Label
-
cache.Options.UnsafeDisableDeepCopyByObject
has been removed, usecache.Options.ByObject[Object].UnsafeDisableDeepCopy
. -
cache.Options.TransformByObject
has been removed, usecache.Options.ByObject[Object].Transform
.
-
-
cache.ObjectAll
has been removed. This type was previously used to set selectors or transformation functions for every object, use the newly introduced default global options instead.
-
- Add context to EventHandler(s) (#2139)
-
handler.EventHandler
andhandler.Funcs
interfaces requirecontext.Context
as the first parameter for every method. -
handler.MapFunc
signature has changed and now requires acontext.Context
.
-
- Add client.{GroupVersionKindFor, IsObjectNamespaced} (#2136)
- The
client.Client
interface now requires and exposes these helper functions:-
GroupVersionKindFor(Object)
which returns theschema.GroupVersionKind
for the object. -
IsObjectNamespaced(Object)
which returnstrue
if the object's GroupVersionKind is namespaced, orfalse
for global ones.
-
- The
- Remove DelegatedClient, move all related options in
client.New
(#2150)-
client.NewDelegatingClient
constructor andclient.NewDelegatingClientInput
struct have been removed.- The DelegatingClient created a Client backed by a cache, use
client.New
and setclient.Options.Cache
to customize the client's caching behavior.
- The DelegatingClient created a Client backed by a cache, use
-
cluster.NewClientFunc
has been moved toclient.NewClientFunc
. -
cluster.ClientOptions
has been removed. -
cluster.DefaultNewClient
has been removed. -
cluster.ClientBuilderWithOptions
has been removed.
-
- Expose Manager.Cache/Client options, deprecate older options (#2199, #2177)
-
manager.Options.Cache
is now the preferred way to customize the cache options for the manager.- Users can also keep using
manager.Options.NewCache
, which has now been marked as a low level primitive.
- Users can also keep using
-
manager.Options.Client
is now the preferred way to customize the client options for the manager.- Users can also keep using
manager.Options.NewClient
, which has now been marked as a low level primitive.
- Users can also keep using
-
manager.Options.SyncPeriod
has been deprecated in favor ofmanager.Options.Cache.SyncPeriod
. -
manager.Options.Namespace
has been deprecated in favor ofmanager.Options.Cache.Namespaces
. -
manager.Options.DryRunClient
has been deprecated in favor ofmanager.Options.Client.DryRun
. -
manager.Options.ClientDisableCacheFor
has been deprecated in favor ofmanager.Options.Client.Cache.DisableCacheFor
. - The following webhook server options have been deprecated, use
manager.WebhookServer
instead.manager.Options.Port
manager.Options.Host
manager.Options.CertDir
manager.Options.TLSOpts
-
- Remove
cache.BuilderWithOptions
(#2300) - Add constructors for
webhook/conversion
, removewebhook/admission.GetDecoder()
(#2144)- There are two set of changes related to the webhooks and how they're exposed. For users using the Manager, there should be minimal to no required changes.
-
webhook/admission/Webhook.GetDecoder()
method has been removed, it was unused before and relied on runtime dependency injection. -
webhook/conversion.Webhook
struct has been un-exported. Users should usewebhook/conversion.NewWebhookHandler
instead.
-
pkg/webhook/admission
: - Testing: Fake client status handling (#2259)
- Added a new
WithStatusSubresource
option and pre-populating it with all in-tree resources that have a status subresource -
Update
andPatch
methods now don't change the status for any such resource anymore - The status clients
Update
andPatch
methods now only change the status for any such resource
- Added a new
- Remove high cardinality metrics (#2217, #2298)
rest_client_request_latency_seconds
rest_client_request_duration_seconds
rest_client_request_size_bytes
rest_client_response_size_bytes
- Allow passing a custom webhook server (#2293, #2329)
- The
webhook.Server
struct is now an interface -
webhook.NewServer
can be used to pass in and customize the default server
- The
- Flatten fields in controller.Options (#2307)
- Update fake client deletionTimestamp behavior (#2316)
- The fake client will panic if initialized with an object that has a DeletionTimestamp and no finalizer
- The fake client will silently ignore a DeletionTimestamp on an object in a Create request, matching the behavior of the kube-apiserver
- Unexport delegating logger, remove async init (#2317)
-
log.DelegatingLogSink
has been unexported, this logger should never be used on its own, and it's only meant to be used within controller-runtime initialization process. - Previously, when the
pkg/log
package was imported, there was aninit
function that spawned a goroutine, which set a null logger after 30 seconds. Now this logic has been removed, and instead incorporated into the delegating logger private implementation.
-
- Change webhook request received / response written logs to log level 4 (#2334)
- Use and offer a single dynamic lazy RESTMapper (#2116, #2296)
- The following options have been removed:
WithCustomMapper
,WithExperimentalLazyMapper
,WithLazyDiscovery
,WithLimiter
. - The
DynamicRESTMapperOption
type has been removed.
- The following options have been removed:
✨ New Features
- Add cross-version compatibility with client-go 1.27 (#2223)
- Introduce pprof server to manager (#1943)
- To enable, use
Manager.Options.PprofBindAddress
.
- To enable, use
- Added interceptor client to intercept calls to a client (#2248 #2306)
- Add
reconcile.TerminalError(...)
(#2325)- By wrapping an error with the above package-level function, the controller won't retry the request again in an exponential backoff loop.
- The error is logged, and the
controller_runtime_terminal_reconcile_errors_total
metric is incremented.
🐛 Bug Fixes
- Use correct context to cancel "list and watch" & wait for all informers to complete (#2121)
- Client: use passed in Cache.DisableFor option (#2303)
- Fix race condition in channel source (#2286)
- ForceOwnership should work with subresources (#2257)
- Fix error string in CacheReader.List (#2256)
- Fix a bug in multinamespaced cache implementation (#2252)
- Allow lazy restmapper to work with CRDs created at runtime (#2208)
- Set DeleteStateUnknown in DeleteEvent when obj is DeletedFinalStateUnknown (#2212)
- Allow to set GracefulShutdownTimeout to -1, disabling timeouts (#2169)
- pkg/certwatcher: Start should retry for 10s when adding files (#2160)
- Don't share error concurrently in test (#2158)
🌱 Others
- Improve unstructured serialisation (#2147)
- Handle TLSOpts.GetCertificate in webhook (#2291)
- Kind source should expose type information on timeout (#2290)
- Fakeclient: Add support for evictions (#2305)
- envtest: set default webhook options for polling (#2289)
- Add client.InNamespace("xyz").AsSelector() (#2282)
- Update golanci-lint script (#2151)
- Preserve unstructured object GVKs in cache.Options.ByObject (#2246)
- Don't call defaultOpts for MultiNamespaceCache twice (#2234)
- GVKForObject should handle multiple GVKs in Scheme gracefully (#2192)
- verify.sh: verify generate & modules (in CI) (#2186)
- code clean for pkg/envtest/server.go (#2180)
- Return an error if no httpClient is provided for
NewDynamicRESTMapper
(#2178) - Use runtime.Unstructured interface instead of Unstructured struct (#2168)
- Return an error if no httpClient is provided (#2164)
- Return the error from rest.HTTPClientFor instead of hiding it (#2161)
- fix default value for cfg.Burst (#2142)
- Add more linters (#2133)
- Remove pkg/patterns (#2132)
- Further cleanup internal/informers (#2130)
- Simplify cache.objectTypeForListObject (#2131)
- Refactor internal cache/informers map impl (#2103)
- client/cache/client_cache.go should be called resources (#2111)
- Remove reviewers which are also approvers (#2109)
- Use HTTPClient to create the API Reader (#2163)
- Update SECURITY_CONTACTS and maintainer list (#2318)
- Update builtin webhook paths (#2319)
- Make metrics and health probe servers be Runnables (#2275)
- Revert: move health probes to runnable (#2321)
- Fix comment on MultiNamespaceCache (#2323)
- Cleanup webhook logging (#2326)
- Add certwatcher callback (#2301)
- Fix a bug in multinamespaced cache implementation (#2288)
🌱 Dependencies
- Bump Go to 1.20 (#2279)
- Bump github.com/go-logr/logr from v1.2.3 to v1.2.4 (#2262)
- Bump github.com/go-logr/zapr from v1.2.3 to v1.2.4 (#2320)
- Bump github.com/onsi/ginkgo/v2 from v2.6.1 to v2.9.5 (#2123 #2155 #2194 #2205 #2224 #2233 #2251 #2311 #2328)
- Bump github.com/onsi/gomega from v1.24.1 to v1.27.7 (#2106 #2137 #2156 #2206 #2227 #2232 #2260 #2340)
- Bump github.com/prometheus/client_golang from v1.14.0 to v1.15.1 (#2280 #2310)
- Bump github.com/prometheus/client_model from v0.3.0 to v0.4.0 (#2312)
- Bump go.uber.org/goleak from v1.2.0 to v1.2.1 (#2195)
- Bump golang.org/x/sys from v0.3.0 to v0.8.0 (#2124 #2225 #2270 #2309)
- Bump k8s.io dependencies to 0.27.2 (#2145 #2330 #2333)
- Bump k8s.io/klog/v2 from v2.80.1 to v2.90.1 (#2138 #2226)
- Bump sigs.k8s.io/controller-tools to v0.11.3 and apidiff to v0.5.0 (#2187)
- Use Go 1.19 in golangci-lint action (#2272)
- Bump golangci-lint to v1.52.1 (#2188 #2284)
- Bump kubebuilder-release-tools to v0.3.0 (#2126)
Thanks to all our contributors!
v0.14.7
What's Changed
-
🐛 ForceOwnership should work with subresources by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2258 - [release-0.14]
🐛 type print will always by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2267 - [release-0.14]
🐛 fix a bug in multinamespaced cache implementation by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2287 - [release-0.14]
⚠ Remove metrics with high cardinality by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2299 - [release-0.14]
🐛 inherited defaults not respected in cache BuilderWithOptions by @akalenyu in https://github.com/kubernetes-sigs/controller-runtime/pull/2491 -
🐛 [release-0.14] bump golang.org/x/net to v0.17.0 by @joelanford in https://github.com/kubernetes-sigs/controller-runtime/pull/2543 -
✨ Bump k8s deps to 1.26.10 by @varshaprasad96 in https://github.com/kubernetes-sigs/controller-runtime/pull/2559
Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.14.6...v0.14.7
v0.14.6
What's Changed
-
🐛 Preserve unstructured object GVKs when using *ByObject cache options by @joelanford in https://github.com/kubernetes-sigs/controller-runtime/pull/2249
Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.14.5...v0.14.6
v0.14.5
What's Changed
-
🐛 Allow to set GracefulShutdownTimeout to -1, disabling timeouts in https://github.com/kubernetes-sigs/controller-runtime/pull/2198 -
🌱 GVKForObject should handle multiple GVKs in Scheme gracefully in https://github.com/kubernetes-sigs/controller-runtime/pull/2202 -
✨ Add rest client request duration and size metrics in https://github.com/kubernetes-sigs/controller-runtime/pull/2218 -
🐛 Allow lazy restmapper to work with CRDs created at runtime in https://github.com/kubernetes-sigs/controller-runtime/pull/2219
Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.14.4...v0.14.5
v0.14.4
What's Changed
-
✨ Provide a truly lazy restmapper by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2179
Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.14.3...v0.14.4
v0.14.3
What's Changed
-
✨ Add additional SubResource* functions for FieldOwner by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2153 -
🐛 Update golanci-lint script by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2152 -
🌱 Bump kubebuilder-release-tools to v0.3.0 by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2154 -
🌱 [0.14] Deprecate component configuration package by @vincepri in https://github.com/kubernetes-sigs/controller-runtime/pull/2165
Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.14.2...v0.14.3
v0.14.2
What's Changed
- [release-0.14]
🌱 Bump k8s.io/* to v0.26.1 by @sbueringer in https://github.com/kubernetes-sigs/controller-runtime/pull/2146
Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.14.1...v0.14.2
v0.14.1
Changes since v0.14.0
🐛 Bug Fixes
-
🐛 controllers without For() fail to start by @k8s-infra-cherrypick-robot in https://github.com/kubernetes-sigs/controller-runtime/pull/2108
Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/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)
- Migrate to ginkgo v2 (https://github.com/kubernetes-sigs/controller-runtime/pull/1977), this removes the
pkg/envtest/printer
package
✨ 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)
- Bump github.com/prometheus/client_golang from 1.13.0 to 1.14.0 (#2070)
- Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1 (#2066)
- seedling to dependabot (#2065)
- Bump github.com/onsi/gomega from 1.23.0 to 1.24.1 (#2062)
- Bump go.uber.org/zap from 1.21.0 to 1.23.0 (#2060)
- Bump actions/checkout from 2 to 3 (#2059)
- Bump golangci/golangci-lint-action from 2 to 3 (#2058)
- Add Dependabot for dependency management (#2050)
- Deprecate Webhook Server TLSMinVersion (#2041)
- Bump kubebuilder-release-tools to v0.2.0 (#2012)
- grammar: removed doubles of the word "the" (#2006)
- Refactor typed_client and unstructured_client to be consistent (#1795)
Thanks to all our contributors!
New Contributors
- @laxmikantbpandhare made their first contribution in https://github.com/kubernetes-sigs/controller-runtime/pull/1986
- @Icarus9913 made their first contribution in https://github.com/kubernetes-sigs/controller-runtime/pull/1992
- @Tomy2e made their first contribution in https://github.com/kubernetes-sigs/controller-runtime/pull/1970
- @hyschumi made their first contribution in https://github.com/kubernetes-sigs/controller-runtime/pull/1795
- @oscr made their first contribution in https://github.com/kubernetes-sigs/controller-runtime/pull/2006
- @matteoolivi made their first contribution in https://github.com/kubernetes-sigs/controller-runtime/pull/2017
- @johscheuer made their first contribution in https://github.com/kubernetes-sigs/controller-runtime/pull/2027
- @larsks made their first contribution in https://github.com/kubernetes-sigs/controller-runtime/pull/2030
- @johannesfrey made their first contribution in https://github.com/kubernetes-sigs/controller-runtime/pull/1999
- @Eileen-Yu made their first contribution in https://github.com/kubernetes-sigs/controller-runtime/pull/2034
- @iiiceoo made their first contribution in https://github.com/kubernetes-sigs/controller-runtime/pull/2049
- @kannon92 made their first contribution in https://github.com/kubernetes-sigs/controller-runtime/pull/2050
- @zbindenren made their first contribution in https://github.com/kubernetes-sigs/controller-runtime/pull/2056
- @dependabot made their first contribution in https://github.com/kubernetes-sigs/controller-runtime/pull/2058
- @Miciah made their first contribution in https://github.com/kubernetes-sigs/controller-runtime/pull/2057
- @maciej-karas-form3 made their first contribution in https://github.com/kubernetes-sigs/controller-runtime/pull/2051
- @qiankunli made their first contribution in https://github.com/kubernetes-sigs/controller-runtime/pull/2076
- @lucacome made their first contribution in https://github.com/kubernetes-sigs/controller-runtime/pull/2087
Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.13.1...v0.14.0
v0.13.2
What's Changed
-
🐛 fix a bug in multinamespaced cache implementation by @alebedev87 in https://github.com/kubernetes-sigs/controller-runtime/pull/2288 -
🐛 Bump golang.org/x/net to v0.17.0 by @joelanford in https://github.com/kubernetes-sigs/controller-runtime/pull/2544 -
✨ Bump k8s deps to 1.25.15 by @varshaprasad96 in https://github.com/kubernetes-sigs/controller-runtime/pull/2563
New Contributors
- @alebedev87 made their first contribution in https://github.com/kubernetes-sigs/controller-runtime/pull/2288
Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.13.1...v0.13.2
v0.13.1
What's Changed
-
✨ Add tls options to manager.Options in https://github.com/kubernetes-sigs/controller-runtime/pull/2028
Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.13.0...v0.13.1
v0.13.0
changes since v0.12.3
⚠ Breaking Changes
- Do not mutate the global warning handler (#1944)
- Add GetOptions as optional argument of client.Reader and all its implementation (#1917)
✨ New Features
- Bump golangci lint to v1.49.0 (#1988)
- Update k8s API to v1.25 (#1985)
- Implement IgnoreAlreadyExists (#1965)
- Bump k8s v0.25.0-alpha.3 (#1967)
- webhook: add an option to recover from panics in handler (#1900)
- Provide access to admission.Request in custom validator/defaulter (#1950)
- komega: add EqualObject matcher (#1833)
- fix some typos (#1924)
- Allow TLS to be entirely configured on webhook server (#1897)
🐛 Bug Fixes
- Rearange
EventBroadcaster
log statement. (#1974) - Fix log depth for DelegatingLogSink (#1975)
- Remove no-op clientgo reflector metrics (#1946)
- Fix webhook write response error for broken HTTP connection (#1930)
- Fix issue with starting multiple test envs (#1910)
- don't override global log in builder (#1907)
- skip mutation handler when received deletion verb (#1765)
- fix loading CRDs from multiple directories in envtests (#1904)
Thanks to all our contributors!
v0.12.3
What's Changed
-
✨ Provide access to admission.Request in custom validator/defaulter in https://github.com/kubernetes-sigs/controller-runtime/pull/1952
Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.12.2...v0.12.3
v0.12.2
changes since v0.12.1
✨ New Features
- Allow TLS to be entirely configured on webhook server (#1914)
🐛 Bug Fixes
- Fix webhook write response error for broken HTTP connection (#1931)
- Fix issue with starting multiple test envs (#1913)
- don't override global log in builder (#1911)
Thanks to all our contributors!
v0.12.1
changes since v0.12.0
🐛 Bug Fixes
- fix loading CRDs from multiple directories in envtests (#1905)
Thanks to all our contributors!
v0.12.0
changes since v0.11.2
⚠ Breaking Changes
- make fake client delete operations honor dry run opt (#1873)
- logging: align to Kubernetes structured logging, add reconcileID (#1827)
- leaderelection: use 'leases' as default resource lock object (#1773)
✨ New Features
- certwatcher: add metrics to monitor certificate reads (#1877)
- Bump to k8s.io v1.24.0 (#1885)
- Bump to k8s.io v1.24.0-rc.1 (#1879)
- return a bool from AddFinalizer and RemoveFinalizer (#1636)
- update client-go to 1.24-beta (#1864)
- Add BaseContext to manager Options for use with Runnables (#1846)
- Upgrade k8s dependencies from 1.23.0 to 1.23.5 (#1843)
- Add Kubernetes Gomega extension with to make testing controllers easier (#1767)
- manager.go: Fix a few Options fields' go-docs (#1818)
- Bump go in setup-envtest (#1777)
🐛 Bug Fixes
- Fix panic for lazy dynamicRESTMapper (#1891)
- pkg: envtest: komega: fix UpdateStatus & typos in godoc (#1862)
- zap-time-encoding test should allow negative tz offset (#1856)
- returned objects of reference type should be unchangeable (#1851)
- prometheus/client_golang 0.11.0 -> 0.11.1 - fix DoS (#1813)
- Cache sync cancelled should not error with timeout (#1808)
- Use leader config for election events (#1803)
- Inject func in
predicate.{And,Or}
(#1781) - Trim List if List GVK is provided (#1775)
- Cleanup if envtest controlplane fails to start (#1750)
- Try a temporary directory if the user cache fails (#1800)
Thanks to all our contributors!
v0.11.2
changes since v0.11.1
✨ New Features
- Upgrade k8s dependencies from 1.23.0 to 1.23.5 (#1853)
Thanks to all our contributors!
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.