Skip to content

Update quay.io/kairos/kairos-init Docker tag to v0.16.1#37

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/quay.io-kairos-kairos-init-0.x
Open

Update quay.io/kairos/kairos-init Docker tag to v0.16.1#37
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/quay.io-kairos-kairos-init-0.x

Conversation

@renovate

@renovate renovate Bot commented Feb 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
quay.io/kairos/kairos-init stage minor v0.7.0v0.16.1

Release Notes

kairos-io/kairos-init (quay.io/kairos/kairos-init)

v0.16.1

Compare Source

What's Changed

Full Changelog: kairos-io/kairos-init@v0.16.0...v0.16.1

v0.16.0

Compare Source

What's Changed

Full Changelog: kairos-io/kairos-init@v0.15.2...v0.16.0

v0.15.3

Compare Source

Backport of #​407: skip nvdimm linux-modules-extra workaround on Ubuntu kernels where Canonical dropped the split (noble linux-hwe-7.0 and up).

v0.15.2

Compare Source

What's Changed

Full Changelog: kairos-io/kairos-init@v0.15.1...v0.15.2

v0.15.1

Compare Source

What's Changed

Full Changelog: kairos-io/kairos-init@v0.15.0...v0.15.1

v0.15.0

Compare Source

What's Changed

Full Changelog: kairos-io/kairos-init@v0.14.7...v0.15.0

v0.14.8

Compare Source

Backport of #​407: skip nvdimm linux-modules-extra workaround on Ubuntu kernels where Canonical dropped the split (noble linux-hwe-7.0 and up).

v0.14.7

Compare Source

What's Changed

Full Changelog: kairos-io/kairos-init@v0.14.6...v0.14.7

v0.14.6

Compare Source

Full Changelog: kairos-io/kairos-init@v0.14.5...v0.14.6

v0.14.5

Compare Source

What's Changed

Full Changelog: kairos-io/kairos-init@v0.14.4...v0.14.5

v0.14.4

Compare Source

Full Changelog: kairos-io/kairos-init@v0.14.3...v0.14.4

v0.14.3

Compare Source

What's Changed

Full Changelog: kairos-io/kairos-init@v0.14.2...v0.14.3

v0.14.2

Compare Source

What's Changed

Full Changelog: kairos-io/kairos-init@v0.14.1...v0.14.2

v0.14.1

Compare Source

What's Changed

Full Changelog: kairos-io/kairos-init@v0.14.0...v0.14.1

v0.14.0

Compare Source

What's Changed

Full Changelog: kairos-io/kairos-init@v0.13.1...v0.14.0

v0.13.1

Compare Source

What's Changed

Full Changelog: kairos-io/kairos-init@v0.13.0...v0.13.1

v0.13.0

Compare Source

What's Changed

Full Changelog: kairos-io/kairos-init@v0.12.1...v0.13.0

v0.12.1

Compare Source

What's Changed

Full Changelog: kairos-io/kairos-init@v0.12.0...v0.12.1

v0.12.0

Compare Source

What's Changed

Full Changelog: kairos-io/kairos-init@v0.11.0...v0.12.0

v0.11.0

Compare Source

What's Changed
  • ⬆️ Update dependency kairos-io/immucore to v0.15.0 by @​renovate[bot] in #​333
  • fix: wrap loopback -d loop0 with conditional to avoid errors on fresh installs by @​Copilot in #​336

Full Changelog: kairos-io/kairos-init@v0.10.1...v0.11.0

v0.10.2

Compare Source

Changelog
  • 4fc5940 fix: wrap loopback -d loop0 with conditional to avoid errors on fresh installs (#​336)

This release fixes a regression introduced in the previous patch where the GRUB configuration unconditionally ran loopback -d loop0 before mounting the boot image. On fresh installs where no prior
upgrade had occurred, loop0 does not yet exist, causing GRUB to display an error and stall — requiring the user to manually press Enter before boot could continue, breaking unattended/automated
installations.

The fix wraps the loopback -d loop0 call in a conditional check so it only runs when loop0 is actually present.

Upgrade note: This affects all systems installed or upgraded using kairos-init v0.8.7 / v0.9.0 / v0.10.0 / v0.10.1. Existing systems already installed and booting are unaffected — the issue only manifests during the first boot after a fresh install.

v0.10.1

Compare Source

[!WARNING]
This release contains a known bug. On fresh installs, GRUB unconditionally attempts to detach
loop0 before it exists, causing an error prompt that requires manually pressing Enter — this
breaks unattended/automated installations.

Please upgrade to the fixed version:

  • If you are on v0.8.x → use v0.8.8
  • If you are on v0.9.x → use v0.9.1
  • If you are on v0.10.x → use v0.10.2
What's Changed

Full Changelog: kairos-io/kairos-init@v0.10.0...v0.10.1

v0.10.0

Compare Source

[!WARNING]
This release contains a known bug. On fresh installs, GRUB unconditionally attempts to detach
loop0 before it exists, causing an error prompt that requires manually pressing Enter — this
breaks unattended/automated installations.

Please upgrade to the fixed version:

  • If you are on v0.8.x → use v0.8.8
  • If you are on v0.9.x → use v0.9.1
  • If you are on v0.10.x → use v0.10.2
What's Changed

Full Changelog: kairos-io/kairos-init@v0.9.0...v0.10.0

v0.9.1

Compare Source

Changelog
  • b19a37b fix: wrap loopback -d loop0 with conditional to avoid errors on fresh installs (#​336)

This release fixes a regression introduced in the previous patch where the GRUB configuration unconditionally ran loopback -d loop0 before mounting the boot image. On fresh installs where no prior
upgrade had occurred, loop0 does not yet exist, causing GRUB to display an error and stall — requiring the user to manually press Enter before boot could continue, breaking unattended/automated
installations.

The fix wraps the loopback -d loop0 call in a conditional check so it only runs when loop0 is actually present.

Upgrade note: This affects all systems installed or upgraded using kairos-init v0.8.7 / v0.9.0 / v0.10.0 / v0.10.1. Existing systems already installed and booting are unaffected — the issue only manifests during the first boot after a fresh install.

v0.9.0

Compare Source

[!WARNING]
This release contains a known bug. On fresh installs, GRUB unconditionally attempts to detach
loop0 before it exists, causing an error prompt that requires manually pressing Enter — this
breaks unattended/automated installations.

Please upgrade to the fixed version:

  • If you are on v0.8.x → use v0.8.8
  • If you are on v0.9.x → use v0.9.1
  • If you are on v0.10.x → use v0.10.2
What's Changed
New Contributors

Full Changelog: kairos-io/kairos-init@v0.8.7...v0.9.0

v0.8.13

Compare Source

Backport of #​407: skip nvdimm linux-modules-extra workaround on Ubuntu kernels where Canonical dropped the split (noble linux-hwe-7.0 and up).

v0.8.12

Compare Source

Full Changelog: kairos-io/kairos-init@v0.8.11...v0.8.12

v0.8.11

Compare Source

Full Changelog: kairos-io/kairos-init@v0.8.10...v0.8.11

v0.8.10

Compare Source

Full Changelog: kairos-io/kairos-init@v0.8.9...v0.8.10

v0.8.9

Compare Source

Full Changelog: kairos-io/kairos-init@v0.8.8...v0.8.9

v0.8.8

Compare Source

Changelog
  • cf447ca fix: wrap loopback -d loop0 with conditional to avoid errors on fresh installs (#​336)

This release fixes a regression introduced in the previous patch where the GRUB configuration unconditionally ran loopback -d loop0 before mounting the boot image. On fresh installs where no prior
upgrade had occurred, loop0 does not yet exist, causing GRUB to display an error and stall — requiring the user to manually press Enter before boot could continue, breaking unattended/automated
installations.

The fix wraps the loopback -d loop0 call in a conditional check so it only runs when loop0 is actually present.

Upgrade note: This affects all systems installed or upgraded using kairos-init v0.8.7 / v0.9.0 / v0.10.0 / v0.10.1. Existing systems already installed and booting are unaffected — the issue only manifests during the first boot after a fresh install.

v0.8.7

Compare Source

[!WARNING]
This release contains a known bug. On fresh installs, GRUB unconditionally attempts to detach
loop0 before it exists, causing an error prompt that requires manually pressing Enter — this
breaks unattended/automated installations.

Please upgrade to the fixed version:

  • If you are on v0.8.x → use v0.8.8
  • If you are on v0.9.x → use v0.9.1
  • If you are on v0.10.x → use v0.10.2
What's Changed

Full Changelog: kairos-io/kairos-init@v0.8.6...v0.8.7

v0.8.6

Compare Source

What's Changed
New Contributors

Full Changelog: kairos-io/kairos-init@v0.8.5...v0.8.6

v0.8.5

Compare Source

What's Changed

Full Changelog: kairos-io/kairos-init@v0.8.4...v0.8.5

v0.8.4

Compare Source

What's Changed

Full Changelog: kairos-io/kairos-init@v0.8.3...v0.8.4

v0.8.3

Compare Source

What's Changed

Full Changelog: kairos-io/kairos-init@v0.8.2...v0.8.3

v0.8.2

Compare Source

What's Changed

Full Changelog: kairos-io/kairos-init@v0.8.1...v0.8.2

v0.8.1

Compare Source

What's Changed
  • fix: normalize openSUSE regex matching and fix malformed SUSE alternation by @​mvegter in #​294

Full Changelog: kairos-io/kairos-init@v0.8.0...v0.8.1

v0.8.0

Compare Source

What's Changed

This release brings out of the box support for transforming Sle Micro Rancher 5.4 images to Kairos without the need to register them with suse to obtain proper repo. It also cleans them up as they usually come with a kernel already out of the box.

Full Changelog: kairos-io/kairos-init@v0.7.4...v0.8.0

v0.7.4

Compare Source

What's Changed

Full Changelog: kairos-io/kairos-init@v0.7.3...v0.7.4

v0.7.3

Compare Source

What's Changed
  • ⬆️ Update dependency kairos-io/provider-kairos to v2.14.1 by @​renovate[bot] in #​288

Full Changelog: kairos-io/kairos-init@v0.7.2...v0.7.3

v0.7.2

Compare Source

What's Changed
New Contributors

Full Changelog: kairos-io/kairos-init@v0.7.1...v0.7.2

v0.7.1

Compare Source

What's Changed

Full Changelog: kairos-io/kairos-init@v0.7.0...v0.7.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.7.1 Update quay.io/kairos/kairos-init Docker tag to v0.7.2 Mar 15, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from 1f93d31 to aad7cff Compare March 15, 2026 08:53
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.7.2 Update quay.io/kairos/kairos-init Docker tag to v0.7.3 Mar 16, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from aad7cff to c612845 Compare March 16, 2026 09:38
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.7.3 Update quay.io/kairos/kairos-init Docker tag to v0.7.4 Mar 17, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from c612845 to 01d6787 Compare March 17, 2026 10:01
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.7.4 Update quay.io/kairos/kairos-init Docker tag to v0.8.0 Mar 18, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from 01d6787 to 557bc5c Compare March 18, 2026 09:48
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.8.0 Update quay.io/kairos/kairos-init Docker tag to v0.8.1 Mar 18, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from 557bc5c to 04e3ece Compare March 18, 2026 18:01
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.8.1 Update quay.io/kairos/kairos-init Docker tag to v0.8.2 Mar 19, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from 04e3ece to f432d40 Compare March 19, 2026 09:51
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.8.2 Update quay.io/kairos/kairos-init Docker tag to v0.8.4 Mar 20, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from f432d40 to 0997102 Compare March 20, 2026 12:48
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.8.4 Update quay.io/kairos/kairos-init Docker tag to v0.8.5 Mar 25, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from 0997102 to 15f20c8 Compare March 25, 2026 13:45
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.8.5 Update quay.io/kairos/kairos-init Docker tag to v0.8.6 Apr 9, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from 15f20c8 to 771445b Compare April 9, 2026 14:59
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.8.6 Update quay.io/kairos/kairos-init Docker tag to v0.8.7 Apr 13, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from 771445b to 500f595 Compare April 13, 2026 20:44
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.8.7 Update quay.io/kairos/kairos-init Docker tag to v0.9.0 Apr 22, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from 500f595 to 54b23f5 Compare April 22, 2026 15:57
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.9.0 Update quay.io/kairos/kairos-init Docker tag to v0.10.0 Apr 24, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from 54b23f5 to 39e46c2 Compare April 24, 2026 11:37
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.10.0 Update quay.io/kairos/kairos-init Docker tag to v0.10.1 May 1, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from 39e46c2 to 0077076 Compare May 1, 2026 12:32
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.10.1 Update quay.io/kairos/kairos-init Docker tag to v0.11.0 May 5, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from 0077076 to 2e7bd91 Compare May 5, 2026 18:42
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.11.0 Update quay.io/kairos/kairos-init Docker tag to v0.12.0 May 12, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from 2e7bd91 to 875eb55 Compare May 12, 2026 13:03
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from 875eb55 to 20dad08 Compare May 13, 2026 09:08
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.12.1 Update quay.io/kairos/kairos-init Docker tag to v0.13.0 May 14, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from 20dad08 to ab12121 Compare May 14, 2026 18:30
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.13.0 Update quay.io/kairos/kairos-init Docker tag to v0.13.1 May 19, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from ab12121 to 34f5f9a Compare May 19, 2026 17:37
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.13.1 Update quay.io/kairos/kairos-init Docker tag to v0.14.0 Jun 1, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from 34f5f9a to 21b89f3 Compare June 1, 2026 23:13
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.14.0 Update quay.io/kairos/kairos-init Docker tag to v0.14.1 Jun 4, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from 21b89f3 to 99ff00e Compare June 4, 2026 09:34
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.14.1 Update quay.io/kairos/kairos-init Docker tag to v0.14.2 Jun 4, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from 99ff00e to 629f0db Compare June 4, 2026 16:04
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.14.2 Update quay.io/kairos/kairos-init Docker tag to v0.14.3 Jun 5, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from 629f0db to bdd57c0 Compare June 5, 2026 14:51
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.14.3 Update quay.io/kairos/kairos-init Docker tag to v0.14.4 Jun 5, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from bdd57c0 to cb2fd0c Compare June 5, 2026 16:43
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.14.4 Update quay.io/kairos/kairos-init Docker tag to v0.14.5 Jun 8, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from cb2fd0c to 5283005 Compare June 8, 2026 23:05
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.14.5 Update quay.io/kairos/kairos-init Docker tag to v0.14.6 Jun 9, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from 5283005 to 218cb3f Compare June 9, 2026 09:15
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.14.6 Update quay.io/kairos/kairos-init Docker tag to v0.14.7 Jun 23, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from 218cb3f to 1e35372 Compare June 23, 2026 14:06
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.14.7 Update quay.io/kairos/kairos-init Docker tag to v0.15.0 Jun 23, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from 1e35372 to db6bd13 Compare June 23, 2026 18:14
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.15.0 Update quay.io/kairos/kairos-init Docker tag to v0.15.1 Jul 6, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from db6bd13 to 91cc63a Compare July 6, 2026 21:38
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.15.1 Update quay.io/kairos/kairos-init Docker tag to v0.15.2 Jul 7, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from 91cc63a to 437f2b8 Compare July 7, 2026 22:47
@renovate renovate Bot changed the title Update quay.io/kairos/kairos-init Docker tag to v0.15.2 Update quay.io/kairos/kairos-init Docker tag to v0.16.1 Jul 13, 2026
@renovate
renovate Bot force-pushed the renovate/quay.io-kairos-kairos-init-0.x branch from 437f2b8 to 8a8522f Compare July 13, 2026 20:55
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.

0 participants