Skip to content

Commit 3a42ad7

Browse files
chore(main): release 1.0.0 (#144)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 429e346 commit 3a42ad7

File tree

20 files changed

+39
-27
lines changed

20 files changed

+39
-27
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.60.0"
9+
version: "1.0.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.60.0
20+
ref: 1.0.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: "0.60.0"
9+
version: "1.0.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.60.0
20+
ref: 1.0.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.60.0"
9+
version: "1.0.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.60.0
41+
ref: 1.0.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.60.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.0.0](https://github.com/BagelLab/uds-core/compare/v0.60.0...v1.0.0) (2025-11-18)
9+
10+
11+
### Features
12+
13+
* 1.0 time ([429e346](https://github.com/BagelLab/uds-core/commit/429e34657989556d03f69e6d7bbadbe6007b78ec))
14+
15+
16+
### Bug Fixes
17+
18+
* another fake backport ([e53ca5f](https://github.com/BagelLab/uds-core/commit/e53ca5f8c2411f7baad315e539d71950bd397f60))
19+
820
## [0.60.0](https://github.com/BagelLab/uds-core/compare/v0.59.0...v0.60.0) (2025-11-18)
921

1022

README.md

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

5858
```bash
59-
uds deploy k3d-core-demo:0.60.0
59+
uds deploy k3d-core-demo:1.0.0
6060
```
6161

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

7272
```bash
73-
uds deploy k3d-core-slim-dev:0.60.0
73+
uds deploy k3d-core-slim-dev:1.0.0
7474
```
7575

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

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: "0.60.0"
9+
version: "1.0.0"
1010
# x-release-please-end
1111

1212
packages:
1313
- name: core-base
1414
path: ../../build/
1515
# x-release-please-start-version
16-
ref: 0.60.0
16+
ref: 1.0.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: "0.60.0"
10+
version: "1.0.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.60.0
41+
ref: 1.0.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.60.0
123+
ref: 1.0.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: "0.60.0"
9+
version: "1.0.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.60.0
40+
ref: 1.0.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.60.0"
10+
version: "1.0.0"
1111
# x-release-please-end
1212
x-uds-dependencies: ["base"]
1313
annotations:

0 commit comments

Comments
 (0)