Skip to content
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

[DO NOT MERGE] Release/v3.0.9 #2524

Closed
wants to merge 7 commits into from
Closed

Commits on May 1, 2024

  1. Remove dependencies from tumbleweed rpi

    Otherwise the image grows for another 500M and it takes too much space
    in the default configurations to save on an SD card.
    
    I'm assuming that these tpm features are not needed atm on rpi, if they
    are we can do a later release with a proper fix.
    
    Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
    mauromorales committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f1aa0ac View commit details
    Browse the repository at this point in the history
  2. 🐛 Move nfs-utils to common build target in opensuse flavor (#2495)

    Move nfs-utils to common build target in opensuse flavor
    
    relates to issue #1538 and pr #2340
    
    Signed-off-by: Kai Ehrhardt <ehrhardt.kai@gmail.com>
    kaiehrhardt authored and mauromorales committed May 1, 2024
    Configuration menu
    Copy the full SHA
    ffa9d80 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Bump fedora from 38 to 39 (#2446)

    Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
    mauromorales committed May 2, 2024
    Configuration menu
    Copy the full SHA
    c319d9f View commit details
    Browse the repository at this point in the history
  2. Add test for custom partioning (#2291)

    * Add test for custom partioning
    
    not currently passing because the fix is not there (TDD)
    
    Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
    
    * Add sanity check and fix config
    
    Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
    
    * Remove "replace" for peg in go.mod (now merged)
    
    Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
    
    * [TMP] Run tests using a branch
    
    Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
    
    * Add custom partitioning test in the pipelines
    
    Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
    
    * Use core artifact
    
    Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
    
    * Change flavor to one that we actually build
    
    Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
    
    * Fix test
    
    Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
    
    * Bump kairos-agent through framework and remove tmp hack
    
    Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
    
    * Apply suggestions from code review
    
    Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
    
    * Use setup for legacy bios
    
    Locally I had a forgotten "FIRMWARE" env variable set (from previous
    runs) and that make my tests pass with efi partitions. In CI it boot
    in legacy bios mode.
    
    Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
    
    ---------
    
    Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
    jimmykarily authored and mauromorales committed May 2, 2024
    Configuration menu
    Copy the full SHA
    9688c74 View commit details
    Browse the repository at this point in the history
  3. Add Ubuntu 24.04 to pipelines (#2447)

    * Add Ubuntu 24.04 to pipelines
    
    And introduce reusable test for uki
    
    Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
    
    * Introduce new kernel
    
    Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
    
    * Add rpi4
    
    Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
    
    * Adapt new custom partitioning test
    
    Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
    
    ---------
    
    Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
    mauromorales committed May 2, 2024
    Configuration menu
    Copy the full SHA
    73e6583 View commit details
    Browse the repository at this point in the history
  4. Add ubuntu 24.04 arm generic (#2480)

    * Add ubuntu 24.04 arm generic
    
    Signed-off-by: Mauro Morales <contact@mauromorales.com>
    
    * add to flavors.json and refactor
    
    Signed-off-by: Mauro Morales <contact@mauromorales.com>
    
    * kairos-ubuntu dockerfile
    
    Signed-off-by: Mauro Morales <contact@mauromorales.com>
    
    ---------
    
    Signed-off-by: Mauro Morales <contact@mauromorales.com>
    mauromorales committed May 2, 2024
    Configuration menu
    Copy the full SHA
    67e1465 View commit details
    Browse the repository at this point in the history
  5. Remove dependency on bash

    Actual fix in kairos-io/packages#839 this is
    just to make this release a bit simpler
    
    Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
    mauromorales committed May 2, 2024
    Configuration menu
    Copy the full SHA
    c95475c View commit details
    Browse the repository at this point in the history