Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
uses: defenseunicorns/setup-zarf@main
with:
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
version: v0.31.1
version: v0.32.1
download-init-package: true
Comment thread
jeff-mccoy marked this conversation as resolved.

- name: Use Node.js latest
Expand All @@ -27,4 +27,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.5.2
run: brew install defenseunicorns/tap/uds@0.5.3
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
},
"yaml.schemas": {
// renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.5.2/uds.schema.json": [
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.5.3/uds.schema.json": [
"uds-bundle.yaml"
],

// renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.5.2/tasks.schema.json": [
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.5.3/tasks.schema.json": [
"tasks.yaml",
"tasks/**/*.yaml",
"src/**/validate.yaml"
],
// renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.31.1/zarf.schema.json": [
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.32.1/zarf.schema.json": [
"zarf.yaml"
]
},
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> [!WARNING]
> UDS Core is in early alpha and is not ready for general use.

UDS Core groups foundational Unicorn Delivery Service applications that are heavily influenced [Big Bang](https://repo1.dso.mil/big-bang/bigbang).
UDS Core groups foundational Unicorn Delivery Service applications inspired by [Big Bang](https://repo1.dso.mil/big-bang/bigbang).

The core applications are:

Expand All @@ -27,8 +27,8 @@ The core applications are:

| Dependency | Minimum Version |
| -------------------------------------------------------------- | --------------- |
| [Zarf](https://github.com/defenseunicorns/zarf/releases) | 0.31.1 |
| [UDS CLI](https://github.com/defenseunicorns/uds-cli/releases) | 0.4.1 |
| [Zarf](https://github.com/defenseunicorns/zarf/releases) | 0.32.1 |
| [UDS CLI](https://github.com/defenseunicorns/uds-cli/releases) | 0.5.3 |
| [NodeJS](https://nodejs.org/en/download/) | LTS or Current |

<!-- endtable -->
Expand Down
6 changes: 3 additions & 3 deletions bundles/k3d-istio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> [!WARNING]
> UDS Core is in early alpha and is not ready for general use.

UDS Core groups foundational Unicorn Delivery Service applications that are heavily influenced [Big Bang](https://repo1.dso.mil/big-bang/bigbang).
UDS Core groups foundational Unicorn Delivery Service applications inspired by [Big Bang](https://repo1.dso.mil/big-bang/bigbang).

The core applications are:

Expand All @@ -24,8 +24,8 @@ The k3d uds-dev-stack provides:

| Dependency | Minimum Version |
| -------------------------------------------------------------- | --------------- |
| [Zarf](https://github.com/defenseunicorns/zarf/releases) | 0.31.1 |
| [UDS CLI](https://github.com/defenseunicorns/uds-cli/releases) | 0.4.1 |
| [Zarf](https://github.com/defenseunicorns/zarf/releases) | 0.32.1 |
| [UDS CLI](https://github.com/defenseunicorns/uds-cli/releases) | 0.5.3 |
| [NodeJS](https://nodejs.org/en/download/) | LTS or Current |

<!-- endtable -->
Expand Down
4 changes: 2 additions & 2 deletions bundles/k3d-istio/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages:
- name: uds-k3d-dev
repository: ghcr.io/defenseunicorns/packages/uds-k3d
# renovate: datasource=github-tags depName=defenseunicorns/uds-k3d versioning=semver
ref: 0.2.1
ref: 0.3.0
overrides:
uds-dev-stack:
minio:
Expand All @@ -31,7 +31,7 @@ packages:
- name: init
repository: ghcr.io/defenseunicorns/packages/init
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
ref: v0.31.1
ref: v0.32.1

- name: core-istio
path: ../../build/
Expand Down
6 changes: 3 additions & 3 deletions bundles/k3d-standard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> [!WARNING]
> UDS Core is in early alpha and is not ready for general use.

UDS Core groups foundational Unicorn Delivery Service applications that are heavily influenced [Big Bang](https://repo1.dso.mil/big-bang/bigbang).
UDS Core groups foundational Unicorn Delivery Service applications inspired by [Big Bang](https://repo1.dso.mil/big-bang/bigbang).

The core applications are:

Expand Down Expand Up @@ -35,8 +35,8 @@ The k3d uds-dev-stack provides:

| Dependency | Minimum Version |
| -------------------------------------------------------------- | --------------- |
| [Zarf](https://github.com/defenseunicorns/zarf/releases) | 0.31.1 |
| [UDS CLI](https://github.com/defenseunicorns/uds-cli/releases) | 0.4.1 |
| [Zarf](https://github.com/defenseunicorns/zarf/releases) | 0.32.1 |
| [UDS CLI](https://github.com/defenseunicorns/uds-cli/releases) | 0.5.3 |
| [NodeJS](https://nodejs.org/en/download/) | LTS or Current |

<!-- endtable -->
Expand Down
4 changes: 2 additions & 2 deletions bundles/k3d-standard/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages:
- name: uds-k3d-dev
repository: ghcr.io/defenseunicorns/packages/uds-k3d
# renovate: datasource=github-tags depName=defenseunicorns/uds-k3d versioning=semver
ref: 0.2.1
ref: 0.3.0
overrides:
uds-dev-stack:
minio:
Expand All @@ -31,7 +31,7 @@ packages:
- name: init
repository: ghcr.io/defenseunicorns/packages/init
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
ref: v0.31.1
ref: v0.32.1

- name: core
path: ../../build/
Expand Down
Loading