Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: balena-os/meta-balena
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: eefb5c821b33171a468cd30e4de51e710a36ae7d
Choose a base ref
...
head repository: balena-os/meta-balena
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 124539560c0d8d4561d4695d11cd1dc75ca42163
Choose a head ref
  • 16 commits
  • 12 files changed
  • 5 contributors

Commits on Jul 17, 2024

  1. kmod: enable zstd

    Enable zstd support for kmod to allow modprobe to load compressed
    modules.
    
    Change-type: patch
    Signed-off-by: Joseph Kogut <joseph@balena.io>
    jakogut committed Jul 17, 2024
    Copy the full SHA
    df352c7 View commit details
  2. image-balena: support zst compressed modules

    Change-type: patch
    Signed-off-by: Joseph Kogut <joseph@balena.io>
    jakogut committed Jul 17, 2024
    Copy the full SHA
    77ce253 View commit details
  3. kernel-balena: enable zstd module compression

    Enable zstandard module compression in kernels > v5.13, as this feature
    was introduced in commit c3d7ef377eb25, first published in that release.
    
    Change-type: major
    Signed-off-by: Joseph Kogut <joseph@balena.io>
    jakogut committed Jul 17, 2024
    Copy the full SHA
    3aa66ff View commit details
  4. common: remove module compression bbclass

    This class is no longer necessary, as the kernel is configured to use
    module compression and in-kernel decompression when available.
    
    Change-type: patch
    Signed-off-by: Joseph Kogut <joseph@balena.io>
    jakogut committed Jul 17, 2024
    Copy the full SHA
    fbb35d5 View commit details

Commits on Jul 19, 2024

  1. Copy the full SHA
    e5ed142 View commit details
  2. v6.0.0

    flowzone-app[bot] authored Jul 19, 2024
    Copy the full SHA
    359a462 View commit details
  3. NetworkManager: remove duplicate rules in shared dispatcher script

    Sometimes on NetworkManager restart a new rule for a shared interface
    is added, but the old rule is not cleaned up properly, so the rules
    are just piling up. This patch makes the shared dispatcher script
    clean up duplicates if it finds any.
    
    Change-type: patch
    Signed-off-by: Michal Toman <michalt@balena.io>
    mtoman committed Jul 19, 2024
    Copy the full SHA
    90093d5 View commit details
  4. Merge pull request #3466 from balena-os/mtoman/shared-remove-duplicat…

    …e-rules
    
    NetworkManager: remove duplicate rules in shared dispatcher script
    flowzone-app[bot] authored Jul 19, 2024
    Copy the full SHA
    b7bbc15 View commit details
  5. v6.0.1

    flowzone-app[bot] authored Jul 19, 2024
    Copy the full SHA
    477bcf8 View commit details
  6. Update tests/leviathan digest to 081cbeb

    Update tests/leviathan
    Change-type: patch
    balena-renovate[bot] committed Jul 19, 2024
    Copy the full SHA
    1440f5c View commit details
  7. Merge pull request #3467 from balena-os/renovate/tests-leviathan-digest

    Update tests/leviathan digest to 081cbeb
    balena-renovate[bot] authored Jul 19, 2024
    Copy the full SHA
    a965117 View commit details
  8. v6.0.2

    flowzone-app[bot] authored Jul 19, 2024
    Copy the full SHA
    ba25d47 View commit details

Commits on Jul 22, 2024

  1. conf: distro: set default docker API version

    This is used to match the API version used in the build pipeline with
    the balena version used in the image.
    
    Change-type: patch
    Signed-off-by: Alex Gonzalez <alexg@balena.io>
    alexgg committed Jul 22, 2024
    Copy the full SHA
    39194a0 View commit details
  2. Update docker API version to match the v20.10 engine version

    Update the API version to the version set in the distro configuration,
    which must match the API version of the balena package.
    
    Change-type: patch
    Signed-off-by: Alex Gonzalez <alexg@balena.io>
    alexgg committed Jul 22, 2024
    Copy the full SHA
    b129f29 View commit details
  3. Merge pull request #3438 from balena-os/alexgg/apiversion

    Update docker API version in recipes to match balena API version
    flowzone-app[bot] authored Jul 22, 2024
    Copy the full SHA
    4e30b67 View commit details
  4. v6.0.3

    flowzone-app[bot] authored Jul 22, 2024
    Copy the full SHA
    1245395 View commit details
Loading