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

Update tailscale to 1.78.1 and nftables-exporter to 0.3.1 #270

Merged
merged 2 commits into from
Jan 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions firewall/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG BASE_OS_NAME
ARG BASE_OS_VERSION
ARG DROPTAILER_VERSION=v0.2.17
ARG FIREWALL_CONTROLLER_VERSION=v2.3.7
ARG TAILSCALE_VERSION=v1.76.1
ARG FIREWALL_CONTROLLER_VERSION=v2.3.8
ARG TAILSCALE_VERSION=v1.78.1
ARG NODE_EXPORTER_VERSION=v1.8.2

FROM ghcr.io/metal-stack/droptailer-client:${DROPTAILER_VERSION} AS droptailer-artifacts
Expand All @@ -17,7 +17,7 @@ FROM ${BASE_OS_NAME}:${BASE_OS_VERSION}

ENV DEBCONF_NONINTERACTIVE_SEEN="true" \
DEBIAN_FRONTEND="noninteractive" \
NFTABLES_EXPORTER_VERSION=v0.3.0
NFTABLES_EXPORTER_VERSION=v0.3.1

# iptables reinstallation is required, so that image works in mini-lab environment.
# Most likely the reason is that old config is removed during deletion.
Expand Down
Loading