Skip to content

Commit

Permalink
chore(main): release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 21, 2024
1 parent 5b4f5ec commit c3fc90e
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.0"
".": "0.10.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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-21)


### Features

* add ability to support additional gateway/domain ([#115](https://github.com/defenseunicorns/uds-k3d/issues/115)) ([4c62e6c](https://github.com/defenseunicorns/uds-k3d/commit/4c62e6ce11de8ad39e98e2cb7990fe56f17192da))
* 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 dev-stack ([#114](https://github.com/defenseunicorns/uds-k3d/issues/114)) ([5b4f5ec](https://github.com/defenseunicorns/uds-k3d/commit/5b4f5ec6bf5c98c52b8d3d000ab29ca2e56cc4de))
* **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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sudo ssh -N -L 80:localhost:80 -L 443:localhost:443 -L 6550:localhost:6550 <your

<!-- x-release-please-start-version -->

`uds zarf package deploy oci://defenseunicorns/uds-k3d:0.9.0`
`uds zarf package deploy oci://defenseunicorns/uds-k3d:0.10.0`

<!-- x-release-please-end -->

Expand Down
17 changes: 1 addition & 16 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit c3fc90e

Please sign in to comment.