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 | defenseunicorns/uds-cli                  | 0.7.0    | 0.8.1    |
| github-tags | defenseunicorns/zarf                     | v0.32.2  | v0.32.3  |
| github-tags | golangci/golangci-lint                   | v1.55.2  | v1.56.0  |
| docker      | mattermost/mattermost-enterprise-edition | 9.4.2    | 9.5.0    |
| github-tags | python-jsonschema/check-jsonschema       | 0.27.4   | 0.28.0   |
| github-tags | renovatebot/pre-commit-hooks             | 37.165.5 | 37.175.3 |
  • Loading branch information
renovate[bot] authored Feb 8, 2024
1 parent a24855a commit e6e5561
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.2
version: v0.32.3
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.7.0
run: brew install defenseunicorns/tap/uds@0.8.1
6 changes: 3 additions & 3 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 @@ -44,10 +44,10 @@ repos:
"--no-cache"
]
- repo: https://github.com/golangci/golangci-lint
rev: v1.55.2
rev: v1.56.0
hooks:
- id: golangci-lint
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 37.165.5
rev: 37.175.3
hooks:
- id: renovate-config-validator
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.2
tag: 9.5.0
2 changes: 1 addition & 1 deletion 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.2
- mattermost/mattermost-enterprise-edition:9.5.0

- name: mattermost
required: true
Expand Down

0 comments on commit e6e5561

Please sign in to comment.