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 ( 26.1.0 → 27.0.0 ) #2769

Merged
merged 2 commits into from
Apr 10, 2024

Conversation

tyriis-automation[bot]
Copy link
Contributor

@tyriis-automation tyriis-automation bot commented Apr 4, 2024

This PR contains the following updates:

Package Update Change OpenSSF
traefik (source) major 26.1.0 -> 27.0.0 OpenSSF Scorecard

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

traefik/traefik-helm-chart (traefik)

v27.0.0

Compare Source

⚠ BREAKING CHANGES
  • 💥 refactor custom services and port exposure (7e349d4)

Upgrade notes

Custom services and port exposure have been redesigned, requiring the following changes:

  • if you were overriding port exposure behavior using the expose or exposeInternal flags, you should replace them with a service name to boolean mapping, i.e. replace this:
ports:
   web:
      expose: false
      exposeInternal: true

with this:

ports:
   web:
      expose:
         default: false
         internal: true
  • if you were previously using the service.internal value, you should migrate the values to the service.additionalServices.internal value instead; this should yield the same results, but make sure to carefully check for any changes!
Features
  • restrict access to secrets (8fbae97)
Bug Fixes
  • rbac: do not create clusterrole for namespace deployment on Traefik v3 (d0f3442)
  • remove null annotations on dashboard IngressRoute (606ab52)
  • use hostIP also on entrypoint and healthChecks when set (82a3cab)

New Contributors

Full Changelog: traefik/traefik-helm-chart@v26.1.0...v27.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 area/kubernetes cluster/talos-flux labels Apr 4, 2024
@tyriis-automation
Copy link
Contributor Author

tyriis-automation bot commented Apr 4, 2024

--- 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

@@ -12,13 +12,13 @@

     spec:
       chart: traefik
       sourceRef:
         kind: HelmRepository
         name: traefik-charts
         namespace: flux-system
-      version: 26.1.0
+      version: 27.0.0
   dependsOn:
   - name: cert-manager
     namespace: cert-manager
   interval: 5m
   values:
     additionalArguments:
@@ -51,22 +51,25 @@

         format: json
         level: INFO
     pilot:
       enabled: false
     ports:
       metrics:
-        expose: true
+        expose:
+          default: true
         exposedPort: 8082
         port: 8082
       minecraft:
-        expose: true
+        expose:
+          default: true
         exposedPort: 19132
         port: 19132
         protocol: UDP
       traefik:
-        expose: true
+        expose:
+          default: true
       web:
         redirectTo:
           port: websecure
       websecure:
         tls:
           domains:

@tyriis-automation
Copy link
Contributor Author

tyriis-automation bot commented Apr 4, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 4 0 0.03s
✅ REPOSITORY gitleaks yes no 2.28s
✅ YAML prettier 3 0 0.76s
✅ YAML yamllint 3 0 0.47s

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 tyriis-automation bot force-pushed the renovate/traefik-27.x branch 2 times, most recently from 4a3b840 to bf8dd21 Compare April 10, 2024 18:02
@tyriis-automation tyriis-automation bot force-pushed the renovate/traefik-27.x branch from bf8dd21 to 0596243 Compare April 10, 2024 19:07
@tyriis-automation tyriis-automation bot changed the title feat(traefik): update helm-release to v27 feat(traefik)!: Update helm-release ( 26.1.0 → 27.0.0 ) Apr 10, 2024
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@tyriis-automation
Copy link
Contributor Author

--- HelmRelease: traefik-ingress/traefik ClusterRole: traefik-ingress/traefik-traefik-ingress

+++ HelmRelease: traefik-ingress/traefik ClusterRole: traefik-ingress/traefik-traefik-ingress

@@ -20,12 +20,19 @@

   - watch
 - apiGroups:
   - ''
   resources:
   - services
   - endpoints
+  verbs:
+  - get
+  - list
+  - watch
+- apiGroups:
+  - ''
+  resources:
   - secrets
   verbs:
   - get
   - list
   - watch
 - apiGroups:

@tyriis tyriis merged commit c941dc4 into main Apr 10, 2024
15 checks passed
@tyriis tyriis deleted the renovate/traefik-27.x branch April 10, 2024 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes cluster/talos-flux 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