Skip to content

Commit

Permalink
chore(deps): update uds common support dependencies (#106)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Eric Wyles <23637493+ericwyles@users.noreply.github.com>
Co-authored-by: zamaz <71521611+zachariahmiller@users.noreply.github.com>
  • Loading branch information
3 people committed Apr 22, 2024
1 parent 72d5d26 commit ab06724
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/actions/save-logs/action.yaml
Expand Up @@ -16,7 +16,7 @@ runs:
sudo chown $USER /tmp/uds-*.log || echo ""
shell: bash

- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
- uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
with:
name: debug-log${{ inputs.suffix }}
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yaml
Expand Up @@ -15,15 +15,15 @@ runs:
- name: Install k3d
shell: bash
# renovate: datasource=github-tags depName=k3d-io/k3d versioning=semver
run: curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG=v5.6.0 bash
run: curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG=v5.6.3 bash

- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: Install UDS CLI
shell: bash
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
run: brew install defenseunicorns/tap/uds@0.10.3
run: brew install defenseunicorns/tap/uds@0.10.4

- name: Iron Bank Login
if: ${{ inputs.registry1Username != '' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/commitlint.yaml
Expand Up @@ -28,8 +28,8 @@ jobs:

- name: Install commitlint
run: |
npm install --save-dev @commitlint/config-conventional@19.1.0
npm install --save-dev @commitlint/cli@19.2.1
npm install --save-dev @commitlint/config-conventional@19.2.2
npm install --save-dev @commitlint/cli@19.2.2
- name: Lint PR title
env:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -15,9 +15,9 @@ Pinning to a specific tag of a task (rather than `main`) with renovate watching

## Supported Tool Versions

- UDS CLI: 0.10.3
- UDS Core: 0.18.0
- K3D: 5.6.0
- UDS CLI: 0.10.4
- UDS Core: 0.20.0
- K3D: 5.6.3

NOTE: Zarf is not required for tasks in this repo, the vendored zarf (`uds zarf`) included with UDS CLI is used instead to prevent version mismatches.

Expand Down
4 changes: 2 additions & 2 deletions tasks/setup.yaml
Expand Up @@ -4,7 +4,7 @@ tasks:
version:
description: The version of k3d-core-slim-dev to deploy
# renovate: datasource=github-tags depName=defenseunicorns/uds-core versioning=semver
default: 0.18.0
default: 0.20.0
insecure_keycloak_admin:
description: Automatically set a keycloak admin username / password
default: "true"
Expand All @@ -17,7 +17,7 @@ tasks:
version:
description: The version of k3d-core-demo to deploy
# renovate: datasource=github-tags depName=defenseunicorns/uds-core versioning=semver
default: 0.18.0
default: 0.20.0
insecure_keycloak_admin:
description: Automatically set a keycloak admin username / password
default: "true"
Expand Down

0 comments on commit ab06724

Please sign in to comment.