diff --git a/tasks/dependencies.yaml b/tasks/dependencies.yaml new file mode 100644 index 0000000..8c8d8fb --- /dev/null +++ b/tasks/dependencies.yaml @@ -0,0 +1,12 @@ +tasks: + - name: create + description: Create the Dev-Secrets Dependency Zarf Package + inputs: + options: + description: For setting create time variables and flags + architecture: + description: The architecture of the package to create + default: ${UDS_ARCH} + actions: + - cmd: ./uds zarf package create src/dev-secrets/ --confirm --no-progress --architecture=${{ .inputs.architecture }} --skip-sbom ${{ .inputs.options }} + - cmd: ./uds zarf package create src/namespace/ --confirm --no-progress --architecture=${{ .inputs.architecture }} --skip-sbom ${{ .inputs.options }} diff --git a/tasks/publish.yaml b/tasks/publish.yaml index 006b68c..d33df6b 100644 --- a/tasks/publish.yaml +++ b/tasks/publish.yaml @@ -21,7 +21,7 @@ tasks: task: publish:package with: # x-release-please-start-version - version: "5.1.8-uds.1" + version: "107.77.7-uds.0" # x-release-please-end - name: test-bundle @@ -51,5 +51,5 @@ tasks: task: publish:test-bundle with: # x-release-please-start-version - version: "5.1.8-uds.1" + version: "107.77.7-uds.0" # x-release-please-end