Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
| 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.4                    |
| github-tags | golangci/golangci-lint                          | v1.55.2                    | v1.56.2                    |
| github-tags | jenkinsci/bootstrap5-api-plugin                 | v5.3.2-3                   | v5.3.2-4                   |
| github-tags | jenkinsci/branch-api-plugin                     | 2.1144.v1425d1c3d5a_7      | 2.1152.v6f101e97dd77       |
| github-tags | jenkinsci/cloudbees-folder-plugin               | 6.901.vb_4c7a_da_75da_3    | 6.928.v7c780211d66e        |
| github-tags | jenkinsci/durable-task-plugin                   | 547.vd1ea_007d100c         | 550.v0930093c4b_a_6        |
| github-tags | jenkinsci/font-awesome-api-plugin               | v6.5.1-2                   | v6.5.1-3                   |
| 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/plugin-util-api-plugin                | v3.8.0                     | v4.1.0                     |
| github-tags | jenkinsci/prism-api-plugin                      | v1.29.0-10                 | v1.29.0-13                 |
| 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.6                     |
| github-tags | renovatebot/pre-commit-hooks                    | 37.165.1                   | 37.215.0                   |
  • Loading branch information
renovate[bot] authored Feb 27, 2024
1 parent da5be62 commit 11a018a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/actions/save-logs/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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.4/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.215.0
hooks:
- id: renovate-config-validator
28 changes: 14 additions & 14 deletions values/jenkins-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6"
jenkinsUrl: https://jenkins.###ZARF_VAR_DOMAIN###
disableRememberMe: true
resources:
Expand Down Expand Up @@ -34,18 +34,18 @@ controller:
- antisamy-markup-formatter:162.v0e6ec0fcfcf6
- apache-httpcomponents-client-4-api:4.5.14-208.v438351942757
- authentication-tokens:1.53.v1c90fd9191a_b_
- bootstrap5-api:5.3.2-3
- bootstrap5-api:v5.3.2-4
- bouncycastle-api:2.30.1.77-225.v26ea_c9455fd9
- branch-api:2.1144.v1425d1c3d5a_7
- branch-api:2.1152.v6f101e97dd77
- caffeine-api:3.1.8-133.v17b_1ff2e0599
- cloudbees-folder:6.901.vb_4c7a_da_75da_3
- cloudbees-folder:6.928.v7c780211d66e
- 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
- font-awesome-api:6.5.1-2
- durable-task:550.v0930093c4b_a_6
- font-awesome-api:v6.5.1-3
- git-client:4.6.0
- git:5.2.1
- instance-identity:185.v303dc7c645f9
Expand All @@ -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
Expand All @@ -66,18 +66,18 @@ 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
- pipeline-model-extensions:2.2175.v76a_fff0a_2618
- pipeline-stage-step:305.ve96d0205c1c6
- pipeline-stage-tags-metadata:2.2175.v76a_fff0a_2618
- plain-credentials:143.v1b_df8b_d3b_e48
- plugin-util-api:3.8.0
- prism-api:1.29.0-10
- plugin-util-api:v4.1.0
- prism-api:v1.29.0-13
- 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
Expand All @@ -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
Expand Down

0 comments on commit 11a018a

Please sign in to comment.