Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                                                     | from    | to      |
| ----------- | ----------------------------------------------------------- | ------- | ------- |
| helm        | cert-manager                                                | v1.14.2 | v1.14.5 |
| github-tags | defenseunicorns/uds-cli                                     | 0.9.0   | 0.11.0  |
| github-tags | defenseunicorns/uds-common                                  | v0.2.0  | v0.4.4  |
| github-tags | defenseunicorns/uds-core                                    | v0.12.0 | v0.22.0 |
| github-tags | defenseunicorns/uds-k3d                                     | v0.4.0  | v0.7.0  |
| github-tags | defenseunicorns/zarf                                        | v0.32.3 | v0.34.0 |
| docker      | quay.io/jetstack/cert-manager-startupapicheck               | v1.14.2 | v1.14.5 |
| docker      | registry1.dso.mil/ironbank/jetstack/cert-manager-cainjector | v1.14.2 | v1.14.5 |
| docker      | registry1.dso.mil/ironbank/jetstack/cert-manager-controller | v1.14.2 | v1.14.5 |
| docker      | registry1.dso.mil/ironbank/jetstack/cert-manager-ctl        | v1.14.2 | v1.14.5 |
| docker      | registry1.dso.mil/ironbank/jetstack/cert-manager-webhook    | v1.14.2 | v1.14.5 |
  • Loading branch information
renovate[bot] committed May 29, 2024
1 parent 418bbe0 commit 985ddad
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 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.0
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@a5ac7e51b41094c92402da3b24376905380afc29 # 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@a5ac7e51b41094c92402da3b24376905380afc29 # 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@a5ac7e51b41094c92402da3b24376905380afc29 # 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@a5ac7e51b41094c92402da3b24376905380afc29 # 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@a5ac7e51b41094c92402da3b24376905380afc29 # 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.4.4/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.4.4/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.0 --confirm --no-progress
8 changes: 4 additions & 4 deletions values/registry1-values.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
image:
repository: registry1.dso.mil/ironbank/jetstack/cert-manager-controller
tag: "v1.14.2"
tag: "v1.14.5"

cainjector:
image:
repository: registry1.dso.mil/ironbank/jetstack/cert-manager-cainjector
tag: "v1.14.2"
tag: "v1.14.5"

webhook:
image:
repository: registry1.dso.mil/ironbank/jetstack/cert-manager-webhook
tag: "v1.14.2"
tag: "v1.14.5"

startupapicheck:
image:
repository: registry1.dso.mil/ironbank/jetstack/cert-manager-ctl
tag: "v1.14.2"
tag: "v1.14.5"
podLabels:
sidecar.istio.io/inject: "false"

Expand Down
14 changes: 7 additions & 7 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ components:
version: 0.1.0
- name: cert-manager
url: https://charts.jetstack.io
version: v1.14.2
version: v1.14.5
gitPath: jetstack/cert-manager
namespace: cert-manager
releaseName: cert-manager
Expand All @@ -77,10 +77,10 @@ components:
# user given values file goes last so helm gives it precedence over defaults
- values/deploy-cert-manager-values.yaml
images:
- registry1.dso.mil/ironbank/jetstack/cert-manager-cainjector:v1.14.2
- registry1.dso.mil/ironbank/jetstack/cert-manager-webhook:v1.14.2
- registry1.dso.mil/ironbank/jetstack/cert-manager-controller:v1.14.2
- registry1.dso.mil/ironbank/jetstack/cert-manager-ctl:v1.14.2
- registry1.dso.mil/ironbank/jetstack/cert-manager-cainjector:v1.14.5
- registry1.dso.mil/ironbank/jetstack/cert-manager-webhook:v1.14.5
- registry1.dso.mil/ironbank/jetstack/cert-manager-controller:v1.14.5
- registry1.dso.mil/ironbank/jetstack/cert-manager-ctl:v1.14.5

- name: deploy-chart
required: true
Expand All @@ -93,7 +93,7 @@ components:
version: 0.1.0
- name: cert-manager
url: https://charts.jetstack.io
version: v1.14.2
version: v1.14.5
gitPath: jetstack/cert-manager
namespace: cert-manager
releaseName: cert-manager
Expand All @@ -105,7 +105,7 @@ components:
- quay.io/jetstack/cert-manager-cainjector:v1.14.2
- quay.io/jetstack/cert-manager-webhook:v1.14.2
- quay.io/jetstack/cert-manager-controller:v1.14.2
- quay.io/jetstack/cert-manager-startupapicheck:v1.14.2
- quay.io/jetstack/cert-manager-startupapicheck:v1.14.5

- name: deploy-custom-manifests
manifests:
Expand Down

0 comments on commit 985ddad

Please sign in to comment.