From 1dda46beaeaf55b0424af7b8d288200d22925b75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 16:46:03 +0000 Subject: [PATCH] chore(deps): update jira support dependencies | datasource | package | from | to | | ----------- | ------------------------------------------------------------- | -------- | ------- | | github-tags | actions/upload-artifact | v4.3.5 | v4.3.6 | | docker | bitnami/jmx-exporter | 0.18.0 | 1.0.1 | | docker | registry1.dso.mil/ironbank/opensource/prometheus/jmx-exporter | 0.18.0 | 0.20.0 | | github-tags | renovatebot/pre-commit-hooks | 38.18.15 | 38.19.0 | --- .github/workflows/scorecard.yaml | 2 +- .pre-commit-config.yaml | 2 +- values/upstream-values.yaml | 2 +- zarf.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index 659bb36..5662945 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -37,7 +37,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 with: name: SARIF file path: results.sarif diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5c91c1e..5204312 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,6 +49,6 @@ repos: hooks: - id: golangci-lint - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.18.15 + rev: 38.19.0 hooks: - id: renovate-config-validator diff --git a/values/upstream-values.yaml b/values/upstream-values.yaml index fc80e05..3ffd7b7 100644 --- a/values/upstream-values.yaml +++ b/values/upstream-values.yaml @@ -4,4 +4,4 @@ image: monitoring: jmxExporterImageRepo: bitnami/jmx-exporter - jmxExporterImageTag: 0.18.0 + jmxExporterImageTag: 1.0.1 diff --git a/zarf.yaml b/zarf.yaml index c5ef19e..0a3e1b2 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -32,7 +32,7 @@ components: - values/upstream-values.yaml images: - atlassian/jira-software:9.17.1 - - bitnami/jmx-exporter:0.18.0 + - bitnami/jmx-exporter:1.0.1 - name: jira required: true @@ -50,4 +50,4 @@ components: images: - registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node:9.17.1 # TODO: Pending an upstream pr to fix jar file location to not be hardcoded: - # - registry1.dso.mil/ironbank/opensource/prometheus/jmx-exporter:0.18.0 + # - registry1.dso.mil/ironbank/opensource/prometheus/jmx-exporter:0.20.0