Skip to content

Commit

Permalink
chore(main): release 0.27.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 23, 2024
1 parent d07670b commit a949d7c
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/bundles/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
name: uds-core-eks-nightly
description: A UDS bundle for deploying EKS and UDS Core
# x-release-please-start-version
version: "0.27.3"
version: "0.27.4"
# x-release-please-end

packages:
Expand All @@ -14,7 +14,7 @@ packages:
- name: core
path: ../../build/
# x-release-please-start-version
ref: 0.27.3
ref: 0.27.4
# x-release-please-end
optionalComponents:
- metrics-server
Expand Down
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.27.3"
".": "0.27.4"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [0.27.4](https://github.com/defenseunicorns/uds-core/compare/v0.27.3...v0.27.4) (2024-09-23)


### Miscellaneous

* add runtime group to renovate config ([#799](https://github.com/defenseunicorns/uds-core/issues/799)) ([1bf2c69](https://github.com/defenseunicorns/uds-core/commit/1bf2c692d996992775ba827b4d2869430a9929e7))
* **deps:** update dependency defenseunicorns/uds-common to v0.13.0 ([#790](https://github.com/defenseunicorns/uds-core/issues/790)) ([8bfcdc0](https://github.com/defenseunicorns/uds-core/commit/8bfcdc00a8b04f0c7b9f0c88a0e37e8cec8b42f3))
* **deps:** update prometheus operator to v0.77.0 ([#783](https://github.com/defenseunicorns/uds-core/issues/783)) ([8f383d8](https://github.com/defenseunicorns/uds-core/commit/8f383d84c13af3986e3898f4c57a71a49145053e))
* **deps:** update setup-node to v4.0.4 ([#801](https://github.com/defenseunicorns/uds-core/issues/801)) ([34dbc44](https://github.com/defenseunicorns/uds-core/commit/34dbc4426a65bc67e0a81779b530e98240e1972f))
* **deps:** update uds to v0.16.0 ([#802](https://github.com/defenseunicorns/uds-core/issues/802)) ([d07670b](https://github.com/defenseunicorns/uds-core/commit/d07670b6f748774df7e663aae89de3c7f0a87088))
* **deps:** update uds-common to v0.13.0 ([#792](https://github.com/defenseunicorns/uds-core/issues/792)) ([c24e833](https://github.com/defenseunicorns/uds-core/commit/c24e833e54b111cef10d6347c972c6d6fbe3e7ee))
* **deps:** update zarf to v0.40.1 ([#793](https://github.com/defenseunicorns/uds-core/issues/793)) ([db93a7e](https://github.com/defenseunicorns/uds-core/commit/db93a7edc2a83841210612430ad2d5fd46a14f97))
* fix github-actions renovate ([#800](https://github.com/defenseunicorns/uds-core/issues/800)) ([3ab2add](https://github.com/defenseunicorns/uds-core/commit/3ab2adda290463a91ec90f125793dd34cde76471))
* use kfc WatchPhase enum ([#787](https://github.com/defenseunicorns/uds-core/issues/787)) ([df4d2da](https://github.com/defenseunicorns/uds-core/commit/df4d2dadf6545d284c1fd72ee0291de4601fa533))

## [0.27.3](https://github.com/defenseunicorns/uds-core/compare/v0.27.2...v0.27.3) (2024-09-19)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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.27.3
uds deploy k3d-core-demo:0.27.4
```

<!-- x-release-please-end -->
Expand All @@ -70,7 +70,7 @@ Deploy Istio, Keycloak and Pepr:
<!-- x-release-please-start-version -->

```bash
uds deploy k3d-core-slim-dev:0.27.3
uds deploy k3d-core-slim-dev:0.27.4
```

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

packages:
Expand Down Expand Up @@ -34,7 +34,7 @@ packages:
- name: core-slim-dev
path: ../../build/
# x-release-please-start-version
ref: 0.27.3
ref: 0.27.4
# 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.27.3"
version: "0.27.4"
# x-release-please-end

packages:
Expand Down Expand Up @@ -34,7 +34,7 @@ packages:
- name: core
path: ../../build/
# x-release-please-start-version
ref: 0.27.3
ref: 0.27.4
# x-release-please-end
optionalComponents:
- istio-passthrough-gateway
Expand Down
2 changes: 1 addition & 1 deletion packages/slim-dev/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
description: "UDS Core (Istio, UDS Operator and Keycloak)"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
version: "0.27.3"
version: "0.27.4"
# 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.27.3"
version: "0.27.4"
# 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 @@ -5,7 +5,7 @@ variables:
- name: VERSION
description: "The version of the packages to deploy"
# x-release-please-start-version
default: "0.27.3"
default: "0.27.4"
# 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.27.3"
default: "0.27.4"
# x-release-please-end

tasks:
Expand Down

0 comments on commit a949d7c

Please sign in to comment.