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.19.1
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.19.2
Choose a head ref
  • 8 commits
  • 2,226 files changed
  • 3 contributors

Commits on Feb 17, 2026

  1. Fix multiple tag error on main and release builds

    On main and release builds, the build workflow was assigning multiple tags at
    the image build time, which was then causing errors when pushing.
    
    This change resolves the issue by using a single temporary tag at build time,
    and only using the final repo tags on push.
    
    Signed-off-by: Feroz Salam <feroz.salam@isovalent.com>
    ferozsalam authored and tklauser committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    d663ac3 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update gcr.io/distroless/static:latest docker digest to …

    …d90359c
    
    Signed-off-by: renovate[bot] <bot@renovateapp.com>
    renovate[bot] authored and tklauser committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    cf8b21b View commit details
    Browse the repository at this point in the history
  3. chore(deps): update actions/stale action to v10.2.0

    Signed-off-by: renovate[bot] <bot@renovateapp.com>
    renovate[bot] authored and tklauser committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    8cabd09 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency cilium/cilium to v1.19.0

    Signed-off-by: renovate[bot] <bot@renovateapp.com>
    renovate[bot] authored and tklauser committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    0e619e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2026

  1. chore(deps): update golangci/golangci-lint docker tag to v2.10.1

    Signed-off-by: renovate[bot] <bot@renovateapp.com>
    renovate[bot] authored and tklauser committed Feb 18, 2026
    Configuration menu
    Copy the full SHA
    2c853e7 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency cilium/cilium to v1.19.1

    Signed-off-by: renovate[bot] <bot@renovateapp.com>
    renovate[bot] authored and tklauser committed Feb 18, 2026
    Configuration menu
    Copy the full SHA
    04eabb0 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. chore(deps): update helm/kind-action action to v1.14.0

    Signed-off-by: renovate[bot] <bot@renovateapp.com>
    renovate[bot] authored and nbusseneau committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    2cc259d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. Prepare for v0.19.2 release

    Signed-off-by: Tobias Klauser <tobias@cilium.io>
    tklauser committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    3ce83aa View commit details
    Browse the repository at this point in the history
Loading