From 83f5950db769d657923520c12aa9daa667f73f56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 12:41:01 +0000 Subject: [PATCH] chore(deps): update all dependencies | datasource | package | from | to | | ----------- | ----------------------------------------------- | -------------------------- | -------------------------- | | github-tags | actions/setup-node | v4.0.1 | v4.0.2 | | github-tags | actions/upload-artifact | v4.3.0 | v4.3.1 | | github-tags | defenseunicorns/zarf | v0.32.2 | v0.32.3 | | github-tags | golangci/golangci-lint | v1.55.2 | v1.56.2 | | github-tags | jenkinsci/branch-api-plugin | 2.1144.v1425d1c3d5a_7 | 2.1148.vce12cfcdf090 | | github-tags | jenkinsci/cloudbees-folder-plugin | 6.901.vb_4c7a_da_75da_3 | 6.921.vfb_b_224371fb_4 | | github-tags | jenkinsci/durable-task-plugin | 547.vd1ea_007d100c | 550.v0930093c4b_a_6 | | github-tags | jenkinsci/json-api-plugin | 20231013-17.v1c97069404b_e | 20240205-27.va_007549e895c | | github-tags | jenkinsci/pipeline-input-step-plugin | 489.v4b_70b_ff92d67 | 491.vb_07d21da_1a_fb_ | | github-tags | jenkinsci/script-security-plugin | 1313.v7a_6067dc7087 | 1326.vdb_c154de8669 | | github-tags | jenkinsci/workflow-cps-plugin | 3853.vb_a_490d892963 | 3867.v535458ce43fd | | github-tags | jenkinsci/workflow-durable-task-step-plugin | 1322.v63864b_7a_e384 | 1331.vc8c2fed35334 | | github-tags | jenkinsci/workflow-multibranch-plugin | 773.vc4fe1378f1d5 | 783.va_6eb_ef636fb_d | | github-tags | python-jsonschema/check-jsonschema | 0.27.4 | 0.28.0 | | docker | registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar | 1.25.3 | 1.25.4 | | github-tags | renovatebot/pre-commit-hooks | 37.165.1 | 37.211.0 | --- .github/actions/save-logs/action.yaml | 2 +- .github/actions/setup/action.yaml | 4 ++-- .github/workflows/commitlint.yaml | 2 +- .pre-commit-config.yaml | 8 ++++---- values/jenkins-values.yaml | 20 ++++++++++---------- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/actions/save-logs/action.yaml b/.github/actions/save-logs/action.yaml index 422174cd..963bb79f 100644 --- a/.github/actions/save-logs/action.yaml +++ b/.github/actions/save-logs/action.yaml @@ -10,7 +10,7 @@ runs: sudo chown $USER /tmp/uds-*.log || echo "" shell: bash - - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 + - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 with: name: debug-log path: | diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index 902f99b1..bae4db5c 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -20,12 +20,12 @@ runs: uses: defenseunicorns/setup-zarf@main with: # renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver - version: v0.32.2 + version: v0.32.3 download-init-package: ${{ inputs.download-init-package }} - name: Use Node.js latest if: ${{ inputs.install-node == 'true' }} - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: 20 diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 413ab82a..8a2c4a57 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 - name: Install commitlint run: npm install --save-dev @commitlint/{config-conventional,cli} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cb20f2fa..0a4f7e42 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.27.4 + rev: 0.28.0 hooks: - id: check-jsonschema name: "Validate Zarf Configs Against Schema" @@ -41,14 +41,14 @@ repos: [ "--schemafile", # renovate: repo-file depName=defenseunicorns/zarf versioning=semver - "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.32.2/zarf.schema.json", + "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.32.3/zarf.schema.json", "--no-cache" ] - repo: https://github.com/golangci/golangci-lint - rev: v1.55.2 + rev: v1.56.2 hooks: - id: golangci-lint - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.165.1 + rev: 37.211.0 hooks: - id: renovate-config-validator diff --git a/values/jenkins-values.yaml b/values/jenkins-values.yaml index 568c5e02..a9068858 100644 --- a/values/jenkins-values.yaml +++ b/values/jenkins-values.yaml @@ -3,7 +3,7 @@ controller: tag: "2.442" sidecars: configAutoReload: - image: "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar:1.25.3" + image: "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar:1.25.4" jenkinsUrl: https://jenkins.###ZARF_VAR_DOMAIN### disableRememberMe: true resources: @@ -36,15 +36,15 @@ controller: - authentication-tokens:1.53.v1c90fd9191a_b_ - bootstrap5-api:5.3.2-3 - bouncycastle-api:2.30.1.77-225.v26ea_c9455fd9 - - branch-api:2.1144.v1425d1c3d5a_7 + - branch-api:2.1148.vce12cfcdf090 - caffeine-api:3.1.8-133.v17b_1ff2e0599 - - cloudbees-folder:6.901.vb_4c7a_da_75da_3 + - cloudbees-folder:6.921.vfb_b_224371fb_4 - commons-lang3-api:3.13.0-62.v7d18e55f51e2 - commons-text-api:1.11.0-95.v22a_d30ee5d36 - configuration-as-code:1775.v810dc950b_514 - credentials:1319.v7eb_51b_3a_c97b_ - display-url-api:2.200.vb_9327d658781 - - durable-task:547.vd1ea_007d100c + - durable-task:550.v0930093c4b_a_6 - font-awesome-api:6.5.1-2 - git-client:4.6.0 - git:5.2.1 @@ -55,7 +55,7 @@ controller: - jakarta-mail-api:2.0.1-3 - javax-activation-api:1.2.0-6 - jaxb:2.3.9-1 - - json-api:20231013-17.v1c97069404b_e + - json-api:20240205-27.va_007549e895c - kubernetes-client-api:6.10.0-240.v57880ce8b_0b_2 - kubernetes-credentials:0.11 - kubernetes:4186.v1d804571d5d4 @@ -66,7 +66,7 @@ controller: - okhttp-api:4.11.0-172.vda_da_1feeb_c6e - pipeline-build-step:540.vb_e8849e1a_b_d8 - pipeline-groovy-lib:704.vc58b_8890a_384 - - pipeline-input-step:489.v4b_70b_ff92d67 + - pipeline-input-step:491.vb_07d21da_1a_fb_ - pipeline-milestone-step:111.v449306f708b_7 - pipeline-model-api:2.2175.v76a_fff0a_2618 - pipeline-model-definition:2.2175.v76a_fff0a_2618 @@ -77,7 +77,7 @@ controller: - plugin-util-api:3.8.0 - prism-api:1.29.0-10 - scm-api:683.vb_16722fb_b_80b_ - - script-security:1313.v7a_6067dc7087 + - script-security:1326.vdb_c154de8669 - snakeyaml-api:2.2-111.vc6598e30cc65 - ssh-credentials:308.ve4497b_ccd8f4 - structs:337.v1b_04ea_4df7c8 @@ -86,10 +86,10 @@ controller: - workflow-aggregator:596.v8c21c963d92d - workflow-api:1291.v51fd2a_625da_7 - workflow-basic-steps:1042.ve7b_140c4a_e0c - - workflow-cps:3853.vb_a_490d892963 - - workflow-durable-task-step:1322.v63864b_7a_e384 + - workflow-cps:3867.v535458ce43fd + - workflow-durable-task-step:1331.vc8c2fed35334 - workflow-job:1400.v7fd111b_ec82f - - workflow-multibranch:773.vc4fe1378f1d5 + - workflow-multibranch:783.va_6eb_ef636fb_d - workflow-scm-step:415.v434365564324 - workflow-step-api:657.v03b_e8115821b_ - workflow-support:865.v43e78cc44e0d