Skip to content

Commit 29f9fd0

Browse files
authoredAug 2, 2024··
chore: update zarf to new repo location, 0.37.0 (#631)
## Description Updates zarf refs to the new repo/org. Also updates to latest version. ## Related Issue N/A ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [x] Other (security config, docs update, etc) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md) followed
1 parent b02b305 commit 29f9fd0

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed
 

‎.github/bundles/uds-bundle.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ metadata:
88

99
packages:
1010
- name: init
11-
repository: ghcr.io/defenseunicorns/packages/init
12-
ref: v0.36.1
11+
repository: ghcr.io/zarf-dev/packages/init
12+
ref: v0.37.0
1313

1414
- name: core
1515
path: ../../build/

‎bundles/k3d-slim-dev/uds-bundle.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ packages:
2828
path: policies
2929

3030
- name: init
31-
repository: ghcr.io/defenseunicorns/packages/init
32-
ref: v0.36.1
31+
repository: ghcr.io/zarf-dev/packages/init
32+
ref: v0.37.0
3333

3434
- name: core-slim-dev
3535
path: ../../build/

‎bundles/k3d-standard/uds-bundle.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ packages:
2828
path: policies
2929

3030
- name: init
31-
repository: ghcr.io/defenseunicorns/packages/init
32-
ref: v0.36.1
31+
repository: ghcr.io/zarf-dev/packages/init
32+
ref: v0.37.0
3333

3434
- name: core
3535
path: ../../build/

‎renovate.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"commitMessageTopic": "grafana"
108108
},
109109
{
110-
"matchPackageNames": ["defenseunicorns/zarf", "ghcr.io/defenseunicorns/packages/init"],
110+
"matchPackageNames": ["zarf-dev/zarf", "ghcr.io/zarf-dev/packages/init"],
111111
"groupName": "zarf",
112112
"commitMessageTopic": "zarf"
113113
},
@@ -123,7 +123,7 @@
123123
},
124124
{
125125
"matchFileNames": [".github/workflows/**", ".github/actions/**"],
126-
"excludePackageNames": ["defenseunicorns/zarf", "defenseunicorns/uds-cli"],
126+
"excludePackageNames": ["zarf-dev/zarf", "defenseunicorns/uds-cli"],
127127
"groupName": "githubactions",
128128
"commitMessageTopic": "githubactions",
129129
"pinDigests": true

‎tasks/setup.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ tasks:
1010
- task: create-k3d-cluster
1111

1212
- description: "Initialize the cluster with Zarf"
13-
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
14-
cmd: "uds zarf package deploy oci://defenseunicorns/init:v0.36.1 --confirm --no-progress"
13+
# renovate: datasource=github-tags depName=zarf-dev/zarf versioning=semver
14+
cmd: "uds zarf package deploy oci://ghcr.io/zarf-dev/packages/init:v0.37.0 --confirm --no-progress"

0 commit comments

Comments
 (0)
Please sign in to comment.