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       |
| ----------- | ------------------------------------------------------------------ | -------- | -------- |
| npm         | @commitlint/cli                                                    | 18.6.0   | 18.6.1   |
| npm         | @commitlint/config-conventional                                    | 18.6.0   | 18.6.2   |
| github-tags | actions/setup-node                                                 | v4.0.0   | v4.0.2   |
| github-tags | actions/upload-artifact                                            | v4.0.0   | v4.3.1   |
| github-tags | actions/upload-artifact                                            | v3.1.3   | v4.3.1   |
| github-tags | defenseunicorns/uds-cli                                            | 0.5.3    | v0.9.0   |
| github-tags | defenseunicorns/uds-cli                                            | v0.8.1   | v0.9.0   |
| github-tags | defenseunicorns/uds-common-tasks                                   | v0.1.2   | v0.2.0   |
| github-tags | defenseunicorns/zarf                                               | v0.32.1  | v0.32.3  |
| github-tags | defenseunicorns/zarf                                               | v0.32.2  | v0.32.3  |
| github-tags | defenseunicorns/zarf                                               | v0.29.1  | v0.32.3  |
| docker      | docker.io/redhat/ubi8                                              | 8.8      | 8.9      |
| docker      | ghcr.io/defenseunicorns/packages/uds/dev-minio                     | 0.0.1    | 0.0.2    |
| docker      | ghcr.io/defenseunicorns/packages/uds/dev-postgres                  | 0.0.1    | 0.0.2    |
| docker      | ghcr.io/defenseunicorns/packages/uds/dev-redis                     | 0.0.1    | 0.0.2    |
| github-tags | github/codeql-action                                               | v3.22.12 | v3.24.1  |
| github-tags | golangci/golangci-lint                                             | v1.52.3  | v1.56.1  |
| github-tags | google-github-actions/release-please-action                        | v4.0.1   | v4.0.2   |
| github-tags | pre-commit/pre-commit-hooks                                        | v4.4.0   | v4.5.0   |
| github-tags | python-jsonschema/check-jsonschema                                 | 0.24.0   | 0.28.0   |
| docker      | registry.gitlab.com/gitlab-org/build/cng/certificates              | v16.8.1  | v16.8.2  |
| docker      | registry.gitlab.com/gitlab-org/build/cng/cfssl-self-sign           | 1.6.1    | v16.8.2  |
| docker      | registry.gitlab.com/gitlab-org/build/cng/gitaly                    | v16.8.1  | v16.8.2  |
| docker      | registry.gitlab.com/gitlab-org/build/cng/gitlab-container-registry | v16.8.1  | v16.8.2  |
| docker      | registry.gitlab.com/gitlab-org/build/cng/gitlab-exporter           | v16.8.1  | v16.8.2  |
| docker      | registry.gitlab.com/gitlab-org/build/cng/gitlab-pages              | v16.8.1  | v16.8.2  |
| docker      | registry.gitlab.com/gitlab-org/build/cng/gitlab-shell              | v16.8.1  | v16.8.2  |
| docker      | registry.gitlab.com/gitlab-org/build/cng/gitlab-sidekiq-ee         | v16.8.1  | v16.8.2  |
| docker      | registry.gitlab.com/gitlab-org/build/cng/gitlab-toolbox-ee         | v16.8.1  | v16.8.2  |
| docker      | registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ee      | v16.8.1  | v16.8.2  |
| docker      | registry.gitlab.com/gitlab-org/build/cng/gitlab-workhorse-ee       | v16.8.1  | v16.8.2  |
| docker      | registry.gitlab.com/gitlab-org/build/cng/kubectl                   | v16.8.1  | v16.8.2  |
| github-tags | renovatebot/pre-commit-hooks                                       | 36.40.0  | 37.189.1 |
  • Loading branch information
renovate[bot] authored Feb 14, 2024
1 parent 9815bb5 commit d1c42cf
Show file tree
Hide file tree
Showing 12 changed files with 51 additions and 51 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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: debug-log
path: |
Expand Down
6 changes: 3 additions & 3 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ runs:
uses: defenseunicorns/setup-zarf@main
with:
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
version: v0.32.1
version: v0.32.3
download-init-package: true

- name: Use Node.js latest
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20

Expand All @@ -27,4 +27,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.5.3
run: brew install defenseunicorns/tap/uds@v0.9.0
6 changes: 3 additions & 3 deletions .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2

- name: Install commitlint
run: |
npm install --save-dev @commitlint/[email protected].0
npm install --save-dev @commitlint/[email protected].0
npm install --save-dev @commitlint/[email protected].2
npm install --save-dev @commitlint/[email protected].1
- name: Lint PR title
run: echo "${{ github.event.pull_request.title }}" | npx commitlint
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ 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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: SARIF file
path: results.sarif
retention-days: 5

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
uses: github/codeql-action/upload-sarif@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3.24.1
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/tag-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Create release tag
id: tag
uses: google-github-actions/[email protected].1
uses: google-github-actions/[email protected].2
- id: release-flag
run: echo "release_created=${{ steps.tag.outputs.release_created || false }}" >> $GITHUB_OUTPUT

Expand Down
10 changes: 5 additions & 5 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.28.0
hooks:
- id: check-jsonschema
name: "Validate Zarf Configs Against Schema"
Expand All @@ -40,14 +40,14 @@ repos:
args:
[
"--schemafile",
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.29.1/zarf.schema.json",
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.32.3/zarf.schema.json",
"--no-cache"
]
- repo: https://github.com/golangci/golangci-lint
rev: v1.52.3
rev: v1.56.1
hooks:
- id: golangci-lint
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 36.40.0
rev: 37.189.1
hooks:
- id: renovate-config-validator
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
},
"yaml.schemas": {
// renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.8.1/uds.schema.json": [
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.9.0/uds.schema.json": [
"uds-bundle.yaml"
],

// renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.8.1/tasks.schema.json": [
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.9.0/tasks.schema.json": [
"tasks.yaml",
"tasks/**/*.yaml",
"src/**/validate.yaml"
],
// renovate: datasource=github-tags 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.3/zarf.schema.json": [
"zarf.yaml"
]
},
Expand Down
6 changes: 3 additions & 3 deletions bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ metadata:
packages:
- name: dev-minio
repository: ghcr.io/defenseunicorns/packages/uds/dev-minio
ref: 0.0.1
ref: 0.0.2

- name: dev-postgres
repository: ghcr.io/defenseunicorns/packages/uds/dev-postgres
ref: 0.0.1
ref: 0.0.2

- name: dev-redis
repository: ghcr.io/defenseunicorns/packages/uds/dev-redis
ref: 0.0.1
ref: 0.0.2

- name: dev-secrets
path: ../
Expand Down
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://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.2.0/tasks/deploy.yaml
- setup: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.2.0/tasks/setup.yaml
- test: ./tasks/test.yaml

tasks:
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://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.1.2/tasks/publish.yaml
- publish: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.2.0/tasks/publish.yaml

variables:
- name: TARGET_REPO
Expand Down
28 changes: 14 additions & 14 deletions values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,61 +2,61 @@ gitlab:
webservice:
image:
repository: registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ee
tag: v16.8.1
tag: v16.8.2
workhorse:
image: registry.gitlab.com/gitlab-org/build/cng/gitlab-workhorse-ee
tag: v16.8.1
sidekiq:
image:
repository: registry.gitlab.com/gitlab-org/build/cng/gitlab-sidekiq-ee
tag: v16.8.1
tag: v16.8.2
migrations:
image:
repository: registry.gitlab.com/gitlab-org/build/cng/gitlab-toolbox-ee
tag: v16.8.1
tag: v16.8.2
gitaly:
image:
repository: registry.gitlab.com/gitlab-org/build/cng/gitaly
tag: v16.8.1
tag: v16.8.2
gitlab-exporter:
image:
repository: registry.gitlab.com/gitlab-org/build/cng/gitlab-exporter
tag: v16.8.1
tag: v16.8.2
gitlab-pages:
image:
repository: registry.gitlab.com/gitlab-org/build/cng/gitlab-pages
tag: v16.8.1
tag: v16.8.2
gitlab-shell:
image:
repository: registry.gitlab.com/gitlab-org/build/cng/gitlab-shell
tag: v16.8.1
tag: v16.8.2
praefect:
image:
repository: registry.gitlab.com/gitlab-org/build/cng/gitaly
tag: v16.8.1
tag: v16.8.2
toolbox:
image:
repository: registry.gitlab.com/gitlab-org/build/cng/gitlab-toolbox-ee
tag: v16.8.1
tag: v16.8.2

global:
certificates:
image:
repository: registry.gitlab.com/gitlab-org/build/cng/certificates
tag: v16.8.1
tag: v16.8.2
gitlabBase:
image:
repository: docker.io/redhat/ubi8
tag: "8.8"
tag: "8.9"
kubectl:
image:
repository: registry.gitlab.com/gitlab-org/build/cng/kubectl
tag: v16.8.1
tag: v16.8.2

registry:
image:
repository: registry.gitlab.com/gitlab-org/build/cng/gitlab-container-registry
tag: v16.8.1
tag: v16.8.2

shared-secrets:
selfsign:
Expand All @@ -66,4 +66,4 @@ shared-secrets:
upgradeCheck:
image:
repository: docker.io/redhat/ubi8
tag: "8.8"
tag: "8.9"
26 changes: 13 additions & 13 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,16 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- "registry.gitlab.com/gitlab-org/build/cng/certificates:v16.8.1"
- "registry.gitlab.com/gitlab-org/build/cng/cfssl-self-sign:1.6.1"
- "registry.gitlab.com/gitlab-org/build/cng/gitaly:v16.8.1"
- "registry.gitlab.com/gitlab-org/build/cng/gitlab-container-registry:v16.8.1"
- "registry.gitlab.com/gitlab-org/build/cng/gitlab-pages:v16.8.1"
- "registry.gitlab.com/gitlab-org/build/cng/gitlab-shell:v16.8.1"
- "registry.gitlab.com/gitlab-org/build/cng/gitlab-sidekiq-ee:v16.8.1"
- "registry.gitlab.com/gitlab-org/build/cng/gitlab-toolbox-ee:v16.8.1"
- "registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ee:v16.8.1"
- "registry.gitlab.com/gitlab-org/build/cng/gitlab-workhorse-ee:v16.8.1"
- "registry.gitlab.com/gitlab-org/build/cng/kubectl:v16.8.1"
- "docker.io/redhat/ubi8:8.8"
- "registry.gitlab.com/gitlab-org/build/cng/gitlab-exporter:v16.8.1"
- "registry.gitlab.com/gitlab-org/build/cng/certificates:v16.8.2"
- "registry.gitlab.com/gitlab-org/build/cng/cfssl-self-sign:v16.8.2"
- "registry.gitlab.com/gitlab-org/build/cng/gitaly:v16.8.2"
- "registry.gitlab.com/gitlab-org/build/cng/gitlab-container-registry:v16.8.2"
- "registry.gitlab.com/gitlab-org/build/cng/gitlab-pages:v16.8.2"
- "registry.gitlab.com/gitlab-org/build/cng/gitlab-shell:v16.8.2"
- "registry.gitlab.com/gitlab-org/build/cng/gitlab-sidekiq-ee:v16.8.2"
- "registry.gitlab.com/gitlab-org/build/cng/gitlab-toolbox-ee:v16.8.2"
- "registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ee:v16.8.2"
- "registry.gitlab.com/gitlab-org/build/cng/gitlab-workhorse-ee:v16.8.2"
- "registry.gitlab.com/gitlab-org/build/cng/kubectl:v16.8.2"
- "docker.io/redhat/ubi8:8.9"
- "registry.gitlab.com/gitlab-org/build/cng/gitlab-exporter:v16.8.2"

0 comments on commit d1c42cf

Please sign in to comment.