From eefe119dffe922db60068c71e52e4b3ce03898d6 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 00:28:03 +0000 Subject: [PATCH 1/2] chore(deps): update dependency cowdogmoo/warpgate to v4.6.0 | datasource | package | from | to | | --------------- | ------------------ | ------ | ------ | | github-releases | CowDogMoo/warpgate | v4.4.0 | v4.6.0 | --- .github/workflows/build-and-push-templates.yaml | 2 +- .github/workflows/test-template-builds.yaml | 2 +- .github/workflows/validate-templates.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-push-templates.yaml b/.github/workflows/build-and-push-templates.yaml index 54c6f300..63535b4d 100644 --- a/.github/workflows/build-and-push-templates.yaml +++ b/.github/workflows/build-and-push-templates.yaml @@ -30,7 +30,7 @@ env: PYTHON_VERSION: 3.13.7 TASK_VERSION: 3.45.5 TASK_X_REMOTE_TASKFILES: 1 - WARPGATE_VERSION: "v4.4.0" + WARPGATE_VERSION: "v4.6.0" jobs: discover-templates: diff --git a/.github/workflows/test-template-builds.yaml b/.github/workflows/test-template-builds.yaml index 0a086e53..8d34e217 100644 --- a/.github/workflows/test-template-builds.yaml +++ b/.github/workflows/test-template-builds.yaml @@ -24,7 +24,7 @@ concurrency: env: DEBIAN_FRONTEND: noninteractive PYTHON_VERSION: "3.13.7" - WARPGATE_VERSION: "v4.4.0" + WARPGATE_VERSION: "v4.6.0" jobs: detect-changes: diff --git a/.github/workflows/validate-templates.yaml b/.github/workflows/validate-templates.yaml index 911f72e9..35bed776 100644 --- a/.github/workflows/validate-templates.yaml +++ b/.github/workflows/validate-templates.yaml @@ -21,7 +21,7 @@ on: workflow_dispatch: env: - WARPGATE_VERSION: "v4.4.0" + WARPGATE_VERSION: "v4.6.0" PYTHON_VERSION: "3.13.7" TASK_VERSION: "3.45.5" TASK_X_REMOTE_TASKFILES: 1 From 2e4d848099144c6658ebd50f3e6a36afc828b38d Mon Sep 17 00:00:00 2001 From: Jayson Grace Date: Thu, 7 May 2026 19:12:38 -0600 Subject: [PATCH 2/2] fix: remove hardcoded base image from ares-golden-image template **Removed:** - Hardcoded base image reference under the `base` section in warpgate.yaml for the ares-golden-image template to avoid image pinning and improve flexibility --- warpgate-templates/templates/ares-golden-image/warpgate.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/warpgate-templates/templates/ares-golden-image/warpgate.yaml b/warpgate-templates/templates/ares-golden-image/warpgate.yaml index bd18b1bd..6f820921 100644 --- a/warpgate-templates/templates/ares-golden-image/warpgate.yaml +++ b/warpgate-templates/templates/ares-golden-image/warpgate.yaml @@ -24,7 +24,6 @@ name: ares-golden-image version: latest base: - image: kalilinux/kali-rolling@sha256:dddc31e0f4bc57b4b91e9027762544506bf91c7cdd7ff52104daaa4449b4c726:latest ami_filters: owners: - "679593333241"