UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Unverified Commit b1c49ac7 authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files
parent 92a04ea1
No related branches found
No related tags found
No related merge requests found
{
".": "0.6.1"
".": "0.6.2"
}
......@@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
## [0.6.2](https://github.com/defenseunicorns/uds-core/compare/v0.6.1...v0.6.2) (2023-12-11)
### Miscellaneous
* add minio deploy time bundle variable override definitions ([#58](https://github.com/defenseunicorns/uds-core/issues/58)) ([ca28e7b](https://github.com/defenseunicorns/uds-core/commit/ca28e7b4c4a42769934cc8ad69361ff29a348cc5))
* refactor validate.yaml file name and task name ([#62](https://github.com/defenseunicorns/uds-core/issues/62)) ([92a04ea](https://github.com/defenseunicorns/uds-core/commit/92a04ea1096448995ccc0dd9d77a32a5061e06f0))
## [0.6.1](https://github.com/defenseunicorns/uds-core/compare/v0.6.0...v0.6.1) (2023-12-07)
......
......@@ -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.6.1"
version: "0.6.2"
# x-release-please-end
zarf-packages:
......@@ -36,7 +36,7 @@ zarf-packages:
- name: core-istio
path: ../../build/
# x-release-please-start-version
ref: 0.6.1
ref: 0.6.2
# 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.6.1"
version: "0.6.2"
# x-release-please-end
zarf-packages:
......@@ -36,7 +36,7 @@ zarf-packages:
- name: core
path: ../../build/
# x-release-please-start-version
ref: 0.6.1
ref: 0.6.2
# 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.6.1"
version: "0.6.2"
# x-release-please-end
components:
......
......@@ -4,7 +4,7 @@ metadata:
description: "UDS Core"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
version: "0.6.1"
version: "0.6.2"
# 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.6.1"
default: "0.6.2"
# x-release-please-end
tasks:
......
......@@ -5,7 +5,7 @@ variables:
- name: VERSION
description: "The version of the packages to build"
# x-release-please-start-version
default: "0.6.1"
default: "0.6.2"
# 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