Skip to content

Bump aurora 0.9.0 for uki #3524

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 12, 2025
Merged

Bump aurora 0.9.0 for uki #3524

merged 2 commits into from
Jul 12, 2025

Conversation

Itxaka
Copy link
Member

@Itxaka Itxaka commented Jul 11, 2025

It brings flag changes for UKI

Part of #3222

@Itxaka Itxaka requested a review from Copilot July 11, 2025 15:11
Copilot

This comment was marked as outdated.

@Itxaka Itxaka requested review from Copilot and mudler July 11, 2025 16:14
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds automated version tracking for the auroraboot image in Renovate and bumps the image tag to v0.9.0 across multiple CI workflows, while also introducing new secure-boot and TPM key flags for UKI builds.

  • Added a regexManagers entry in renovate.json to watch quay.io/kairos/auroraboot tags
  • Updated all workflows to use quay.io/kairos/auroraboot:v0.9.0
  • Enhanced UKI test steps with --public-keys, --tpm-pcr-private-key, --sb-key, and --sb-cert flags

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
renovate.json Add regex manager to auto-pin auroraboot Docker image versions
.github/workflows/upload-cloud-images.yaml Bump auroraboot image tag to v0.9.0
.github/workflows/reusable-uki-test.yaml Bump image tag and add TPM/SB key flags for UKI build
.github/workflows/reusable-release.yaml Update release build to use v0.9.0 tag
.github/workflows/reusable-build-flavor.yaml Update flavor build to use v0.9.0 tag
Comments suppressed due to low confidence (4)

.github/workflows/upload-cloud-images.yaml:77

  • [nitpick] The auroraboot version is hardcoded here; consider extracting the tag into a single variable or workflow input to avoid manual updates in multiple places.
            -v $PWD:/aurora --rm quay.io/kairos/auroraboot:v0.9.0 \

.github/workflows/reusable-uki-test.yaml:145

  • [nitpick] Hardcoding the auroraboot tag in each workflow can lead to drift; consider a shared parameter or YAML anchor for the version.
          quay.io/kairos/auroraboot:v0.9.0 --debug build-uki --output-dir /output/ --output-type iso \

.github/workflows/reusable-uki-test.yaml:146

  • New secure-boot and TPM-related flags are added; ensure you have tests or validation in place to cover these flags and their error paths.
          --public-keys /keys \

.github/workflows/reusable-build-flavor.yaml:138

  • [nitpick] This workflow also hardcodes the auroraboot version; centralizing the tag definition will reduce duplication.
          quay.io/kairos/auroraboot:v0.9.0 \

Copy link
Member

@mudler mudler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Itxaka Itxaka enabled auto-merge (squash) July 11, 2025 16:40
@Itxaka Itxaka changed the title Test aurora 0.9.0-rc1 for uki Bump aurora 0.9.0 for uki Jul 11, 2025
@Itxaka Itxaka disabled auto-merge July 11, 2025 16:40
@Itxaka Itxaka enabled auto-merge (squash) July 11, 2025 16:40
@Itxaka Itxaka merged commit b679ecc into master Jul 12, 2025
83 of 84 checks passed
@Itxaka Itxaka deleted the auroraboot-rc-keys-change branch July 12, 2025 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants