Skip to content

Commit

Permalink
chore(release): πŸš€ publish v29.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darkweaver87 committed Jul 9, 2024
1 parent deaddf5 commit 7dd3784
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 20 deletions.
9 changes: 9 additions & 0 deletions traefik/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 29.0.1 ![AppVersion: v3.0.4](https://img.shields.io/static/v1?label=AppVersion&message=v3.0.4&color=success&logo=) ![Kubernetes: >=1.22.0-0](https://img.shields.io/static/v1?label=Kubernetes&message=%3E%3D1.22.0-0&color=informational&logo=kubernetes) ![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)

**Release date:** 2024-07-09

* fix: semverCompare failing on some legitimate tags
* fix: RBACs for hub and disabled namespaced RBACs
* chore(release): πŸš€ publish v29.0.1
* chore(deps): update jnorwood/helm-docs docker tag to v1.14.0

## 29.0.0 ![AppVersion: v3.0.4](https://img.shields.io/static/v1?label=AppVersion&message=v3.0.4&color=success&logo=) ![Kubernetes: >=1.22.0-0](https://img.shields.io/static/v1?label=Kubernetes&message=%3E%3D1.22.0-0&color=informational&logo=kubernetes) ![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)

**Upgrade Notes**
Expand Down
23 changes: 5 additions & 18 deletions traefik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: traefik
description: A Traefik based Kubernetes ingress controller
type: application
version: 29.0.0
version: 29.0.1
# renovate: image=traefik
appVersion: v3.0.4
kubeVersion: ">=1.22.0-0"
Expand All @@ -25,20 +25,7 @@ maintainers:
icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
annotations:
artifacthub.io/changes: |
- "fix: πŸ› improve error message on additional service without ports"
- "fix: allow multiples values in the `secretResourceNames` slice"
- "fix(rbac)!: nodes API permissions for Traefik v3.1+"
- "fix(dashboard): Only set ingressClass annotation when kubernetesCRD provider is listening for it"
- "fix!: prometheus operator settings"
- "feat: ✨ update CRDs & RBAC for Traefik Proxy"
- "feat: ✨ migrate to endpointslices rbac"
- "feat: allow to set hostAliases for traefik pod"
- "feat(providers): add nativeLBByDefault support"
- "feat(providers)!: improve kubernetesGateway and Gateway API support"
- "feat(dashboard)!: dashboard `IngressRoute` should be disabled by default"
- "docs: fix typos and broken link"
- "chore: update CRDs to v1.5.0"
- "chore: update CRDs to v1.4.0"
- "chore(release): publish v29.0.0"
- "chore(deps): update traefik docker tag to v3.0.4"
- "chore(deps): update traefik docker tag to v3.0.3"
- "fix: semverCompare failing on some legitimate tags"
- "fix: RBACs for hub and disabled namespaced RBACs"
- "chore(release): πŸš€ publish v29.0.1"
- "chore(deps): update jnorwood/helm-docs docker tag to v1.14.0"
4 changes: 2 additions & 2 deletions traefik/VALUES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# traefik

![Version: 29.0.0](https://img.shields.io/badge/Version-29.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.0.4](https://img.shields.io/badge/AppVersion-v3.0.4-informational?style=flat-square)
![Version: 29.0.1](https://img.shields.io/badge/Version-29.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.0.4](https://img.shields.io/badge/AppVersion-v3.0.4-informational?style=flat-square)

A Traefik based Kubernetes ingress controller

Expand Down Expand Up @@ -272,4 +272,4 @@ Kubernetes: `>=1.22.0-0`
| volumes | list | `[]` | Add volumes to the traefik pod. The volume name will be passed to tpl. This can be used to mount a cert pair or a configmap that holds a config.toml file. After the volume has been mounted, add the configs into traefik by using the `additionalArguments` list below, eg: `additionalArguments: - "--providers.file.filename=/config/dynamic.toml" - "--ping" - "--ping.entrypoint=web"` |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.0](https://github.com/norwoodj/helm-docs/releases/v1.14.0)
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

0 comments on commit 7dd3784

Please sign in to comment.