Skip to content

Commit

Permalink
chore(main): release 0.15.0 (#233)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.15.0](v0.14.5...v0.15.0)
(2024-03-07)


### Features

* add policy exemptions
([#165](#165))
([196df88](196df88))


### Miscellaneous

* **deps:** update dependency defenseunicorns/uds-common to v0.2.2
([#232](#232))
([083ae0c](083ae0c))
* **deps:** update githubactions to de90cc6
([#215](#215))
([f79eed0](f79eed0))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Mar 7, 2024
1 parent f79eed0 commit f4f3699
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 11 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.14.5"
".": "0.15.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file.

## [0.15.0](https://github.com/defenseunicorns/uds-core/compare/v0.14.5...v0.15.0) (2024-03-07)


### Features

* add policy exemptions ([#165](https://github.com/defenseunicorns/uds-core/issues/165)) ([196df88](https://github.com/defenseunicorns/uds-core/commit/196df88b01347e530eb1cb49df7440d62c986e0e))


### Miscellaneous

* **deps:** update dependency defenseunicorns/uds-common to v0.2.2 ([#232](https://github.com/defenseunicorns/uds-core/issues/232)) ([083ae0c](https://github.com/defenseunicorns/uds-core/commit/083ae0c45667e5b9064cbff781fbe4e5bc0d2991))
* **deps:** update githubactions to de90cc6 ([#215](https://github.com/defenseunicorns/uds-core/issues/215)) ([f79eed0](https://github.com/defenseunicorns/uds-core/commit/f79eed03b2495d9f3e11edb433291ce8a3aa55ee))

## [0.14.5](https://github.com/defenseunicorns/uds-core/compare/v0.14.4...v0.14.5) (2024-03-06)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ If you want to try out UDS Core, you can use the [k3d-core-demo bundle](./bundle
<!-- x-release-please-start-version -->

```bash
uds deploy k3d-core-demo:0.14.5
uds deploy k3d-core-demo:0.15.0
```

<!-- x-release-please-end -->
Expand All @@ -65,7 +65,7 @@ In addition to the demo bundle, a [k3d-core-istio-dev bundle](./bundles/k3d-isti
<!-- x-release-please-start-version -->

```bash
uds deploy k3d-core-istio-dev:0.14.5
uds deploy k3d-core-istio-dev:0.15.0
```

<!-- x-release-please-end -->
Expand Down
4 changes: 2 additions & 2 deletions bundles/k3d-istio/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
name: k3d-core-istio-dev
description: A UDS bundle for deploying Istio from UDS Core on a development cluster
# x-release-please-start-version
version: "0.14.5"
version: "0.15.0"
# x-release-please-end

packages:
Expand Down Expand Up @@ -36,7 +36,7 @@ packages:
- name: core-istio
path: ../../build/
# x-release-please-start-version
ref: 0.14.5
ref: 0.15.0
# x-release-please-end
overrides:
istio-admin-gateway:
Expand Down
4 changes: 2 additions & 2 deletions bundles/k3d-standard/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
name: k3d-core-demo
description: A UDS bundle for deploying the standard UDS Core package on a development cluster
# x-release-please-start-version
version: "0.14.5"
version: "0.15.0"
# x-release-please-end

packages:
Expand Down Expand Up @@ -36,7 +36,7 @@ packages:
- name: core
path: ../../build/
# x-release-please-start-version
ref: 0.14.5
ref: 0.15.0
# x-release-please-end
overrides:
istio-admin-gateway:
Expand Down
2 changes: 1 addition & 1 deletion packages/istio/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
description: "UDS Core (Istio Only)"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
version: "0.14.5"
version: "0.15.0"
# x-release-please-end

components:
Expand Down
2 changes: 1 addition & 1 deletion packages/standard/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
description: "UDS Core"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
version: "0.14.5"
version: "0.15.0"
# x-release-please-end

components:
Expand Down
2 changes: 1 addition & 1 deletion tasks/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ variables:
- name: VERSION
description: "The version of the packages to deploy"
# x-release-please-start-version
default: "0.14.5"
default: "0.15.0"
# x-release-please-end
- name: FLAVOR
default: upstream
Expand Down
2 changes: 1 addition & 1 deletion tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variables:
- name: VERSION
description: "The version of the packages to build"
# x-release-please-start-version
default: "0.14.5"
default: "0.15.0"
# x-release-please-end

tasks:
Expand Down

0 comments on commit f4f3699

Please sign in to comment.