Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update uds common support dependencies #106

Merged
merged 3 commits into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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