Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ spec:
Licensor: Sidero Labs, Inc.
LicensedWork: Image Factory
Copyright: (c) 2026 Sidero Labs, Inc.
ChangeDate: "2030-01-22"
ChangeDate: "2030-01-29"
ChangeLicense: Mozilla Public License, version 2.0
EnterpriseLink: https://www.siderolabs.com/contact/
header: |
Expand Down
383 changes: 383 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion deploy/helm/image-factory/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: image-factory
description: A Helm chart to deploy Sidero Image Factory on a Kubernetes cluster
type: application
version: v1.0.0-alpha.0
appVersion: "v1.0.0-beta.0"
appVersion: "v1.0.0"
home: https://github.com/siderolabs/image-factory
sources:
- https://github.com/siderolabs/image-factory
Expand Down
2 changes: 1 addition & 1 deletion enterprise/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Licensed Work: Image Factory
The Licensed Work is (c) 2026 Sidero Labs, Inc.
Additional Use Grant: None

Change Date: 2030-01-22
Change Date: 2030-01-29

Change License: Mozilla Public License, version 2.0

Expand Down
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ github_repo = "siderolabs/image-factory"
match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$"

previous = "v0.9.0"
pre_release = true
pre_release = false

[notes]

Expand Down
2 changes: 1 addition & 1 deletion internal/version/data/tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.0-beta.0
v1.0.0
Loading