diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9aa5a0731..352ec4ca8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 29924e4c6..3511ece38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.1.2](https://github.com/defenseunicorns/uds-core/compare/v0.1.1...v0.1.2) (2023-11-09) + + +### Miscellaneous + +* fix missing deps in tag and release workflow ([#28](https://github.com/defenseunicorns/uds-core/issues/28)) ([1e1af76](https://github.com/defenseunicorns/uds-core/commit/1e1af762e8eb1dd331cbd681e48ecc95ec3184d2)) + ## [0.1.1](https://github.com/defenseunicorns/uds-core/compare/v0.1.0...v0.1.1) (2023-11-09) diff --git a/bundles/k3d-istio/uds-bundle.yaml b/bundles/k3d-istio/uds-bundle.yaml index 8b037d752..e9bd5d8db 100644 --- a/bundles/k3d-istio/uds-bundle.yaml +++ b/bundles/k3d-istio/uds-bundle.yaml @@ -3,7 +3,7 @@ metadata: name: k3d-core-istio description: An example UDS bundle for deploying Istio from UDS Core on a development cluster # x-release-please-start-version - version: "0.1.1" + version: "0.1.2" # x-release-please-end zarf-packages: @@ -18,5 +18,5 @@ zarf-packages: - name: core-istio path: ../../build/ # x-release-please-start-version - ref: 0.1.1 + ref: 0.1.2 # x-release-please-end diff --git a/bundles/k3d-standard/uds-bundle.yaml b/bundles/k3d-standard/uds-bundle.yaml index 1326984b7..b0ceb2738 100644 --- a/bundles/k3d-standard/uds-bundle.yaml +++ b/bundles/k3d-standard/uds-bundle.yaml @@ -3,7 +3,7 @@ metadata: name: k3d-core description: An example UDS bundle for deploying the standard UDS Core capability on a development cluster # x-release-please-start-version - version: "0.1.1" + version: "0.1.2" # x-release-please-end zarf-packages: @@ -18,5 +18,5 @@ zarf-packages: - name: core path: ../../build/ # x-release-please-start-version - ref: 0.1.1 + ref: 0.1.2 # x-release-please-end diff --git a/packages/istio/zarf.yaml b/packages/istio/zarf.yaml index de0448ea1..24203fe84 100644 --- a/packages/istio/zarf.yaml +++ b/packages/istio/zarf.yaml @@ -4,7 +4,7 @@ metadata: description: "UDS Core (Istio Only)" authors: "Defense Unicorns - Product" # x-release-please-start-version - version: "0.1.1" + version: "0.1.2" # x-release-please-end components: diff --git a/packages/standard/zarf.yaml b/packages/standard/zarf.yaml index 4ec02df73..e8e72b467 100644 --- a/packages/standard/zarf.yaml +++ b/packages/standard/zarf.yaml @@ -4,7 +4,7 @@ metadata: description: "UDS Core" authors: "Defense Unicorns - Product" # x-release-please-start-version - version: "0.1.1" + version: "0.1.2" # x-release-please-end components: diff --git a/tasks/publish.yaml b/tasks/publish.yaml index 8177f3b08..aef670079 100644 --- a/tasks/publish.yaml +++ b/tasks/publish.yaml @@ -5,7 +5,7 @@ variables: - name: VERSION description: "The version of the packages to build" # x-release-please-start-version - default: "0.1.1" + default: "0.1.2" # x-release-please-end tasks: