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.17.0
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.18.0
Choose a head ref
  • 8 commits
  • 14 files changed
  • 3 contributors

Commits on Feb 25, 2025

  1. chore(deps): update actions/upload-artifact action to v4.6.1

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

Commits on Feb 26, 2025

  1. Always update github.com/cilium/cilium from main

    Currently, renovate will try to update to the latest patch release, i.e.
    1.17.1 at the moment but the stable branches on github.com/cilium/cilium
    don't contain the cilium-cli/ directory, thus breaking the build on
    update PRs, see e.g. #2948
    
    Instead, we should always be vendoring the latest version from main.
    Drop the renovate configuration accordingly and instead update the
    github.com/cilium/cilium dependency upon release of a new cilium-cli
    version.
    
    Signed-off-by: Tobias Klauser <tobias@cilium.io>
    tklauser committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    58d2cf5 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update actions/download-artifact action to v4.1.9

    Signed-off-by: renovate[bot] <bot@renovateapp.com>
    renovate[bot] authored and tklauser committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    85f9c73 View commit details
    Browse the repository at this point in the history
  3. renovate: clean up configuration

    The only direct dependency in go.mod is github.com/cilium/cilium which
    is updated manually before release (see
    #2951).
    
    The Go version in go.mod is already excluded from being updated by
    renovate and because there are no other modules to update anymore we can
    omit go.mod from being updated by renovate altogether.
    
    Also remove some leftover configuration that no longer applies as a
    result of the merge of cilium-cli into github.com/cilium/cilium.
    
    Signed-off-by: Tobias Klauser <tobias@cilium.io>
    tklauser committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    dc044ce View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. chore(deps): update all github action dependencies

    Signed-off-by: renovate[bot] <bot@renovateapp.com>
    renovate[bot] authored and michi-covalent committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    e843456 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency go to v1.24.0

    Signed-off-by: renovate[bot] <bot@renovateapp.com>
    renovate[bot] authored and michi-covalent committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    cf35690 View commit details
    Browse the repository at this point in the history
  3. action: Clean up the logic to handle go-mod-directory

    - Partially revert commit cc1a61d [^1] since Cilium updated the Go
      version to 1.24 in main branch [^2].
    - Change the default go-mod-directory to the top-level directory to
      match the current code structure in cilium/cilium where go.mod file
      is only in the top-level directory.
    - Set setup-go cache-dependency-path parameter to '**/go.sum' so that
      caching works regardless of how go-mod-directory parameter is set.
    
    [^1]: #2871
    [^2]: cilium/cilium#37852
    
    Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
    michi-covalent committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    5f37277 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. Prepare for v0.18.0 release

    Bumping up the minor version to indicate that there is a behavior change
    in cilium-cli GitHub Action [^1].
    
    [^1]: #2956
    
    Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
    michi-covalent committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    1ea75a0 View commit details
    Browse the repository at this point in the history
Loading