UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Unverified Commit 3ab93c30 authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files
parent 0555353e
No related branches found
No related tags found
No related merge requests found
{
".": "0.7.4"
".": "0.8.0"
}
......@@ -2,6 +2,19 @@
All notable changes to this project will be documented in this file.
## [0.8.0](https://github.com/defenseunicorns/uds-core/compare/v0.7.4...v0.8.0) (2024-01-16)
### Features
* add UDS Operator and consolidate UDS Policies ([#66](https://github.com/defenseunicorns/uds-core/issues/66)) ([395c1c4](https://github.com/defenseunicorns/uds-core/commit/395c1c4aec324d0d939cc410a6bb92129b26653b))
### Miscellaneous
* adding unit test for registerExemptions() ([#105](https://github.com/defenseunicorns/uds-core/issues/105)) ([5e71fcf](https://github.com/defenseunicorns/uds-core/commit/5e71fcf4751d2e3f6a1e55583ccf76c0fdc76856))
* **deps:** update pepr to v0.22.2 ([#104](https://github.com/defenseunicorns/uds-core/issues/104)) ([0555353](https://github.com/defenseunicorns/uds-core/commit/0555353e5a5dec2aa8685a3987852d1c3788f28c))
## [0.7.4](https://github.com/defenseunicorns/uds-core/compare/v0.7.3...v0.7.4) (2024-01-13)
......
......@@ -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.7.4"
version: "0.8.0"
# x-release-please-end
packages:
......@@ -36,7 +36,7 @@ packages:
- name: core-istio
path: ../../build/
# x-release-please-start-version
ref: 0.7.4
ref: 0.8.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.7.4"
version: "0.8.0"
# x-release-please-end
packages:
......@@ -36,7 +36,7 @@ packages:
- name: core
path: ../../build/
# x-release-please-start-version
ref: 0.7.4
ref: 0.8.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.7.4"
version: "0.8.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.7.4"
version: "0.8.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.7.4"
default: "0.8.0"
# 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.7.4"
default: "0.8.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