Skip to content

Commit

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

[0.28.0](v0.27.3...v0.28.0)
(2024-09-27)

* Promtail has been removed from UDS Core and replaced by Vector. If you
were previously using overrides to setup additional log
targets/endpoints for Promtail this configuration will need to be
updated to Vector's chart/config formats. See Vector's [Sources and
Sinks](https://vector.dev/components/) as well as the [helm chart
values](https://github.com/defenseunicorns/uds-core/blob/1bf29582f9c5b1fe01763e86e56c19b6e17aef85/src/vector/values/values.yaml#L4)
for guidance in configuration.

* add support for keycloak saml attributes
([#806](#806))
([b312b7d](b312b7d))
* exposes tls version for dev bundles
([#809](#809))
([e1a2b55](e1a2b55))
* switch from promtail to vector
(#724)
([1bf2958](1bf2958))

* eks iac issues, document storage class pre-reqs
([#812](#812))
([df514bd](df514bd))
* ensure istio sidecar is killed if job fails
([#813](#813))
([34ffc0a](34ffc0a))
* revert test app version to fix CI failures
([#815](#815))
([2ec6ad6](2ec6ad6))

* add runtime group to renovate config
([#799](#799))
([1bf2c69](1bf2c69))
* **deps:** update dependency defenseunicorns/uds-common to v0.13.0
([#790](#790))
([8bfcdc0](8bfcdc0))
* **deps:** update dependency defenseunicorns/uds-common to v0.13.1
([#810](#810))
([eedb551](eedb551))
* **deps:** update istio to v1.23.2
([#796](#796))
([039d89c](039d89c))
* **deps:** update keycloak to v25.0.6
([#771](#771))
([9864059](9864059))
* **deps:** update pepr to v0.13.1
([#811](#811))
([bc05b04](bc05b04))
* **deps:** update prometheus operator to v0.77.0
([#783](#783))
([8f383d8](8f383d8))
* **deps:** update runtime to v0.5.0
([#834](#834))
([edc068d](edc068d))
* **deps:** update setup-node to v4.0.4
([#801](#801))
([34dbc44](34dbc44))
* **deps:** update uds to v0.16.0
([#802](#802))
([d07670b](d07670b))
* **deps:** update uds-common to v0.13.0
([#792](#792))
([c24e833](c24e833))
* **deps:** update zarf to v0.40.1
([#793](#793))
([db93a7e](db93a7e))
* fix github-actions renovate
([#800](#800))
([3ab2add](3ab2add))
* pepr policies doc table
([#803](#803))
([440e4e1](440e4e1))
* pepr policy doc
([#814](#814))
([8b10b86](8b10b86))
* updated pepr watch limit to 60s
([#840](#840))
([85f3f41](85f3f41))
* use kfc WatchPhase enum
([#787](#787))
([df4d2da](df4d2da))

---
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] authored and docandrew committed Oct 17, 2024
1 parent 57bac4c commit 71bf9c7
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/bundles/eks/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ metadata:
name: uds-core-eks-nightly
description: A UDS bundle for deploying EKS and UDS Core
# x-release-please-start-version
<<<<<<< HEAD:.github/bundles/eks/uds-bundle.yaml
version: "0.29.0"
=======
version: "0.28.0"
>>>>>>> 62baad3 (chore(main): release 0.28.0 (#795)):.github/bundles/uds-bundle.yaml
# x-release-please-end

packages:
Expand All @@ -17,7 +21,11 @@ packages:
- name: core
path: ../../../build
# x-release-please-start-version
<<<<<<< HEAD:.github/bundles/eks/uds-bundle.yaml
ref: 0.29.0
=======
ref: 0.28.0
>>>>>>> 62baad3 (chore(main): release 0.28.0 (#795)):.github/bundles/uds-bundle.yaml
# x-release-please-end
optionalComponents:
- metrics-server
Expand Down
4 changes: 4 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
<<<<<<< HEAD
".": "0.29.0"
=======
".": "0.28.0"
>>>>>>> 62baad3 (chore(main): release 0.28.0 (#795))
}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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

<<<<<<< HEAD
## [0.29.0](https://github.com/defenseunicorns/uds-core/compare/v0.28.0...v0.29.0) (2024-10-11)


Expand Down Expand Up @@ -55,6 +56,8 @@ All notable changes to this project will be documented in this file.
* regroup 'support dependencies' in renovate config ([#885](https://github.com/defenseunicorns/uds-core/issues/885)) ([640d859](https://github.com/defenseunicorns/uds-core/commit/640d859a50de6c7d49afec3283fac2a249d04dd7))
* update license ([#878](https://github.com/defenseunicorns/uds-core/issues/878)) ([b086170](https://github.com/defenseunicorns/uds-core/commit/b086170f415c82916a6e493517ac5bc62b2b7aea))

=======
>>>>>>> 62baad3 (chore(main): release 0.28.0 (#795))
## [0.28.0](https://github.com/defenseunicorns/uds-core/compare/v0.27.3...v0.28.0) (2024-09-27)


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

```bash
<<<<<<< HEAD
uds deploy k3d-core-demo:0.29.0
=======
uds deploy k3d-core-demo:0.28.0
>>>>>>> 62baad3 (chore(main): release 0.28.0 (#795))
```
<!-- x-release-please-end -->
Expand All @@ -70,7 +74,11 @@ Deploy Istio, Keycloak and Pepr:
<!-- x-release-please-start-version -->
```bash
<<<<<<< HEAD
uds deploy k3d-core-slim-dev:0.29.0
=======
uds deploy k3d-core-slim-dev:0.28.0
>>>>>>> 62baad3 (chore(main): release 0.28.0 (#795))
```
<!-- x-release-please-end -->
Expand Down
8 changes: 8 additions & 0 deletions bundles/k3d-slim-dev/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ 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
<<<<<<< HEAD
version: "0.29.0"
=======
version: "0.28.0"
>>>>>>> 62baad3 (chore(main): release 0.28.0 (#795))
# x-release-please-end

packages:
Expand Down Expand Up @@ -37,7 +41,11 @@ packages:
- name: core-base
path: ../../build/
# x-release-please-start-version
<<<<<<< HEAD
ref: 0.29.0
=======
ref: 0.28.0
>>>>>>> 62baad3 (chore(main): release 0.28.0 (#795))
# x-release-please-end
overrides:
istio-admin-gateway:
Expand Down
8 changes: 8 additions & 0 deletions bundles/k3d-standard/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ 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
<<<<<<< HEAD
version: "0.29.0"
=======
version: "0.28.0"
>>>>>>> 62baad3 (chore(main): release 0.28.0 (#795))
# x-release-please-end

packages:
Expand Down Expand Up @@ -37,7 +41,11 @@ packages:
- name: core
path: ../../build/
# x-release-please-start-version
<<<<<<< HEAD
ref: 0.29.0
=======
ref: 0.28.0
>>>>>>> 62baad3 (chore(main): release 0.28.0 (#795))
# x-release-please-end
optionalComponents:
- istio-passthrough-gateway
Expand Down
4 changes: 4 additions & 0 deletions packages/base/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ metadata:
description: "UDS Core (Base)"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
<<<<<<< HEAD:packages/base/zarf.yaml
version: "0.29.0"
=======
version: "0.28.0"
>>>>>>> 62baad3 (chore(main): release 0.28.0 (#795)):packages/slim-dev/zarf.yaml
# x-release-please-end
x-uds-dependencies: []

Expand Down
4 changes: 4 additions & 0 deletions packages/standard/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ metadata:
description: "UDS Core"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
<<<<<<< HEAD
version: "0.29.0"
=======
version: "0.28.0"
>>>>>>> 62baad3 (chore(main): release 0.28.0 (#795))
# x-release-please-end

components:
Expand Down
4 changes: 4 additions & 0 deletions tasks/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ variables:
- name: VERSION
description: "The version of the packages to deploy"
# x-release-please-start-version
<<<<<<< HEAD
default: "0.29.0"
=======
default: "0.28.0"
>>>>>>> 62baad3 (chore(main): release 0.28.0 (#795))
# x-release-please-end
- name: FLAVOR
default: upstream
Expand Down
4 changes: 4 additions & 0 deletions tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ variables:
- name: VERSION
description: "The version of the packages to build"
# x-release-please-start-version
<<<<<<< HEAD
default: "0.29.0"
=======
default: "0.28.0"
>>>>>>> 62baad3 (chore(main): release 0.28.0 (#795))
# x-release-please-end

- name: LAYER
Expand Down

0 comments on commit 71bf9c7

Please sign in to comment.