Skip to content

Commit 5570ef2

Browse files
chore(main): release 1.5.0
1 parent 0aaf351 commit 5570ef2

20 files changed

Lines changed: 59 additions & 26 deletions

File tree

.github/bundles/aks/uds-bundle.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
name: uds-core-aks-nightly
77
description: A UDS bundle for deploying UDS Core on AKS
88
# x-release-please-start-version
9-
version: "1.4.0"
9+
version: "1.5.0"
1010
# x-release-please-end
1111

1212
packages:
@@ -17,7 +17,7 @@ packages:
1717
- name: core
1818
path: ../../../build
1919
# x-release-please-start-version
20-
ref: 1.4.0
20+
ref: 1.5.0
2121
# x-release-please-end
2222
optionalComponents:
2323
- istio-egress-gateway

.github/bundles/eks/uds-bundle.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
name: uds-core-eks-nightly
77
description: A UDS bundle for deploying EKS and UDS Core
88
# x-release-please-start-version
9-
version: "1.4.0"
9+
version: "1.5.0"
1010
# x-release-please-end
1111

1212
packages:
@@ -17,7 +17,7 @@ packages:
1717
- name: core
1818
path: ../../../build
1919
# x-release-please-start-version
20-
ref: 1.4.0
20+
ref: 1.5.0
2121
# x-release-please-end
2222
optionalComponents:
2323
- metrics-server # note: metrics-server is not available as an EKS addon in govcloud

.github/bundles/rke2/uds-bundle.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
name: uds-core-rke2-nightly
77
description: A UDS bundle for deploying RKE2 and UDS Core
88
# x-release-please-start-version
9-
version: "1.4.0"
9+
version: "1.5.0"
1010
# x-release-please-end
1111

1212
packages:
@@ -38,7 +38,7 @@ packages:
3838
- name: core
3939
path: ../../../build
4040
# x-release-please-start-version
41-
ref: 1.4.0
41+
ref: 1.5.0
4242
# x-release-please-end
4343
optionalComponents:
4444
- metrics-server

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.0"
2+
".": "1.5.0"
33
}

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,39 @@ All notable changes to this project will be documented in this file.
55
> [!IMPORTANT]
66
> This changelog only tracks changes across minor versions and is automatically generated, ensuring all commits are captured. The [GitHub Releases](https://github.com/defenseunicorns/uds-core/releases) provide a summary of changes for each release and list all patch releases as well.
77
8+
## [1.5.0](https://github.com/defenseunicorns/uds-core/compare/v1.4.0...v1.5.0) (2026-05-22)
9+
10+
11+
### Bug Fixes
12+
13+
* avoid virtual threads in Keycloak ([#2686](https://github.com/defenseunicorns/uds-core/issues/2686)) ([e07ddb2](https://github.com/defenseunicorns/uds-core/commit/e07ddb2c7b47c665910b00d5f2e1f8070ffedcab))
14+
* **eks:** stabilize UDP NetworkPolicy e2e coverage ([#2666](https://github.com/defenseunicorns/uds-core/issues/2666)) ([3d45af4](https://github.com/defenseunicorns/uds-core/commit/3d45af432c464abbdff0104696756ac2d7015c95))
15+
16+
17+
### Miscellaneous
18+
19+
* **ci:** add test to verify loki able to flush to s3 ([#2673](https://github.com/defenseunicorns/uds-core/issues/2673)) ([4783ffb](https://github.com/defenseunicorns/uds-core/commit/4783ffb38933eedb8b29c6eefa7497ed8d7a1265))
20+
* **deps:** migrate unicorn flavor images from RapidFort to Chainguard ([#2650](https://github.com/defenseunicorns/uds-core/issues/2650)) ([b0d4c87](https://github.com/defenseunicorns/uds-core/commit/b0d4c87ba27f7358c690eee22266388f18443255))
21+
* **deps:** update grafana ([#2584](https://github.com/defenseunicorns/uds-core/issues/2584)) ([f07a6a7](https://github.com/defenseunicorns/uds-core/commit/f07a6a717180493133eb3f2fe56af9c8ea91d8dc))
22+
* **deps:** update grafana to v2.7.3 ([#2691](https://github.com/defenseunicorns/uds-core/issues/2691)) ([0aaf351](https://github.com/defenseunicorns/uds-core/commit/0aaf351602975c347d48ce80c635dd396782b23a))
23+
* **deps:** update iac support dependencies to v2.0.1 ([#2677](https://github.com/defenseunicorns/uds-core/issues/2677)) ([40cf6a6](https://github.com/defenseunicorns/uds-core/commit/40cf6a622f479e037b53d6d4ca55ff503cfcb157))
24+
* **deps:** update iac-support-deps ([#2670](https://github.com/defenseunicorns/uds-core/issues/2670)) ([ab1b90d](https://github.com/defenseunicorns/uds-core/commit/ab1b90daa3bc622a4ac36f58a3818fe2f8b0af22))
25+
* **deps:** update loki ([#2586](https://github.com/defenseunicorns/uds-core/issues/2586)) ([396bb53](https://github.com/defenseunicorns/uds-core/commit/396bb5325ec68c56576ebccab8313a73116c96bb))
26+
* **deps:** update loki to v2.7.3 ([#2690](https://github.com/defenseunicorns/uds-core/issues/2690)) ([6b773ed](https://github.com/defenseunicorns/uds-core/commit/6b773ed193d6df174e3e589d60d206d5552e1395))
27+
* **deps:** update prometheus-stack ([#2644](https://github.com/defenseunicorns/uds-core/issues/2644)) ([1bfbfaf](https://github.com/defenseunicorns/uds-core/commit/1bfbfaf61f21365ea2d18b0d578d5c15289e70ff))
28+
* **deps:** update prometheus-stack ([#2684](https://github.com/defenseunicorns/uds-core/issues/2684)) ([1fae685](https://github.com/defenseunicorns/uds-core/commit/1fae685f39bf72b3456749e3359d034ef266a0e0))
29+
* **deps:** update prometheus-stack ([#2687](https://github.com/defenseunicorns/uds-core/issues/2687)) ([ceab924](https://github.com/defenseunicorns/uds-core/commit/ceab924c865b4725d23d0f1eb7e388b47148ec72))
30+
* **deps:** update support-deps ([#2683](https://github.com/defenseunicorns/uds-core/issues/2683)) ([f725d10](https://github.com/defenseunicorns/uds-core/commit/f725d105e92736cb3b4f190ca6f8f6190f210685))
31+
* **deps:** update support-deps ([#2689](https://github.com/defenseunicorns/uds-core/issues/2689)) ([83622c3](https://github.com/defenseunicorns/uds-core/commit/83622c372db19eefc7bca87a64cc7b727d8bac16))
32+
* **deps:** update velero ([#2678](https://github.com/defenseunicorns/uds-core/issues/2678)) ([70f0106](https://github.com/defenseunicorns/uds-core/commit/70f010692dc43dccfcc72cb7eb29b24199eaf044))
33+
* **docs:** add legacy upgrade notes and local demo deploy warning ([#2667](https://github.com/defenseunicorns/uds-core/issues/2667)) ([ded7c08](https://github.com/defenseunicorns/uds-core/commit/ded7c08966539c10e4d1bef624cf66337713cf18))
34+
* updating cert bundle ([#2675](https://github.com/defenseunicorns/uds-core/issues/2675)) ([7da8b6c](https://github.com/defenseunicorns/uds-core/commit/7da8b6c832767fdcac7600d6cafa972a3bc303fd))
35+
36+
37+
### Documentation
38+
39+
* add time-sync prereqs callout in docs ([#2679](https://github.com/defenseunicorns/uds-core/issues/2679)) ([3d45a2c](https://github.com/defenseunicorns/uds-core/commit/3d45a2ca0ebaff8b2b6c584ddea0828906ce500a))
40+
841
## [1.4.0](https://github.com/defenseunicorns/uds-core/compare/v1.3.0...v1.4.0) (2026-05-12)
942

1043

bundles/base-shim/uds-bundle.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ metadata:
66
name: base-shim
77
description: A shim bundle for deploying the base package with overrides in CI/Dev environments
88
# x-release-please-start-version
9-
version: "1.4.0"
9+
version: "1.5.0"
1010
# x-release-please-end
1111

1212
packages:
1313
- name: core-base
1414
path: ../../build/
1515
# x-release-please-start-version
16-
ref: 1.4.0
16+
ref: 1.5.0
1717
# x-release-please-end
1818
optionalComponents:
1919
- istio-passthrough-gateway

bundles/k3d-slim-dev/uds-bundle.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
name: k3d-core-slim-dev
88
description: A UDS bundle for deploying Istio from UDS Core on a development cluster
99
# x-release-please-start-version
10-
version: "1.4.0"
10+
version: "1.5.0"
1111
# x-release-please-end
1212

1313
packages:
@@ -38,7 +38,7 @@ packages:
3838
- name: core-base
3939
path: ../../build/
4040
# x-release-please-start-version
41-
ref: 1.4.0
41+
ref: 1.5.0
4242
# x-release-please-end
4343
overrides:
4444
pepr-uds-core:
@@ -120,7 +120,7 @@ packages:
120120
- name: core-identity-authorization
121121
path: ../../build/
122122
# x-release-please-start-version
123-
ref: 1.4.0
123+
ref: 1.5.0
124124
# x-release-please-end
125125
overrides:
126126
authservice:

bundles/k3d-standard/uds-bundle.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
name: k3d-core-demo
77
description: A UDS bundle for deploying the standard UDS Core package on a development cluster
88
# x-release-please-start-version
9-
version: "1.4.0"
9+
version: "1.5.0"
1010
# x-release-please-end
1111

1212
packages:
@@ -37,7 +37,7 @@ packages:
3737
- name: core
3838
path: ../../build/
3939
# x-release-please-start-version
40-
ref: 1.4.0
40+
ref: 1.5.0
4141
# x-release-please-end
4242
optionalComponents:
4343
- istio-passthrough-gateway

packages/backup-restore/zarf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
description: "UDS Core (Backup and Restore)"
88
authors: "Defense Unicorns - Product"
99
# x-release-please-start-version
10-
version: "1.4.0"
10+
version: "1.5.0"
1111
# x-release-please-end
1212
x-uds-dependencies: ["base"]
1313
annotations:

packages/base/zarf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
description: "UDS Core (Base)"
88
authors: "Defense Unicorns - Product"
99
# x-release-please-start-version
10-
version: "1.4.0"
10+
version: "1.5.0"
1111
# x-release-please-end
1212
x-uds-dependencies: []
1313
annotations:

0 commit comments

Comments
 (0)