Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
oauth-secret: ${{ secrets.TAILSCALE_OAUTH_SECRET }}
tags: tag:github-action-ci-runner
# renovate: datasource=github-releases depName=tailscale/tailscale
version: "1.68.1"
version: "1.68.2"

- name: Tailscale Debug
if: ${{ (github.event.inputs.verbosity || env.default_verbosity) >= 1 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
oauth-secret: ${{ secrets.TAILSCALE_OAUTH_SECRET }}
tags: tag:github-action-ci-runner
# renovate: datasource=github-releases depName=tailscale/tailscale
version: "1.68.1"
version: "1.68.2"

- name: Login to container registry
id: login
Expand Down
2 changes: 1 addition & 1 deletion images/homelab-workspace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ WORKDIR /tmp

# Rust / Cargo
# renovate: datasource=github-releases depName=rust-lang/rust
ARG RUST_VERSION="1.77.0"
ARG RUST_VERSION="1.79.0"
ENV CARGO_HOME="/opt/cargo"
ENV PATH="$PATH:$CARGO_HOME/bin"
RUN --mount=type=cache,target=/root/.rustup,id=rustup-cache-${TARGETARCH} \
Expand Down
6 changes: 3 additions & 3 deletions images/homelab-workspace/packages/github-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- name: act
repo: https://github.com/nektos/act
# renovate: datasource=github-releases depName=nektos/act
tag: "v0.2.63"
tag: "v0.2.64"
asset_regex: "act_Linux_${TARGETARCH_ALTERNATE_X86_ONLY}.tar.gz"
- name: actionlint
repo: https://github.com/rhysd/actionlint
Expand Down Expand Up @@ -95,12 +95,12 @@
- name: tflint
repo: https://github.com/terraform-linters/tflint
# renovate: datasource=github-releases depName=terraform-linters/tflint
tag: "v0.51.1"
tag: "v0.51.2"
asset_regex: "tflint_linux_${TARGETARCH}.zip"
- name: tfsec
repo: https://github.com/aquasecurity/tfsec
# renovate: datasource=github-releases depName=aquasecurity/tfsec
tag: "v1.28.9"
tag: "v1.28.10"
asset_regex: ".*_linux_${TARGETARCH}.tar.gz"
asset_files:
- source: tfsec
Expand Down