Skip to content

Commit 14d0f2a

Browse files
committed
release(v1.0.0): prepare release
This is the official v1.0.0 release. Signed-off-by: Noel Georgi <git@frezbo.dev>
1 parent a90529c commit 14d0f2a

7 files changed

Lines changed: 393 additions & 6 deletions

File tree

.kres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ spec:
770770
Licensor: Sidero Labs, Inc.
771771
LicensedWork: Image Factory
772772
Copyright: (c) 2026 Sidero Labs, Inc.
773-
ChangeDate: "2030-01-22"
773+
ChangeDate: "2030-01-29"
774774
ChangeLicense: Mozilla Public License, version 2.0
775775
EnterpriseLink: https://www.siderolabs.com/contact/
776776
header: |

CHANGELOG.md

Lines changed: 387 additions & 0 deletions
Large diffs are not rendered by default.

deploy/helm/image-factory/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: image-factory
33
description: A Helm chart to deploy Sidero Image Factory on a Kubernetes cluster
44
type: application
55
version: v1.0.0
6-
appVersion: "v1.0.0-beta.0"
6+
appVersion: "v1.0.0"
77
home: https://github.com/siderolabs/image-factory
88
sources:
99
- https://github.com/siderolabs/image-factory

deploy/helm/image-factory/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# image-factory
22

3-
![Version: v1.0.0](https://img.shields.io/badge/Version-v1.0.0-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: v1.0.0-beta.0](https://img.shields.io/badge/AppVersion-v1.0.0--beta.0-informational?style=flat)
3+
![Version: v1.0.0](https://img.shields.io/badge/Version-v1.0.0-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: v1.0.0](https://img.shields.io/badge/AppVersion-v1.0.0-informational?style=flat)
44

55
A Helm chart to deploy Sidero Image Factory on a Kubernetes cluster
66

enterprise/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Licensed Work: Image Factory
77
The Licensed Work is (c) 2026 Sidero Labs, Inc.
88
Additional Use Grant: None
99

10-
Change Date: 2030-01-22
10+
Change Date: 2030-01-29
1111

1212
Change License: Mozilla Public License, version 2.0
1313

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ github_repo = "siderolabs/image-factory"
66
match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$"
77

88
previous = "v0.9.0"
9-
pre_release = true
9+
pre_release = false
1010

1111
[notes]
1212

internal/version/data/tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.0-beta.0
1+
v1.0.0

0 commit comments

Comments
 (0)