Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                    | from    | to      |
| ----------- | -------------------------- | ------- | ------- |
| github-tags | defenseunicorns/uds-cli    | 0.9.0   | 0.11.2  |
| github-tags | defenseunicorns/uds-common | v0.2.0  | v0.5.1  |
| github-tags | defenseunicorns/uds-core   | v0.12.0 | v0.22.2 |
| github-tags | defenseunicorns/uds-k3d    | v0.4.0  | v0.7.0  |
| github-tags | defenseunicorns/zarf       | v0.32.3 | v0.34.0 |
  • Loading branch information
renovate[bot] committed Jun 14, 2024
1 parent 93dc61f commit 9f27f8d
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
uses: defenseunicorns/setup-zarf@main
with:
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
version: v0.32.3
version: v0.34.0
download-init-package: ${{ inputs.download-init-package }}

- name: Install k3d
Expand All @@ -31,4 +31,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.9.0
run: brew install defenseunicorns/tap/uds@0.11.2
2 changes: 1 addition & 1 deletion .github/workflows/ci-on-pull-request-k3d.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
yaml-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Install yamllint
run: pip install yamllint
- name: Lint YAML files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
flavor: [upstream, registry1]
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Setup Environment
uses: ./.github/actions/setup
Expand Down
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/release-please-action@v4
uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4
with:
command: manifest # use configs in release-please-config.json
- id: release-flag
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-k3d-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
flavor: [upstream, registry1]
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Setup Environment
uses: ./.github/actions/setup
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
flavor: [upstream, registry1]
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Setup Environment
uses: ./.github/actions/setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-release-info-from-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Modify Release Body
id: modify-release-body
Expand Down
4 changes: 2 additions & 2 deletions tasks.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
includes:
- setup: ./tasks/setup.yaml
- common-setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.2.0/tasks/setup.yaml
- common-setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.1/tasks/setup.yaml
- create: ./tasks/create.yaml
- deploy: ./tasks/deploy.yaml
- remove: ./tasks/remove.yaml
- publish: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.2.0/tasks/publish.yaml
- publish: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.1/tasks/publish.yaml

variables:
- name: FLAVOR
Expand Down
4 changes: 2 additions & 2 deletions tasks/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tasks:
actions:
- description: "Create the k3d cluster"
# renovate: datasource=github-tags depName=defenseunicorns/uds-k3d versioning=semver
cmd: zarf package deploy oci://defenseunicorns/uds-k3d:0.4.0 --confirm --no-progress
cmd: zarf package deploy oci://defenseunicorns/uds-k3d:0.7.0 --confirm --no-progress

- description: "Initialize the cluster with Zarf"
# renovate: datasource=github-tags depName=defenseunicorns/init versioning=semver
Expand All @@ -13,4 +13,4 @@ tasks:
actions:
- description: "Deploy uds istio core bundle"
# renovate: datasource=github-tags depName=defenseunicorns/uds-core versioning=semver
cmd: uds deploy oci://ghcr.io/defenseunicorns/packages/uds/bundles/k3d-core-istio-dev:0.12.0 --confirm --no-progress
cmd: uds deploy oci://ghcr.io/defenseunicorns/packages/uds/bundles/k3d-core-istio-dev:0.22.2 --confirm --no-progress

0 comments on commit 9f27f8d

Please sign in to comment.