Conversation
toanju
commented
Sep 2, 2026
Collaborator
- Initial work on 2150
- Fixup release build
- Update to 2150.4.0
- add chost _pxe flavor
- Update to 2150.4.1
- fix(pxe): use - for stdin for sha256 check
- fixup build to use the correct versioning
- Renaming of the repository
- chore: add renovate.json for base branch config merge
- Pin dependencies (Pin dependencies (rel-2150-dev) #255)
- Update sigstore/cosign-installer action to v4 (Update sigstore/cosign-installer action to v4 (rel-2150-dev) #259)
- Update oras-project/setup-oras action to v2 (Update oras-project/setup-oras action to v2 (rel-2150-dev) #258)
- Update actions/checkout action to v6 (Update actions/checkout action to v6 (rel-2150-dev) #257)
- Update cri-tools version to 1.35 (Update cri-tools version to 1.35 #250) (Update cri-tools version to 1.35 (#250) #260)
- Update to 2150.4.2
- renovate: automate SCI package updates for rel-2150-dev (renovate: automate SCI package updates for rel-2150-dev #265)
- Update SCI custom packages (Update SCI custom packages (rel-2150-dev) #266)
- Update actions/checkout action to v7 (Update actions/checkout action to v7 (rel-2150-dev) #269)
- Update SCI custom packages (Update SCI custom packages (rel-2150-dev) #273)
- Remove packageRules from renovate.json (Remove packageRules from renovate.json #277)
- Update to 2150.5.0 (Update to 2150.5.0 #278)
- Update SCI custom packages (Update SCI custom packages (rel-2150-dev) #288)
- Update SCI custom packages (Update SCI custom packages (rel-2150-dev) #290)
- Update references for upgrade to 2150.6.0 (Update references for upgrade to 2150.6.0 #292)
- Update to 2150.6.0
- Improve sci exec.config (Improve sci exec.config #298)
- Update oras-project/setup-oras digest to 1d808f7 (Update oras-project/setup-oras digest to 1d808f7 (rel-2150-dev) #296)
- Update SCI custom packages (Update SCI custom packages (rel-2150-dev) #301)
- Apply systemd presets (Apply systemd presets #299) (Apply systemd presets (#299) #302)
- fix(ci): try to improve performance
- Update to upstream 2150.7.0 (Update to upstream 2150.7.0 #305)
- Update Group GitHub Actions (Update Group GitHub Actions (rel-2150-dev) #311)
- Bump to 2150.8.0 (Bump to 2150.8.0 #313)
- Rename UKI in persist script (Rename UKI in persist script #316) (Rename UKI in persist script (#316) #318)
- Use not encoded version strings (Use not encoded version strings #323)
- Update SCI custom packages (Update SCI custom packages (rel-2150-dev) #322)
- Update SCI custom packages (Update SCI custom packages (rel-2150-dev) #327)
- Update to 2150.9.0
* use correct libvirt version * add libxml2 to pkg.include to fix build failure of libvirt
Fixup to use correct libvirt version
Update to 2150.4.0
Additional flavor for metal probes
add chost _pxe flavor
fix(pxe): use - for stdin for sha256 check
As with 1877 we need the local `garden-version` script to determine the correct version. For the build this needs to be adjusted since upstream Garden Linux only builds versions with patch == 0.
fixup build to use the correct versioning
changed all related artifacts to gardenlinux-sci
chore: add renovate.json to rel-2150-dev
Renaming of the repository
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Add custom regex managers for libvirt, cloud-hypervisor-gl, and edk2-cloud-hypervisor-gl packages. These packages are hosted in gardenlinux org repos and use branch-specific release tags with a '+bp2150' suffix. The managers: - Extract the version prefix (before the %2B-encoded '+') as the current value for comparison against GitHub release tags - Filter datasource releases to only those ending in '+bp2150' via extractVersionTemplate, excluding staging (+sta) and cross-branch (+bp1877) releases - Write back with the correct URL-encoded suffix via autoReplaceStringTemplate
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tobias Jungel <1773291+toanju@users.noreply.github.com>
Co-authored-by: Tobias Jungel <1773291+toanju@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tobias Jungel <1773291+toanju@users.noreply.github.com>
* cloud hypervisor had debug symbols, hence generally remove them from the package list to avoid installing them * improve quoting in create function Co-authored-by: Tobias Jungel <1773291+toanju@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
we are seeing a lot of `workqueue: ata_sff_pio_task hogged CPU for >10000us 4 times` which comes from the IDE Driver. Try if switching to virtio-blk speeds things up.
* Update to upstream 2150.7.0 Signed-off-by: Tobias Jungel <1773291+toanju@users.noreply.github.com> * add diagnostics Signed-off-by: Tobias Jungel <1773291+toanju@users.noreply.github.com> * add ssh client Signed-off-by: Tobias Jungel <1773291+toanju@users.noreply.github.com> --------- Signed-off-by: Tobias Jungel <1773291+toanju@users.noreply.github.com> Co-authored-by: Tobias Jungel <1773291+toanju@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Tobias Jungel <1773291+toanju@users.noreply.github.com> Co-authored-by: Tobias Jungel <1773291+toanju@users.noreply.github.com>
This renames the UKI file to use GARDENLINUX_CNAME instead of a static name. This supports transitioning to in-place updates. Signed-off-by: Tobias Jungel <1773291+toanju@users.noreply.github.com> Co-authored-by: Tobias Jungel <1773291+toanju@users.noreply.github.com> Backport of 4538861
Use not encoded values for better readability and improve update handling. In addition, future tags will included 2 + signs which now is handled. Signed-off-by: Tobias Jungel <1773291+toanju@users.noreply.github.com> Co-authored-by: Tobias Jungel <1773291+toanju@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Tobias Jungel <1773291+toanju@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.