Skip to content

Update flagger Docker tag to v1.35.0

Soos requested to merge renovate/flagger-1.x into main

This MR contains the following updates:

Package Update Change
flagger minor 1.34.0 -> 1.35.0

Release Notes

fluxcd/flagger (flagger)

v1.35.0

Compare Source

Release date: 2023-11-30

This release comes with support for Gateway API v1. Furthermore, following the deprecation period, support for the v1alpha2 API has been dropped. A new field .spec.webhooks[].retries has been added to allow specifying the number of retry attempts to make if the webhook server returns an unsuccessful response. Another new field .spec.service.trafficPolicy.loadBalancer.warmupDurationSeconds has been added for the corresponding field in Istio's DestinationRule API.

Lastly, two bugs related to deleting a Canary object with .spec.revertOnDeletion: true have been fixed.

Improvements
  • Support istio Destination Dule WarmupDurationSecs #​1540
  • feat: Webhook retries #​1541
  • gatewayapi: add support for v1 #​1557
  • Update Go dependencies #​1558
Fixes
  • set original node selector value when finalizing service #​1537
  • controller: wait for canary deployment to be ready before removing finalizers #​1552

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports