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: cilium/cilium-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.8
Choose a base ref
...
head repository: cilium/cilium-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.16.9
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on May 30, 2024

  1. Update stable release to v0.16.8

    Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
    michi-covalent committed May 30, 2024
    Configuration menu
    Copy the full SHA
    7eb263d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. clustermesh: fix status retrieval on v1.14 with kvstoremesh enabled

    The blamed commit broke clustermesh status retrieval on Cilium v1.14
    when kvstoremesh is enabled. Indeed, although it already included a
    check to try to figure out whether the kvstoremesh status was not
    yet exposed by a given Cilium version, it did not account for v1.14
    using a completely separate image (and binary name) for kvstoremesh.
    Let's fix this by adding the appropriate exception.
    
    Fixes: fa7e30e ("clustermesh: output kvstoremesh status as part of clustermesh status")
    Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
    giorio94 authored and tklauser committed May 31, 2024
    Configuration menu
    Copy the full SHA
    8b4e7da View commit details
    Browse the repository at this point in the history
  2. fix(deps): update github.com/cilium/charts digest to f365292

    Signed-off-by: renovate[bot] <bot@renovateapp.com>
    renovate[bot] authored and michi-covalent committed May 31, 2024
    Configuration menu
    Copy the full SHA
    8c7bb2c View commit details
    Browse the repository at this point in the history
  3. Prepare for v0.16.9 release

    Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
    michi-covalent committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d86ae1c View commit details
    Browse the repository at this point in the history
Loading