Skip to content

Commit

Permalink
chore(deps): update all dependencies (#16)
Browse files Browse the repository at this point in the history
| datasource  | package                                                     | from    | to       |
| ----------- | ----------------------------------------------------------- | ------- | -------- |
| github-tags | defenseunicorns/uds-cli                                     | 0.6.2   | 0.7.0    |
| github-tags | defenseunicorns/uds-common-tasks                            | v0.1.2  | v0.1.4   |
| github-tags | defenseunicorns/zarf                                        | v0.32.1 | v0.32.2  |
| github-tags | golangci/golangci-lint                                      | v1.52.3 | v1.55.2  |
| docker      | mattermost/mattermost-enterprise-edition                    | 9.4.1   | 9.4.2    |
| github-tags | pre-commit/pre-commit-hooks                                 | v4.4.0  | v4.5.0   |
| github-tags | python-jsonschema/check-jsonschema                          | 0.24.0  | 0.27.4   |
| docker      | registry1.dso.mil/ironbank/opensource/mattermost/mattermost | 9.4.1   | 9.4.2    |
| github-tags | renovatebot/pre-commit-hooks                                | 36.40.0 | 37.165.5 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 1, 2024
1 parent bb6c574 commit e54ebc6
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down Expand Up @@ -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"
Expand All @@ -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
4 changes: 2 additions & 2 deletions tasks.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
includes:
- cleanup: ./tasks/cleanup.yaml
- create: ./tasks/create.yaml
- deploy: https://github.com/raw/defenseunicorns/uds-common-tasks/v0.1.2/tasks/deploy.yaml
- setup: https://github.com/raw/defenseunicorns/uds-common-tasks/v0.1.2/tasks/setup.yaml
- deploy: https://github.com/raw/defenseunicorns/uds-common-tasks/v0.1.4/tasks/deploy.yaml
- setup: https://github.com/raw/defenseunicorns/uds-common-tasks/v0.1.4/tasks/setup.yaml
- test: ./tasks/test.yaml

tasks:
Expand Down
2 changes: 1 addition & 1 deletion tasks/create.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
includes:
- create: https://github.com/raw/defenseunicorns/uds-common-tasks/v0.1.2/tasks/create.yaml
- create: https://github.com/raw/defenseunicorns/uds-common-tasks/v0.1.4/tasks/create.yaml

tasks:
- name: mattermost-test-bundle
Expand Down
2 changes: 1 addition & 1 deletion tasks/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
includes:
- publish: https://github.com/raw/defenseunicorns/uds-common-tasks/v0.1.2/tasks/publish.yaml
- publish: https://github.com/raw/defenseunicorns/uds-common-tasks/v0.1.4/tasks/publish.yaml

variables:
- name: TARGET_REPO
Expand Down
2 changes: 1 addition & 1 deletion values/registry1-values.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion values/upstream-values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mattermostApp:
image:
repository: mattermost/mattermost-enterprise-edition
tag: 9.4.1
tag: 9.4.2
4 changes: 2 additions & 2 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit e54ebc6

Please sign in to comment.