dependabot (gomod) upgrades "minor" versions when it says it is upgrading "patch" versions #7607
Closed
1 task done
Labels
T: bug 🐞
Something isn't working
Is there an existing issue for this?
Package ecosystem
gomod
Package manager version
Go 1.19
Language version
Go 1.19
Manifest location and content before the Dependabot update
https://github.com/kanisterio/kanister/blob/0ec651b1a6a5a10ad98c5fd1698aa673d72c4d70/go.mod
dependabot.yml content
https://github.com/kanisterio/kanister/blob/0ec651b1a6a5a10ad98c5fd1698aa673d72c4d70/.github/dependabot.yml
Updated dependency
Various in the
k8s.io/*
group, from 0.26.3 to supposedly 0.26.x (0.26.7).See PR here kanisterio/kanister#2207
What you expected to see, versus what you actually saw
Expected
An update of the
k8s.io/*
packages with a patch upgrade. There is an ignore rule in the config for this. The PR message and description misleadingly appear to indicate that patch updates are being performed.See PR: kanisterio/kanister#2207 (comment)
Actual result
A minor (not patch) version upgrade of the
k8s.io/*
packages (from 0.26.x => 0.27.x), which is inconsistent with the PR message and the expected behavior according to the configuration.See resulting go.mod file in the corresponding PR https://github.com/kanisterio/kanister/pull/2207/files
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
kanisterio/kanister#2207
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: