From ddcdb50632edffeb914bc3eaaf34fc0690bdf666 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 21:57:13 +0000 Subject: [PATCH] Update all dependencies | datasource | package | from | to | | --------------- | ----------------------------------------------------------- | ---------- | ---------- | | github-tags | aws-actions/configure-aws-credentials | v2 | v3 | | gitlab-tags | big-bang/product/packages/sonarqube | 8.0.1-bb.2 | 9.6.3-bb.9 | | github-tags | defenseunicorns/zarf | v0.28.4 | v0.29.0 | | docker | ghcr.io/defenseunicorns/build-harness/build-harness | 1.10.2 | 1.10.4 | | docker | ghcr.io/defenseunicorns/packages/dubbd-k3d | 0.6.2 | 0.7.0 | | github-tags | golangci/golangci-lint | 1.54.1 | 1.54.2 | | github-tags | golangci/golangci-lint | v1.54.1 | v1.54.2 | | github-tags | python-jsonschema/check-jsonschema | 0.24.1 | 0.26.0 | | docker | rancher/k3s | v1.26.5 | v1.27.4 | | docker | registry1.dso.mil/ironbank/big-bang/base | 2.0.0 | 8.4 | | docker | registry1.dso.mil/ironbank/opensource/postgres/postgresql12 | 12.15 | 12.16 | | github-tags | renovatebot/pre-commit-hooks | 36.43.1 | 36.64.1 | | github-releases | hashicorp/terraform | 1.5.5 | 1.5.6 | --- .github/actions/e2e/action.yml | 2 +- .github/workflows/publish.yml | 4 ++-- .pre-commit-config.yaml | 6 +++--- .tool-versions | 4 ++-- Makefile | 6 +++--- sonarqube-flux-values.yaml | 2 +- utils/k3d/k3d-config.yaml | 2 +- zarf.yaml | 4 ++-- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/actions/e2e/action.yml b/.github/actions/e2e/action.yml index 2528188..7251419 100644 --- a/.github/actions/e2e/action.yml +++ b/.github/actions/e2e/action.yml @@ -92,7 +92,7 @@ runs: run: echo "tf_version=$(grep 'terraform ' .tool-versions)" >> $GITHUB_OUTPUT - name: Configure AWS Credentials for Commercial - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v3 with: role-to-assume: ${{ inputs.role-to-assume }} role-session-name: ${{ github.event.client_payload.pull_request.head.sha || github.sha }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b29b120..e8c52d8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,10 +28,10 @@ jobs: uses: supplypike/setup-bin@v3 with: # renovate: zarf-uri datasource=github-tags depName=defenseunicorns/zarf - uri: 'https://github.com/defenseunicorns/zarf/releases/download/v0.28.4/zarf_v0.28.4_Linux_amd64' + uri: 'https://github.com/defenseunicorns/zarf/releases/download/v0.29.0/zarf_v0.29.0_Linux_amd64' name: 'zarf' # renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver - version: 'v0.28.4' + version: 'v0.29.0' - name: Login to GHCR uses: docker/login-action@v2 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc3aeaa..1df1269 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: hooks: - id: fix-smartquotes - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.24.1 + rev: 0.26.0 hooks: - id: check-jsonschema name: "Validate Zarf Configs Against Schema" @@ -44,10 +44,10 @@ repos: "--no-cache" ] - repo: https://github.com/golangci/golangci-lint - rev: v1.54.1 + rev: v1.54.2 hooks: - id: golangci-lint - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 36.43.1 + rev: 36.64.1 hooks: - id: renovate-config-validator diff --git a/.tool-versions b/.tool-versions index ed5324b..a6e04a9 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,7 +1,7 @@ golang 1.21.0 -golangci-lint 1.54.1 +golangci-lint 1.54.2 pre-commit 3.3.3 -terraform 1.5.5 +terraform 1.5.6 tflint 0.47.0 tfsec 1.28.1 sops 3.7.3 diff --git a/Makefile b/Makefile index 48eb68a..8ce3e28 100755 --- a/Makefile +++ b/Makefile @@ -1,14 +1,14 @@ # The version of Zarf to use. To keep this repo as portable as possible the Zarf binary will be downloaded and added to # the build folder. # renovate: datasource=github-tags depName=defenseunicorns/zarf -ZARF_VERSION := v0.28.4 +ZARF_VERSION := v0.29.0 # The version of the build harness container to use BUILD_HARNESS_REPO := ghcr.io/defenseunicorns/build-harness/build-harness # renovate: datasource=docker depName=ghcr.io/defenseunicorns/build-harness/build-harness -BUILD_HARNESS_VERSION := 1.10.2 +BUILD_HARNESS_VERSION := 1.10.4 # renovate: datasource=docker depName=ghcr.io/defenseunicorns/packages/dubbd-k3d extractVersion=^(?\d+\.\d+\.\d+) -DUBBD_K3D_VERSION := 0.6.2 +DUBBD_K3D_VERSION := 0.7.0 # Figure out which Zarf binary we should use based on the operating system we are on ZARF_BIN := zarf diff --git a/sonarqube-flux-values.yaml b/sonarqube-flux-values.yaml index a0d766b..1e5555d 100644 --- a/sonarqube-flux-values.yaml +++ b/sonarqube-flux-values.yaml @@ -6,7 +6,7 @@ application: repository: https://repo1.dso.mil/big-bang/product/packages/sonarqube.git ref: # renovate: datasource=gitlab-tags depName=big-bang/product/packages/sonarqube versioning=loose registryUrl=https://repo1.dso.mil - tag: 8.0.1-bb.2 + tag: 9.6.3-bb.9 dependsOn: ###ZARF_VAR_SONARQUBE_DEPENDS_ON### baseValues: diff --git a/utils/k3d/k3d-config.yaml b/utils/k3d/k3d-config.yaml index e2b1f3e..297fbcf 100644 --- a/utils/k3d/k3d-config.yaml +++ b/utils/k3d/k3d-config.yaml @@ -3,7 +3,7 @@ kind: Simple metadata: name: ci servers: 1 -image: rancher/k3s:v1.26.5-k3s1 +image: rancher/k3s:v1.27.4-k3s1 options: k3s: extraArgs: diff --git a/zarf.yaml b/zarf.yaml index 657c3bb..dc9d639 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -38,6 +38,6 @@ components: repos: - https://repo1.dso.mil/big-bang/product/packages/sonarqube.git images: - - "registry1.dso.mil/ironbank/big-bang/base:2.0.0" + - "registry1.dso.mil/ironbank/big-bang/base:8.4" - "registry1.dso.mil/ironbank/big-bang/sonarqube-9:9.9.1-community" - - "registry1.dso.mil/ironbank/opensource/postgres/postgresql12:12.15" + - "registry1.dso.mil/ironbank/opensource/postgres/postgresql12:12.16"