File tree Expand file tree Collapse file tree
deploy/helm/image-factory Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change 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
330Welcome to the v1.0.1 release of image-factory!
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : image-factory
33description : A Helm chart to deploy Sidero Image Factory on a Kubernetes cluster
44type : application
5- version : v1.0.0
6- appVersion : " v1.0.1 "
5+ version : v1.0.2
6+ appVersion : " v1.0.2 "
77home : https://github.com/siderolabs/image-factory
88sources :
99 - https://github.com/siderolabs/image-factory
Original file line number Diff line number Diff line change 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
55A Helm chart to deploy Sidero Image Factory on a Kubernetes cluster
66
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Licensed Work: Image Factory
77 The Licensed Work is (c) 2026 Sidero Labs, Inc.
88Additional Use Grant: None
99
10- Change Date: 2030-02-03
10+ Change Date: 2030-02-04
1111
1212Change License: Mozilla Public License, version 2.0
1313
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ project_name = "image-factory"
55github_repo = " siderolabs/image-factory"
66match_deps = " ^github.com/(siderolabs/[a-zA-Z0-9-]+)$"
77
8- previous = " v1.0.0 "
8+ previous = " v1.0.1 "
99pre_release = false
1010
1111[notes ]
Original file line number Diff line number Diff line change 1- v1.0.1
1+ v1.0.2
You can’t perform that action at this time.
0 commit comments