Skip to content

Commit

Permalink
chore(release): πŸš€ publish v30.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darkweaver87 authored Jul 30, 2024
1 parent dd3bee0 commit 403504c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
9 changes: 8 additions & 1 deletion traefik/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 30.0.2 ![AppVersion: v3.1.0](https://img.shields.io/static/v1?label=AppVersion&message=v3.1.0&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-30

* fix(Traefik Hub): missing RBACs for Traefik Hub
* chore(release): πŸš€ publish v30.0.2

## 30.0.1 ![AppVersion: v3.1.0](https://img.shields.io/static/v1?label=AppVersion&message=v3.1.0&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-29
Expand All @@ -25,7 +32,7 @@

**Upgrade Notes**

There is a breaking upgrade on how to configure Gateway with _values_.
There is a breaking upgrade on how to configure Gateway with _values_.
This release supports Traefik Proxy v3.0 **and** v3.1.

### Default value changes
Expand Down
14 changes: 3 additions & 11 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: 30.0.1
version: 30.0.2
# renovate: image=traefik
appVersion: v3.1.0
kubeVersion: ">=1.22.0-0"
Expand All @@ -25,13 +25,5 @@ maintainers:
icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
annotations:
artifacthub.io/changes: |
- "fix: πŸ› ingressroute default name"
- "fix: namespaced RBACs hub api gateway"
- "fix: can't set gateway name"
- "fix(Gateway API): provide expected roles when using namespaced RBAC"
- "fix(Gateway API)!: revamp Gateway implementation"
- "feat: ✨ display release name and image full path in installation notes"
- "feat: use single ingressRoute template"
- "feat: handle log filePath and noColor"
- "chore(release): πŸš€ publish v30.0.0"
- "chore(deps): update traefik docker tag to v3.1.0"
- "fix(Traefik Hub): missing RBACs for Traefik Hub"
- "chore(release): πŸš€ publish v30.0.2"
2 changes: 1 addition & 1 deletion traefik/VALUES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# traefik

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

A Traefik based Kubernetes ingress controller

Expand Down

0 comments on commit 403504c

Please sign in to comment.