UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Unverified Commit 6b0c56b8 authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files

chore(main): release 0.9.0 (#117)

parent 232c2566
No related branches found
Tags v0.9.0
No related merge requests found
{
".": "0.8.1"
".": "0.9.0"
}
......@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
## [0.9.0](https://github.com/defenseunicorns/uds-core/compare/v0.8.1...v0.9.0) (2024-01-21)
### Features
* add Zarf Flavors to support Iron Bank & upstream images ([#63](https://github.com/defenseunicorns/uds-core/issues/63)) ([232c256](https://github.com/defenseunicorns/uds-core/commit/232c2566b96be0285c24b8b5787350897e72332f))
## [0.8.1](https://github.com/defenseunicorns/uds-core/compare/v0.8.0...v0.8.1) (2024-01-18)
......
......@@ -3,7 +3,7 @@ metadata:
name: k3d-core-istio
description: A UDS bundle for deploying Istio from UDS Core on a development cluster
# x-release-please-start-version
version: "0.8.1"
version: "0.9.0"
# x-release-please-end
packages:
......@@ -36,7 +36,7 @@ packages:
- name: core-istio
path: ../../build/
# x-release-please-start-version
ref: 0.8.1
ref: 0.9.0
# x-release-please-end
overrides:
istio-admin-gateway:
......
......@@ -3,7 +3,7 @@ metadata:
name: k3d-core
description: A UDS bundle for deploying the standard UDS Core package on a development cluster
# x-release-please-start-version
version: "0.8.1"
version: "0.9.0"
# x-release-please-end
packages:
......@@ -36,7 +36,7 @@ packages:
- name: core
path: ../../build/
# x-release-please-start-version
ref: 0.8.1
ref: 0.9.0
# x-release-please-end
overrides:
istio-admin-gateway:
......
......@@ -4,7 +4,7 @@ metadata:
description: "UDS Core (Istio Only)"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
version: "0.8.1"
version: "0.9.0"
# x-release-please-end
components:
......
......@@ -4,7 +4,7 @@ metadata:
description: "UDS Core"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
version: "0.8.1"
version: "0.9.0"
# x-release-please-end
components:
......
......@@ -2,7 +2,7 @@ variables:
- name: VERSION
description: "The version of the packages to deploy"
# x-release-please-start-version
default: "0.8.1"
default: "0.9.0"
# x-release-please-end
tasks:
......
......@@ -8,7 +8,7 @@ variables:
- name: VERSION
description: "The version of the packages to build"
# x-release-please-start-version
default: "0.8.1"
default: "0.9.0"
# x-release-please-end
tasks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment