Compare commits

..
Author SHA1 Message Date
Renovate c1348364b2 chore(deps): update quay.io/openbao/openbao docker tag to v2.6.0
ci/woodpecker/pr/pr-build Pipeline was successful
2026-07-21 15:41:42 +00:00
Renovate 62a9f41071 Merge pull request 'chore(deps): update dependency tailscale to v1.98.9' (#45) from renovate/tailscale-1.x into main
ci/woodpecker/cron/renovate Pipeline was successful
ci/woodpecker/push/release-tag Pipeline was successful
ci/woodpecker/push/pr-build Pipeline was successful
ci/woodpecker/tag/release Pipeline was successful
2026-07-21 02:07:05 +00:00
Renovate 0e42ef9a25 chore(deps): update dependency tailscale to v1.98.9
ci/woodpecker/pr/pr-build Pipeline was successful
2026-07-21 02:01:42 +00:00
Renovate fb2eda403b Merge pull request 'chore(deps): update golang:1.26.5-alpine docker digest to 0178a64' (#43) from renovate/golang-1.26.5-alpine into main
ci/woodpecker/push/pr-build Pipeline was successful
ci/woodpecker/push/release-tag Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
2026-07-09 02:05:43 +00:00
Renovate 391fabddf9 chore(deps): update golang:1.26.5-alpine docker digest to 0178a64
ci/woodpecker/pr/pr-build Pipeline was successful
2026-07-09 02:00:51 +00:00
Renovate 38ddb5fc06 Merge pull request 'chore(deps): update golang docker tag to v1.26.5' (#41) from renovate/golang-1.x into main
ci/woodpecker/push/release-tag Pipeline failed
ci/woodpecker/push/pr-build Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
2026-07-08 02:09:25 +00:00
Renovate cc6fbedf5b chore(deps): update golang docker tag to v1.26.5
ci/woodpecker/pr/pr-build Pipeline was successful
2026-07-08 02:01:19 +00:00
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ when:
steps:
- name: Get git token from OpenBao
image: quay.io/openbao/openbao:2.5.5
image: quay.io/openbao/openbao:2.6.0
environment:
VAULT_ADDR: https://openbao.lumpiasty.xyz:8200
ROLE_ID:
@@ -72,7 +72,7 @@ steps:
- git push "https://woodpecker:$GIT_TOKEN@gitea.lumpiasty.xyz/lumpiasty/mikrotik-tailscale.git" "$TAG"
- echo "Pushed $TAG"
- name: Invalidate OpenBao token
image: quay.io/openbao/openbao:2.5.5
image: quay.io/openbao/openbao:2.6.0
environment:
VAULT_ADDR: https://openbao.lumpiasty.xyz:8200
commands:
+2 -2
View File
@@ -25,7 +25,7 @@ when:
steps:
- name: Get registry creds from OpenBao
image: quay.io/openbao/openbao:2.5.5
image: quay.io/openbao/openbao:2.6.0
environment:
VAULT_ADDR: https://openbao.lumpiasty.xyz:8200
ROLE_ID:
@@ -57,7 +57,7 @@ steps:
# Credentials (PLUGIN_USERNAME / PLUGIN_PASSWORD) come from OpenBao.
env_file: /woodpecker/registry.env
- name: Invalidate OpenBao token
image: quay.io/openbao/openbao:2.5.5
image: quay.io/openbao/openbao:2.6.0
environment:
VAULT_ADDR: https://openbao.lumpiasty.xyz:8200
commands:
+2 -2
View File
@@ -30,7 +30,7 @@ skip_clone: true
steps:
- name: Get renovate token from OpenBao
image: quay.io/openbao/openbao:2.5.5
image: quay.io/openbao/openbao:2.6.0
environment:
VAULT_ADDR: https://openbao.lumpiasty.xyz:8200
ROLE_ID:
@@ -76,7 +76,7 @@ steps:
- export GITHUB_COM_TOKEN=$(cat /woodpecker/github_com_token)
- /usr/local/sbin/renovate-entrypoint.sh renovate
- name: Invalidate OpenBao token
image: quay.io/openbao/openbao:2.5.5
image: quay.io/openbao/openbao:2.6.0
environment:
VAULT_ADDR: https://openbao.lumpiasty.xyz:8200
commands:
+2 -2
View File
@@ -32,10 +32,10 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.9.0@sha256:c64defb9ed5a91eacb37f9
# =============================================================================
# Stage 1: Build Tailscale combined binary (cross-compiled, runs natively)
# =============================================================================
FROM --platform=$BUILDPLATFORM golang:1.26.4-alpine@sha256:3ad57304ad93bbec8548a0437ad9e06a455660655d9af011d58b993f6f615648 AS builder
FROM --platform=$BUILDPLATFORM golang:1.26.5-alpine@sha256:0178a641fbb4858c5f1b48e34bdaabe0350a330a1b1149aabd498d0699ff5fb2 AS builder
# renovate: datasource=github-releases depName=tailscale packageName=tailscale/tailscale versioning=semver
ARG TAILSCALE_VERSION=v1.98.8
ARG TAILSCALE_VERSION=v1.98.9
# Provided automatically by buildx for the target platform.
ARG TARGETOS