Skip to content

Commit a42b9d9

Browse files
committed
release(v1.0.2): prepare release
This is the official v1.0.2 release. Signed-off-by: Noel Georgi <git@frezbo.dev>
1 parent 80d1ba3 commit a42b9d9

7 files changed

Lines changed: 34 additions & 7 deletions

File tree

.kres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ spec:
773773
Licensor: Sidero Labs, Inc.
774774
LicensedWork: Image Factory
775775
Copyright: (c) 2026 Sidero Labs, Inc.
776-
ChangeDate: "2030-02-03"
776+
ChangeDate: "2030-02-04"
777777
ChangeLicense: Mozilla Public License, version 2.0
778778
EnterpriseLink: https://www.siderolabs.com/contact/
779779
header: |

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## [image-factory 1.0.2](https://github.com/siderolabs/image-factory/releases/tag/v1.0.2) (2026-02-04)
2+
3+
Welcome to the v1.0.2 release of image-factory!
4+
5+
6+
7+
Please try out the release binaries and report any issues at
8+
https://github.com/siderolabs/image-factory/issues.
9+
10+
### Contributors
11+
12+
* Noel Georgi
13+
14+
### Changes
15+
<details><summary>1 commit</summary>
16+
<p>
17+
18+
* [`80d1ba3`](https://github.com/siderolabs/image-factory/commit/80d1ba3e0e2a94f86cd37f80786743d928eb2b24) fix: pass nameoptions to verify bundle too
19+
</p>
20+
</details>
21+
22+
### Dependency Changes
23+
24+
This release has no dependency changes
25+
26+
Previous release can be found at [v1.0.1](https://github.com/siderolabs/image-factory/releases/tag/v1.0.1)
27+
128
## [image-factory 1.0.1](https://github.com/siderolabs/image-factory/releases/tag/v1.0.1) (2026-02-03)
229

330
Welcome to the v1.0.1 release of image-factory!

deploy/helm/image-factory/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: image-factory
33
description: A Helm chart to deploy Sidero Image Factory on a Kubernetes cluster
44
type: application
5-
version: v1.0.0
6-
appVersion: "v1.0.1"
5+
version: v1.0.2
6+
appVersion: "v1.0.2"
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.1](https://img.shields.io/badge/AppVersion-v1.0.1-informational?style=flat)
3+
![Version: v1.0.2](https://img.shields.io/badge/Version-v1.0.2-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: v1.0.2](https://img.shields.io/badge/AppVersion-v1.0.2-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-02-03
10+
Change Date: 2030-02-04
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
@@ -5,7 +5,7 @@ project_name = "image-factory"
55
github_repo = "siderolabs/image-factory"
66
match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$"
77

8-
previous = "v1.0.0"
8+
previous = "v1.0.1"
99
pre_release = false
1010

1111
[notes]

internal/version/data/tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.1
1+
v1.0.2

0 commit comments

Comments
 (0)