Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Release v7.2.0 #653

Merged
merged 5 commits into from
Nov 15, 2023
Merged

Release v7.2.0 #653

merged 5 commits into from
Nov 15, 2023

Conversation

taylorbot
Copy link
Contributor

No description provided.

@QuentinBisson QuentinBisson force-pushed the master#release#v7.2.0 branch 11 times, most recently from c92f21a to ee5959f Compare November 13, 2023 15:07
Comment on lines +379 to +393
var cacheOptions = cache.Options{
SyncPeriod: to.DurationP(c.resyncPeriod),
}
if c.namespace != "" {
cacheOptions.DefaultNamespaces = map[string]cache.Config{
c.namespace: cache.Config{},
}
}
o := manager.Options{
// MetricsBindAddress is set to 0 in order to disable it. We do this
// ourselves.
MetricsBindAddress: DisableMetricsServing,
Namespace: c.namespace,
SyncPeriod: to.DurationP(c.resyncPeriod),
Cache: cacheOptions,
Metrics: server.Options{
// MetricsBindAddress is set to 0 in order to disable it. We do this
// ourselves.
BindAddress: DisableMetricsServing,
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this for? It should be mentioned in CHANGELOG, and could also be moved to a different PR unless its fixing some issue introduced by dependency upgrade.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it's only fixing issues with breaking changes in controller-runtime upgrade. Behavior is the same or at least should bé from what I read upstream

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TheoBrigitte I'll merge when you approve :)

@QuentinBisson QuentinBisson force-pushed the master#release#v7.2.0 branch 2 times, most recently from edf9f61 to 2498e71 Compare November 13, 2023 21:23
@@ -397,7 +408,6 @@ func (c *Controller) bootWithError(ctx context.Context) error {
For(c.newRuntimeObjectFunc()).
WithOptions(controller.Options{
MaxConcurrentReconciles: 1,
Reconciler: c,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed because latest ctrl runtime packages added validation and the reconcilier is added later on

Signed-off-by: QuentinBisson <quentin@giantswarm.io>
@QuentinBisson QuentinBisson enabled auto-merge (squash) November 14, 2023 14:28
@QuentinBisson QuentinBisson merged commit ac4a5cf into master Nov 15, 2023
14 checks passed
@QuentinBisson QuentinBisson deleted the master#release#v7.2.0 branch November 15, 2023 09:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants