Skip to content

Commit

Permalink
bump traefik to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ElVit committed Mar 5, 2025
1 parent 4a53033 commit 5412f64
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions traefik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.3.3

* 📈 Updated hassio-addons/base to v17.2.1
* 📈 Updated traefik to v3.1.7-r2
* 📈 Updated nginx to v1.26.2-r4

## 1.3.2

* 📈 Updated hassio-addons/base to v17.0.2
Expand Down
4 changes: 2 additions & 2 deletions traefik/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.0.2
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.2.1

FROM ${BUILD_FROM}

ARG NGINX_VERSION=1.26.2-r4
ARG TRAEFIK_VERSION=3.1.7-r0
ARG TRAEFIK_VERSION=3.1.7-r2

RUN apk add --no-cache \
nginx=${NGINX_VERSION} \
Expand Down
10 changes: 5 additions & 5 deletions traefik/build.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
# https://github.com/hassio-addons/addon-base
build_from:
aarch64: ghcr.io/hassio-addons/base:17.0.2
amd64: ghcr.io/hassio-addons/base:17.0.2
armhf: ghcr.io/hassio-addons/base:17.0.2
armv7: ghcr.io/hassio-addons/base:17.0.2
i386: ghcr.io/hassio-addons/base:17.0.2
aarch64: ghcr.io/hassio-addons/base:17.2.1
amd64: ghcr.io/hassio-addons/base:17.2.1
armhf: ghcr.io/hassio-addons/base:17.2.1
armv7: ghcr.io/hassio-addons/base:17.2.1
i386: ghcr.io/hassio-addons/base:17.2.1
codenotary:
signer: [email protected]
base_image: [email protected]
2 changes: 1 addition & 1 deletion traefik/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Traefik
description: Traefik is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy.
url: https://github.com/ElVit/hassio-addons/tree/main/traefik
version: 1.3.2
version: 1.3.3
stage: stable
slug: traefik
codenotary: [email protected]
Expand Down

0 comments on commit 5412f64

Please sign in to comment.