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

feat(traefik): update helm-release to v25 #2045

Merged
merged 2 commits into from
Nov 2, 2023
Merged

Conversation

tyriis-automation[bot]
Copy link
Contributor

@tyriis-automation tyriis-automation bot commented Oct 23, 2023

This PR contains the following updates:

Package Update Change
traefik (source) major 24.0.0 -> 25.0.0

Release Notes

traefik/traefik-helm-chart (traefik)

v25.0.0

Compare Source

The two breaking changes are:

  1. On redirectTo, ports.web.redirectTo=websecure => ports.web.redirectTo.port=websecure.
  2. On gateway, all values are now flattened to experimental.kubernetesGateway.
Features
Bug Fixes
  • 🐛 remove old CRDs using traefik.containo.us (6484a40)
  • add missing separator in crds (ba67d9b)
  • add Prometheus scraping annotations only if serviceMonitor not created (6b2268f)
  • allow updateStrategy.rollingUpdate.maxUnavailable to be passed in as an int or string (0dcc834)
  • detect correctly v3 version when using sha in image.tag (1f043da)
  • disable ClusterRole and ClusterRoleBinding when not needed (14d4895)
Reverts
  • "fix: 🐛 remove old CRDs using traefik.containo.us" (bf75a5d)
Documentation
  • 📚️ how to use this chart as a dependency (18c9d45)
  • fix typo in README (d1a2770)
  • Fix typo in the default values file (607b808)
  • remove email from apiToken in CloudFlare example (9b9f306)

New Contributors

Full Changelog: traefik/traefik-helm-chart@v24.0.0...v25.0.0


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 PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Renovate Bot.

@tyriis-automation tyriis-automation bot added renovate/flux renovate flux manager renovate/helm renovate helm datasource type/major a major update labels Oct 23, 2023
@tyriis-automation
Copy link
Contributor Author

tyriis-automation bot commented Oct 23, 2023

--- kubernetes/talos-flux/apps/traefik-ingress/traefik/app Kustomization: flux-system/apps-traefik HelmRelease: traefik-ingress/traefik

+++ kubernetes/talos-flux/apps/traefik-ingress/traefik/app Kustomization: flux-system/apps-traefik HelmRelease: traefik-ingress/traefik

@@ -9,13 +9,13 @@

     spec:
       chart: traefik
       sourceRef:
         kind: HelmRepository
         name: traefik-charts
         namespace: flux-system
-      version: 24.0.0
+      version: 25.0.0
   dependsOn:
   - name: cert-manager
     namespace: cert-manager
   interval: 5m
   values:
     additionalArguments:
@@ -62,13 +62,14 @@

         exposedPort: 19132
         port: 19132
         protocol: UDP
       traefik:
         expose: true
       web:
-        redirectTo: websecure
+        redirectTo:
+          port: websecure
       websecure:
         tls:
           domains:
           - main: ${SECRET_DOMAIN}
             sans:
             - '*.${SECRET_DOMAIN}'

@github-actions
Copy link
Contributor

github-actions bot commented Oct 23, 2023

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 48 0 0.21s
✅ MARKDOWN markdownlint 4 0 0.97s
✅ REPOSITORY gitleaks yes no 2.26s
✅ TERRAFORM terraform-fmt 6 0 0.41s
✅ TERRAFORM tflint yes no 0.36s
✅ YAML prettier 35 0 1.99s
✅ YAML yamllint 36 0 0.89s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@tyriis-automation
Copy link
Contributor Author

--- kubernetes HelmRelease: traefik-ingress/traefik Deployment: traefik-ingress/traefik

+++ kubernetes HelmRelease: traefik-ingress/traefik Deployment: traefik-ingress/traefik

@@ -32,13 +32,13 @@

         app.kubernetes.io/managed-by: Helm
     spec:
       serviceAccountName: traefik
       terminationGracePeriodSeconds: 60
       hostNetwork: false
       containers:
-      - image: docker.io/traefik:v2.10.4
+      - image: docker.io/traefik:v2.10.5
         imagePullPolicy: IfNotPresent
         name: traefik
         resources:
           limits:
             memory: 500Mi
           requests:

@tyriis
Copy link
Owner

tyriis commented Nov 2, 2023

manual config adjustment was required

@tyriis tyriis merged commit 17c003d into main Nov 2, 2023
4 checks passed
@tyriis tyriis deleted the renovate/traefik-25.x branch November 2, 2023 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate/flux renovate flux manager renovate/helm renovate helm datasource type/major a major update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant