Skip to content

Commit

Permalink
Release v2025.1.0-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Timshel committed Jan 22, 2025
1 parent 8892a9f commit 43b8d2d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# v2025.1.0-3

- Use [oidc_web_vault](https://github.com/Timshel/oidc_web_vault) version `v2025.1.0-2`

# v2025.1.0-2

- Use css classes to toggle 2FA providers
Expand Down
2 changes: 1 addition & 1 deletion docker/DockerSettings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ xx_image_digest: "sha256:9c207bead753dda9430bdd15425c6518fc7a03d866103c516a2c688
rust_version: 1.84.0 # Rust version to be used
debian_version: bookworm # Debian release name to be used
alpine_version: "3.21" # Alpine version to be used
oidc_web_release: https://github.com/Timshel/oidc_web_vault/releases/download/v2025.1.0-1
oidc_web_release: https://github.com/Timshel/oidc_web_vault/releases/download/v2025.1.0-2
# For which platforms/architectures will we try to build images
platforms: ["linux/amd64", "linux/arm64", "linux/arm/v7", "linux/arm/v6"]
# Determine the build images per OS/Arch
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ARG TARGETARCH
ARG TARGETVARIANT
ARG TARGETPLATFORM

ARG OIDC_WEB_RELEASE="https://github.com/Timshel/oidc_web_vault/releases/download/v2025.1.0-1"
ARG OIDC_WEB_RELEASE="https://github.com/Timshel/oidc_web_vault/releases/download/v2025.1.0-2"

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG TARGETARCH
ARG TARGETVARIANT
ARG TARGETPLATFORM

ARG OIDC_WEB_RELEASE="https://github.com/Timshel/oidc_web_vault/releases/download/v2025.1.0-1"
ARG OIDC_WEB_RELEASE="https://github.com/Timshel/oidc_web_vault/releases/download/v2025.1.0-2"

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down

0 comments on commit 43b8d2d

Please sign in to comment.