Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.34.0 #1149

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/bundles/aks/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: uds-core-aks-nightly
description: A UDS bundle for deploying UDS Core on AKS
# x-release-please-start-version
version: "0.33.1"
version: "0.34.0"
# x-release-please-end

packages:
Expand All @@ -17,7 +17,7 @@ packages:
- name: core
path: ../../../build
# x-release-please-start-version
ref: 0.33.1
ref: 0.34.0
# x-release-please-end
overrides:
istio-admin-gateway:
Expand Down
4 changes: 2 additions & 2 deletions .github/bundles/eks/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: uds-core-eks-nightly
description: A UDS bundle for deploying EKS and UDS Core
# x-release-please-start-version
version: "0.33.1"
version: "0.34.0"
# x-release-please-end

packages:
Expand All @@ -17,7 +17,7 @@ packages:
- name: core
path: ../../../build
# x-release-please-start-version
ref: 0.33.1
ref: 0.34.0
# x-release-please-end
overrides:
velero:
Expand Down
4 changes: 2 additions & 2 deletions .github/bundles/rke2/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: uds-core-rke2-nightly
description: A UDS bundle for deploying RKE2 and UDS Core
# x-release-please-start-version
version: "0.33.1"
version: "0.34.0"
# x-release-please-end

packages:
Expand Down Expand Up @@ -38,7 +38,7 @@ packages:
- name: core
path: ../../../build
# x-release-please-start-version
ref: 0.33.1
ref: 0.34.0
# 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.33.1"
".": "0.34.0"
}
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,52 @@

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

## [0.34.0](https://github.com/defenseunicorns/uds-core/compare/v0.33.1...v0.34.0) (2025-01-15)


### Features

* add additional outputs to `debug-output` action ([#1073](https://github.com/defenseunicorns/uds-core/issues/1073)) ([29f12b4](https://github.com/defenseunicorns/uds-core/commit/29f12b4ff2aee2678d76521887384ce46746782a))
* istio native sidecars ([#1032](https://github.com/defenseunicorns/uds-core/issues/1032)) ([e07c6dc](https://github.com/defenseunicorns/uds-core/commit/e07c6dcc6bf135e5fb87866a1d10c49c08cc3eae))


### Bug Fixes

* add missing resource type `package` to `kubectl describe` failed… ([#1182](https://github.com/defenseunicorns/uds-core/issues/1182)) ([4236b3a](https://github.com/defenseunicorns/uds-core/commit/4236b3a6856783da627b5344e89d1fdde34c2aeb))
* attempt fix token permissions ([#1155](https://github.com/defenseunicorns/uds-core/issues/1155)) ([5a46e41](https://github.com/defenseunicorns/uds-core/commit/5a46e41e5bdce486c800654822232e2af9f3af94))
* remove unnecessary docker command in dev docs task ([#1180](https://github.com/defenseunicorns/uds-core/issues/1180)) ([9906a09](https://github.com/defenseunicorns/uds-core/commit/9906a09fa9752be6afbc52e63c601ce70f90e8c2))
* validate unique names for monitors ([#666](https://github.com/defenseunicorns/uds-core/issues/666)) ([80e28c1](https://github.com/defenseunicorns/uds-core/commit/80e28c17769e2bd93e6f42d9ce4fd7a29106e7ee))


### Miscellaneous

* add base url field for sso clients ([#1177](https://github.com/defenseunicorns/uds-core/issues/1177)) ([39bef00](https://github.com/defenseunicorns/uds-core/commit/39bef00aa8aefea184b5f842a40bf20bb814874b))
* add dev task for docs site ([#1173](https://github.com/defenseunicorns/uds-core/issues/1173)) ([b0c4bc0](https://github.com/defenseunicorns/uds-core/commit/b0c4bc0c9473c321287c9512032df7800fee9374))
* **deps:** bump cross-spawn from 7.0.3 to 7.0.6 ([#1157](https://github.com/defenseunicorns/uds-core/issues/1157)) ([11ddada](https://github.com/defenseunicorns/uds-core/commit/11ddadad108eb25b249c36765f1a53f1e16eb53b))
* **deps:** update grafana to v1.29.0 ([#1167](https://github.com/defenseunicorns/uds-core/issues/1167)) ([3b31358](https://github.com/defenseunicorns/uds-core/commit/3b3135888b30ed6d7b8b2834a59c0a02b57b78fc))
* **deps:** update istio to v1.24.2 ([#1135](https://github.com/defenseunicorns/uds-core/issues/1135)) ([0f9552a](https://github.com/defenseunicorns/uds-core/commit/0f9552a0f4d9b3ed230f497c6738b5686d04669e))
* **deps:** update keycloak to v26.0.8 ([#1171](https://github.com/defenseunicorns/uds-core/issues/1171)) ([1346f7b](https://github.com/defenseunicorns/uds-core/commit/1346f7bd02158970a76b393e935ebbde4855791c))
* **deps:** update loki memcached to v1.6.34 ([#1148](https://github.com/defenseunicorns/uds-core/issues/1148)) ([8bbf6b3](https://github.com/defenseunicorns/uds-core/commit/8bbf6b3d973b28d5d2edd044baf2ae8ae2d0cd20))
* **deps:** update pepr to v0.42.3 ([#1158](https://github.com/defenseunicorns/uds-core/issues/1158)) ([55e8a4e](https://github.com/defenseunicorns/uds-core/commit/55e8a4eb2e0fd5bc5a27f7b25921a39a20e08ff1))
* **deps:** update pepr to v15.3.0 ([#1151](https://github.com/defenseunicorns/uds-core/issues/1151)) ([153b7e1](https://github.com/defenseunicorns/uds-core/commit/153b7e1739b1d68fefd1a635843ed27c4a1af8fe))
* **deps:** update prometheus-stack ([#1137](https://github.com/defenseunicorns/uds-core/issues/1137)) ([8dc0781](https://github.com/defenseunicorns/uds-core/commit/8dc0781023e8629e9a4eb22c4a406d418e9ae6ae))
* **deps:** update prometheus-stack ([#1169](https://github.com/defenseunicorns/uds-core/issues/1169)) ([71cab01](https://github.com/defenseunicorns/uds-core/commit/71cab011d66d5c46e1ee76644dfe9c4f23a05f1d))
* **deps:** update prometheus-stack to v67.9.0 ([#1161](https://github.com/defenseunicorns/uds-core/issues/1161)) ([067df1b](https://github.com/defenseunicorns/uds-core/commit/067df1bf79c97ca6bd78f9998f7e51e1cac0fc7a))
* **deps:** update prometheus-stack to v68.1.0 ([#1176](https://github.com/defenseunicorns/uds-core/issues/1176)) ([7088e78](https://github.com/defenseunicorns/uds-core/commit/7088e78a14106ba1cf1d34eb182fc2e191bd9ead))
* **deps:** update support-deps ([#1147](https://github.com/defenseunicorns/uds-core/issues/1147)) ([cf1a60b](https://github.com/defenseunicorns/uds-core/commit/cf1a60b7d8d81a7936d102cb67414c48aae3a953))
* **deps:** update support-deps ([#1160](https://github.com/defenseunicorns/uds-core/issues/1160)) ([6c55f6b](https://github.com/defenseunicorns/uds-core/commit/6c55f6bcc8aa6ac9cd1a72cb11492bd6a9d8baea))
* **deps:** update vector ([#1165](https://github.com/defenseunicorns/uds-core/issues/1165)) ([abb9584](https://github.com/defenseunicorns/uds-core/commit/abb9584d44249ecb94ef4b808b58d30ecd97dde5))
* **deps:** update velero ([#1150](https://github.com/defenseunicorns/uds-core/issues/1150)) ([29ee12b](https://github.com/defenseunicorns/uds-core/commit/29ee12bba57f4c75e195cbb66a89477ef3d49c7e))
* docs update issue template ([#1163](https://github.com/defenseunicorns/uds-core/issues/1163)) ([21486f9](https://github.com/defenseunicorns/uds-core/commit/21486f9c1ae6e638f94854685d85907160709348))
* **docs:** add doc on non-http ingress ([#1166](https://github.com/defenseunicorns/uds-core/issues/1166)) ([0783525](https://github.com/defenseunicorns/uds-core/commit/0783525b98a05a8d5ffed1cf5bed16bb7887d724))
* **docs:** change .md link format to adhere to checker ([#1181](https://github.com/defenseunicorns/uds-core/issues/1181)) ([125a03b](https://github.com/defenseunicorns/uds-core/commit/125a03b09d9d65a51cbe8890a1add07999aefb34))
* **docs:** update Flavor Specific Development Notes ([#1153](https://github.com/defenseunicorns/uds-core/issues/1153)) ([bba5a71](https://github.com/defenseunicorns/uds-core/commit/bba5a710f1b9f8bf92039f00a382a28578846727))


### Documentation

* add note on minimum k3d version, update cli version reference ([#1174](https://github.com/defenseunicorns/uds-core/issues/1174)) ([c4dda4e](https://github.com/defenseunicorns/uds-core/commit/c4dda4e9d34ee5d8a802ea65027404400abde615))

## [0.33.1](https://github.com/defenseunicorns/uds-core/compare/v0.33.0...v0.33.1) (2024-12-20)


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

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

```bash
uds deploy k3d-core-slim-dev:0.33.1
uds deploy k3d-core-slim-dev:0.34.0
```

<!-- x-release-please-end -->
Expand Down
6 changes: 3 additions & 3 deletions bundles/k3d-slim-dev/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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.33.1"
version: "0.34.0"
# x-release-please-end

packages:
Expand Down Expand Up @@ -37,7 +37,7 @@ packages:
- name: core-base
path: ../../build/
# x-release-please-start-version
ref: 0.33.1
ref: 0.34.0
# x-release-please-end
overrides:
pepr-uds-core:
Expand Down Expand Up @@ -92,7 +92,7 @@ packages:
- name: core-identity-authorization
path: ../../build/
# x-release-please-start-version
ref: 0.33.1
ref: 0.34.0
# x-release-please-end
overrides:
keycloak:
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 @@ -6,7 +6,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.33.1"
version: "0.34.0"
# x-release-please-end

packages:
Expand Down Expand Up @@ -37,7 +37,7 @@ packages:
- name: core
path: ../../build/
# x-release-please-start-version
ref: 0.33.1
ref: 0.34.0
# x-release-please-end
optionalComponents:
- istio-passthrough-gateway
Expand Down
2 changes: 1 addition & 1 deletion packages/backup-restore/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
description: "UDS Core (Backup and Restore)"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
version: "0.33.1"
version: "0.34.0"
# x-release-please-end
x-uds-dependencies: ["base"]

Expand Down
2 changes: 1 addition & 1 deletion packages/base/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
description: "UDS Core (Base)"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
version: "0.33.1"
version: "0.34.0"
# x-release-please-end
x-uds-dependencies: []

Expand Down
2 changes: 1 addition & 1 deletion packages/checkpoint-dev/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
description: "Rehydratable UDS K3d + UDS Core Slim (Istio, UDS Operator and Keycloak) Checkpoint"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
version: "0.33.1"
version: "0.34.0"
# x-release-please-end

variables:
Expand Down
2 changes: 1 addition & 1 deletion packages/identity-authorization/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
description: "UDS Core (Identity & Authorization)"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
version: "0.33.1"
version: "0.34.0"
# x-release-please-end
x-uds-dependencies: ["base"]

Expand Down
2 changes: 1 addition & 1 deletion packages/logging/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
description: "UDS Core (Logging)"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
version: "0.33.1"
version: "0.34.0"
# x-release-please-end
x-uds-dependencies: ["base"]

Expand Down
2 changes: 1 addition & 1 deletion packages/metrics-server/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
description: "UDS Core (Metrics Server)"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
version: "0.33.1"
version: "0.34.0"
# x-release-please-end
x-uds-dependencies: ["base"]

Expand Down
2 changes: 1 addition & 1 deletion packages/monitoring/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
description: "UDS Core Monitoring (Prometheus and Grafana)"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
version: "0.33.1"
version: "0.34.0"
# x-release-please-end
x-uds-dependencies: ["base", "identity-authorization"]

Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-security/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
description: "UDS Core (Runtime Security)"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
version: "0.33.1"
version: "0.34.0"
# x-release-please-end
x-uds-dependencies: ["base", "identity-authorization"]

Expand Down
2 changes: 1 addition & 1 deletion packages/standard/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
description: "UDS Core"
authors: "Defense Unicorns - Product"
# x-release-please-start-version
version: "0.33.1"
version: "0.34.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 @@ -9,7 +9,7 @@ variables:
- name: VERSION
description: "The version of the packages to deploy"
# x-release-please-start-version
default: "0.33.1"
default: "0.34.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 @@ -14,7 +14,7 @@ variables:
- name: VERSION
description: "The version of the packages to build"
# x-release-please-start-version
default: "0.33.1"
default: "0.34.0"
# x-release-please-end

- name: LAYER
Expand Down
Loading