Skip to content

Tags: suse-edge/edge-image-builder

Tags

v1.1.0-rc2

Toggle v1.1.0-rc2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
atanasdinov Atanas Dinov
Release v1.1.0-rc2

CHANGELOG

General:
* Custom directories can now be copied to the built image
* Improved Kubernetes definition validation
* Improved Kubernetes resources installation
* RKE2 deployments with Calico, Cilium and Multus on aarch64 platforms are now possible
* Helm chart installation backoff limit is now reduced from 1000 to 20

Image Definition Changes:
* Introduced a dedicated FIPS mode option (`enableFIPS`)

Dependency upgrades:
* "Phone Home" deployments are now utilizing Elemental v1.6
* Embedded registry is now utilizing Hauler v1.0.7
* Network customizations are now utilizing nmc v0.3.1

Bug fixes:
* Large Kubernetes manifests are now properly handled
* Kernel arguments are now properly applied during first boot
* Files and certificates provided by the user now maintain their original permissions
* RPM resolution now no longer produces an error about incorrect PackageHub inclusion

v1.1.0-rc1

Toggle v1.1.0-rc1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
atanasdinov Atanas Dinov
Release v1.1.0-rc1

CHANGELOG

General:
* Added the ability to automatically copy files into the built images filesystem
* Kubernetes manifests are now applied in a systemd service
* Artifact sources origin and metadata are now extracted from a configuration file (`config/artifacts.yaml`)
* Dropped `-chart` suffix from installed Helm chart names
* Added ability to build aarch64 images on an aarch64 host machine
* Added caching for container images
* Added built image name output to build command
* Leftover combustion artifacts are now removed on first boot

Image Definition Changes:
* The `apiVersion` field now supports both `1.0` and `1.1` values
* Adds an optional `apiVersions` field under Helm charts

Image Configuration Directory Changes:
* An optional directory named `os-files` may be included to copy files into the resulting image's filesystem at runtime

Bug fixes:
* Fix kernel args handling causing issues with Leap Micro 6.0

v1.0.2

Toggle v1.0.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
atanasdinov Atanas Dinov
Release v1.0.2

CHANGELOG

General:
- Added the ability to consume both 512/4096 byte sector size disk input base-images
- Added the ability to leverage Elemental node reset for unmanaged operating systems
- Added version command and version marker on CRB images

Bug Fixes:
- Automatically set execute bit on scripts
- Support >512 byte sector size base images
- Only get images from specific Kubernetes objects

v1.0.1

Toggle v1.0.1's commit message
Fix Helm OCI registry URL handling

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
updated release notes for 1.0 release (#404)

v1.0.0-rc3

Toggle v1.0.0-rc3's commit message
Update release notes for RC3 (#350)

v1.0.0-rc2

Toggle v1.0.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updated release notes for RC2 (#334)

v1.0.0-rc1

Toggle v1.0.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updated release notes for v1.0.0-rc1 (#251)

v1.0.0-rc0

Toggle v1.0.0-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add warning message when missing registration code and additional rep…

…os for packageList (#187)

* Add warning message when missing reg code and addrepos for packageList

* Remove needless formatting

v0.1-alpha

Toggle v0.1-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use pigz instead of gzip for base image archive (#111)