-
Notifications
You must be signed in to change notification settings - Fork 212
Comparing changes
Open a pull request
base repository: cilium/cilium-cli
base: v0.17.0
head repository: cilium/cilium-cli
compare: v0.18.0
- 8 commits
- 14 files changed
- 3 contributors
Commits on Feb 25, 2025
-
chore(deps): update actions/upload-artifact action to v4.6.1
Signed-off-by: renovate[bot] <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for e2d1245 - Browse repository at this point
Copy the full SHA e2d1245View commit details
Commits on Feb 26, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 58d2cf5 - Browse repository at this point
Copy the full SHA 58d2cf5View commit details -
chore(deps): update actions/download-artifact action to v4.1.9
Signed-off-by: renovate[bot] <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 85f9c73 - Browse repository at this point
Copy the full SHA 85f9c73View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for dc044ce - Browse repository at this point
Copy the full SHA dc044ceView commit details
Commits on Feb 28, 2025
-
chore(deps): update all github action dependencies
Signed-off-by: renovate[bot] <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for e843456 - Browse repository at this point
Copy the full SHA e843456View commit details -
chore(deps): update dependency go to v1.24.0
Signed-off-by: renovate[bot] <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for cf35690 - Browse repository at this point
Copy the full SHA cf35690View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5f37277 - Browse repository at this point
Copy the full SHA 5f37277View commit details
Commits on Mar 1, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 1ea75a0 - Browse repository at this point
Copy the full SHA 1ea75a0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.17.0...v0.18.0