diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index 55086d0c..cbe55c59 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -9,7 +9,7 @@ runs: uses: defenseunicorns/setup-zarf@main with: # renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver - version: v0.32.1 + version: v0.32.2 download-init-package: true - name: Install k3d @@ -22,4 +22,4 @@ runs: - name: Install UDS CLI shell: bash # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - run: brew install defenseunicorns/tap/uds@0.6.2 + run: brew install defenseunicorns/tap/uds@0.7.0 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f5d233cd..0f22b9a3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files args: ["--maxkb=1024"] @@ -31,7 +31,7 @@ repos: hooks: - id: fix-smartquotes - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.24.0 + rev: 0.27.4 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.52.3 + rev: v1.55.2 hooks: - id: golangci-lint - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 36.40.0 + rev: 37.165.5 hooks: - id: renovate-config-validator diff --git a/tasks.yaml b/tasks.yaml index 6ead4b32..4b739b5e 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -1,8 +1,8 @@ includes: - cleanup: ./tasks/cleanup.yaml - create: ./tasks/create.yaml - - deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.1.2/tasks/deploy.yaml - - setup: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.1.2/tasks/setup.yaml + - deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.1.4/tasks/deploy.yaml + - setup: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.1.4/tasks/setup.yaml - test: ./tasks/test.yaml tasks: diff --git a/tasks/create.yaml b/tasks/create.yaml index 7b23cd81..97bad89a 100644 --- a/tasks/create.yaml +++ b/tasks/create.yaml @@ -1,5 +1,5 @@ includes: - - create: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.1.2/tasks/create.yaml + - create: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.1.4/tasks/create.yaml tasks: - name: mattermost-test-bundle diff --git a/tasks/publish.yaml b/tasks/publish.yaml index 1824c021..41594d41 100644 --- a/tasks/publish.yaml +++ b/tasks/publish.yaml @@ -1,5 +1,5 @@ includes: - - publish: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.1.2/tasks/publish.yaml + - publish: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.1.4/tasks/publish.yaml variables: - name: TARGET_REPO diff --git a/values/registry1-values.yaml b/values/registry1-values.yaml index f0dc2467..28e76b2b 100644 --- a/values/registry1-values.yaml +++ b/values/registry1-values.yaml @@ -1,7 +1,7 @@ mattermostApp: image: repository: registry1.dso.mil/ironbank/opensource/mattermost/mattermost - tag: 9.4.1 + tag: 9.4.2 initContainerImage: repository: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal tag: 9.3 diff --git a/values/upstream-values.yaml b/values/upstream-values.yaml index 3b908e23..8542b425 100644 --- a/values/upstream-values.yaml +++ b/values/upstream-values.yaml @@ -1,4 +1,4 @@ mattermostApp: image: repository: mattermost/mattermost-enterprise-edition - tag: 9.4.1 + tag: 9.4.2 diff --git a/zarf.yaml b/zarf.yaml index 888ebac7..d5d22979 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -43,7 +43,7 @@ components: - values/upstream-values.yaml images: - appropriate/curl:latest - - mattermost/mattermost-enterprise-edition:9.4.1 + - mattermost/mattermost-enterprise-edition:9.4.2 - name: mattermost required: true @@ -69,4 +69,4 @@ components: - values/registry1-values.yaml images: - registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.3 - - registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.4.1 + - registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.4.2