diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6db3039..d3fc4b8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.0" + ".": "0.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d3a8106..224ee5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## [0.10.0](https://github.com/defenseunicorns/uds-k3d/compare/v0.9.0...v0.10.0) (2024-10-03) + + +### Features + +* implement graceful, modifiable CoreDNS helm overrides ([#112](https://github.com/defenseunicorns/uds-k3d/issues/112)) ([7fe1876](https://github.com/defenseunicorns/uds-k3d/commit/7fe1876859af840e47ff1acc03b93733748cd4f9)) + + +### Miscellaneous + +* allow volumeexpansion in localpath storageclass ([#111](https://github.com/defenseunicorns/uds-k3d/issues/111)) ([4d0fb5c](https://github.com/defenseunicorns/uds-k3d/commit/4d0fb5cae7c7ab0a0f971a4df07e5ab36ec90516)) +* **deps:** update githubactions ([#110](https://github.com/defenseunicorns/uds-k3d/issues/110)) ([868ace5](https://github.com/defenseunicorns/uds-k3d/commit/868ace5468e7366f44720812cb1203b6d5a69f66)) +* **deps:** update uds-common to v0.13.0 ([#107](https://github.com/defenseunicorns/uds-k3d/issues/107)) ([ac3f60d](https://github.com/defenseunicorns/uds-k3d/commit/ac3f60d611e2edf29ca09b404cf70630768fd385)) + ## [0.9.0](https://github.com/defenseunicorns/uds-k3d/compare/v0.8.0...v0.9.0) (2024-09-17) diff --git a/README.md b/README.md index ab4b3d7..da9d081 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ sudo ssh -N -L 80:localhost:80 -L 443:localhost:443 -L 6550:localhost:6550 -`uds zarf package deploy oci://defenseunicorns/uds-k3d:0.9.0` +`uds zarf package deploy oci://defenseunicorns/uds-k3d:0.10.0` diff --git a/chart/Chart.yaml b/chart/Chart.yaml index fab85a3..6ee4285 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,20 +1,5 @@ apiVersion: v2 name: uds-dev-stack description: UDS dev stack chart - -# A chart can be either an 'application' or a 'library' chart. -# -# Application charts are a collection of templates that can be packaged into versioned archives -# to be deployed. -# -# Library charts provide useful utilities or functions for the chart developer. They're included as -# a dependency of application charts to inject those utilities and functions into the rendering -# pipeline. Library charts do not define any templates and therefore cannot be deployed. type: application - -# This is the chart version. This version number should be incremented each time you make changes -# to the chart and its templates, including the app version. -# Versions are expected to follow Semantic Versioning (https://semver.org/) -# x-release-please-start-version -version: 0.9.0 -# x-release-please-end +version: 0.10.0 diff --git a/zarf.yaml b/zarf.yaml index 9a9d19f..9c00bbd 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -7,7 +7,7 @@ metadata: url: https://github.com/defenseunicorns/uds-k3d yolo: true # x-release-please-start-version - version: "0.9.0" + version: "0.10.0" # x-release-please-end variables: @@ -89,7 +89,7 @@ components: namespace: uds-dev-stack localPath: chart # x-release-please-start-version - version: 0.9.0 + version: 0.10.0 # x-release-please-end valuesFiles: - "values/dev-stack-values.yaml"