chore(deps): update inspektor-gadget (minor)#8855
Conversation
calvin197
left a comment
There was a problem hiding this comment.
🚧 Holding until ig-gadgets 0.54.0 publishes to PMC.
This PR bumps ig → 0.54.0 in components.json, but ig-gadgets (pinned separately in vhdbuilder/packer/install-ig.sh) is still 0.53.2. The two are grouped and must share one upstream version, so the shellspec guard fails:
1) ig-gadgets pinned versions matches every ig upstream version in components.json
When call ig_assert_gadget_versions_match_components
The stderr should eq
expected: ""
got: "Expected ig and ig-gadgets to share one upstream version, found:
0.53.2
0.54.0"
# spec/vhdbuilder/packer/install_ig_spec.sh:66 FAILED
Root cause: ig-gadgets 0.54.0 is not yet published to the PMC feeds (verified — ig has 0.54.0-ubuntu20.04u1, ig-gadgets tops out at 0.53.2-ubuntu20.04u1). ig simply landed upstream ahead of ig-gadgets, which is expected (gadgets is published once per upstream release, on a later cadence).
No action needed / please don't merge. Leaving this open so Renovate auto-rebases it to co-bump ig-gadgets once 0.54.0 lands in PMC — the check will then go green on its own. Do not manually bump install-ig.sh to 0.54.0 in the meantime: that package doesn't exist in the feed yet and would 404 the VHD build download.
burak-ok
left a comment
There was a problem hiding this comment.
🚧 Holding until ig-gadgets 0.54.0 publishes to PMC
Unfortunatly the ig-gadget release will always be 2-4 days behind
| "versionsV2": [ | ||
| { | ||
| "renovateTag": "RPM_registry=https://packages.microsoft.com/azurelinux/3.0/prod/cloud-native/x86_64/repodata, name=ig, os=azurelinux, release=3.0", | ||
| "latestVersion": "0.53.2-1.azl3" |
There was a problem hiding this comment.
@calvin197 do you know why renovate didn't update this line?
This PR contains the following updates:
0.53.2-ubuntu24.04u1→0.54.0-ubuntu24.04u10.53.2-ubuntu22.04u1→0.54.0-ubuntu22.04u10.53.2-ubuntu20.04u1→0.54.0-ubuntu20.04u1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.