Skip to content

Commit 3a7ca7f

Browse files
chore(main): release 0.44.0
1 parent 3077426 commit 3a7ca7f

File tree

19 files changed

+43
-25
lines changed

19 files changed

+43
-25
lines changed

.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: "0.43.0"
9+
version: "0.44.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: 0.43.0
20+
ref: 0.44.0
2121
# x-release-please-end
2222
overrides:
2323
istio-admin-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: "0.43.0"
9+
version: "0.44.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: 0.43.0
20+
ref: 0.44.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: "0.43.0"
9+
version: "0.44.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: 0.43.0
41+
ref: 0.44.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-
".": "0.43.0"
2+
".": "0.44.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

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

5+
## [0.44.0](https://github.com/defenseunicorns/uds-core/compare/v0.43.0...v0.44.0) (2025-05-29)
6+
7+
8+
### Features
9+
10+
* enable keycloak user event metrics ([#1614](https://github.com/defenseunicorns/uds-core/issues/1614)) ([3077426](https://github.com/defenseunicorns/uds-core/commit/307742684d71e1cfa274f4c0b552d422208879e5))
11+
12+
13+
### Bug Fixes
14+
15+
* ensure secret name/template get passed to client retry ([#1613](https://github.com/defenseunicorns/uds-core/issues/1613)) ([8090a05](https://github.com/defenseunicorns/uds-core/commit/8090a05f0ed6d0eaba3728224e78c5637e3e7f0c))
16+
17+
18+
### Miscellaneous
19+
20+
* **deps:** update grafana curl to v8.14.0 ([#1607](https://github.com/defenseunicorns/uds-core/issues/1607)) ([aceafe6](https://github.com/defenseunicorns/uds-core/commit/aceafe6b7d24d84fe163ac71d6753e975726ef8d))
21+
* **deps:** update neuvector updater to v8.14.0 ([#1608](https://github.com/defenseunicorns/uds-core/issues/1608)) ([59b6d47](https://github.com/defenseunicorns/uds-core/commit/59b6d4794705c396f0e15c75820c84b5948c918a))
22+
523
## [0.43.0](https://github.com/defenseunicorns/uds-core/compare/v0.42.0...v0.43.0) (2025-05-27)
624

725

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ If you want to try out UDS Core, you can use the [k3d-core-demo bundle](./bundle
5555
<!-- x-release-please-start-version -->
5656

5757
```bash
58-
uds deploy k3d-core-demo:0.43.0
58+
uds deploy k3d-core-demo:0.44.0
5959
```
6060

6161
<!-- x-release-please-end -->
@@ -69,7 +69,7 @@ Deploy Istio, Keycloak and Pepr:
6969
<!-- x-release-please-start-version -->
7070

7171
```bash
72-
uds deploy k3d-core-slim-dev:0.43.0
72+
uds deploy k3d-core-slim-dev:0.44.0
7373
```
7474

7575
<!-- x-release-please-end -->

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: "0.43.0"
10+
version: "0.44.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: 0.43.0
41+
ref: 0.44.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: 0.43.0
123+
ref: 0.44.0
124124
# x-release-please-end
125125
overrides:
126126
keycloak:

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: "0.43.0"
9+
version: "0.44.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: 0.43.0
40+
ref: 0.44.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: "0.43.0"
10+
version: "0.44.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: "0.43.0"
10+
version: "0.44.0"
1111
# x-release-please-end
1212
x-uds-dependencies: []
1313
annotations:

packages/checkpoint-dev/zarf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
description: "Rehydratable UDS K3d + UDS Core Slim (Istio, UDS Operator and Keycloak) Checkpoint"
88
authors: "Defense Unicorns - Product"
99
# x-release-please-start-version
10-
version: "0.43.0"
10+
version: "0.44.0"
1111
# x-release-please-end
1212

1313
variables:

packages/identity-authorization/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 (Identity & Authorization)"
88
authors: "Defense Unicorns - Product"
99
# x-release-please-start-version
10-
version: "0.43.0"
10+
version: "0.44.0"
1111
# x-release-please-end
1212
x-uds-dependencies: ["base"]
1313
annotations:

packages/logging/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 (Logging)"
88
authors: "Defense Unicorns - Product"
99
# x-release-please-start-version
10-
version: "0.43.0"
10+
version: "0.44.0"
1111
# x-release-please-end
1212
x-uds-dependencies: ["base"]
1313
annotations:

packages/metrics-server/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 (Metrics Server)"
88
authors: "Defense Unicorns - Product"
99
# x-release-please-start-version
10-
version: "0.43.0"
10+
version: "0.44.0"
1111
# x-release-please-end
1212
x-uds-dependencies: ["base"]
1313
annotations:

packages/monitoring/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 Monitoring (Prometheus and Grafana)"
88
authors: "Defense Unicorns - Product"
99
# x-release-please-start-version
10-
version: "0.43.0"
10+
version: "0.44.0"
1111
# x-release-please-end
1212
x-uds-dependencies: ["base", "identity-authorization"]
1313
annotations:

packages/runtime-security/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 (Runtime Security)"
88
authors: "Defense Unicorns - Product"
99
# x-release-please-start-version
10-
version: "0.43.0"
10+
version: "0.44.0"
1111
# x-release-please-end
1212
x-uds-dependencies: ["base", "identity-authorization"]
1313
annotations:

packages/standard/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 is a collection of several individual applications combined into a single Zarf Package, that establishes a secure baseline for secure cloud-native systems."
88
authors: "Defense Unicorns - Product"
99
# x-release-please-start-version
10-
version: "0.43.0"
10+
version: "0.44.0"
1111
# x-release-please-end
1212
annotations:
1313
dev.uds.title: UDS Core

tasks/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ variables:
88
- name: VERSION
99
description: "The version of the packages to deploy"
1010
# x-release-please-start-version
11-
default: "0.43.0"
11+
default: "0.44.0"
1212
# x-release-please-end
1313
- name: FLAVOR
1414
default: upstream

tasks/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ variables:
1616
- name: VERSION
1717
description: "The version of the packages to build"
1818
# x-release-please-start-version
19-
default: "0.43.0"
19+
default: "0.44.0"
2020
# x-release-please-end
2121

2222
- name: LAYER

0 commit comments

Comments
 (0)