Update module go.yaml.in/yaml/v2 to v3 - #17
Open
red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit into
Open
Update module go.yaml.in/yaml/v2 to v3#17red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit into
red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit into
Conversation
red-hat-konflux-kflux-prd-rh02
Bot
requested a review
from a team
as a code owner
June 25, 2026 08:11
red-hat-konflux-kflux-prd-rh02
Bot
force-pushed
the
konflux/mintmaker/main/go.yaml.in-yaml-v2-3.x
branch
from
June 29, 2026 16:08
0a77d30 to
7bb0420
Compare
fgiudici
reviewed
Jul 22, 2026
fgiudici
left a comment
Member
There was a problem hiding this comment.
I would close this PR: if we move to yaml pkg v3 we should drop the v2 one IMO 🤔
Leaving it open for a while for other opinions.
|
|
||
| require go.yaml.in/yaml/v2 v2.4.4 // indirect | ||
| require ( | ||
| go.yaml.in/yaml/v2 v2.4.2 // indirect |
Member
There was a problem hiding this comment.
Doesn't look great: here we would double our dependency to v3 and v2 versions of the go yaml package.
Moreover we would import a lower version of the v2 lib, from 2.4.4 to 2.4.2.
red-hat-konflux-kflux-prd-rh02
Bot
force-pushed
the
konflux/mintmaker/main/go.yaml.in-yaml-v2-3.x
branch
from
July 22, 2026 12:07
7bb0420 to
87c4ac8
Compare
red-hat-konflux-kflux-prd-rh02
Bot
force-pushed
the
konflux/mintmaker/main/go.yaml.in-yaml-v2-3.x
branch
from
July 29, 2026 16:08
87c4ac8 to
2ce12df
Compare
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
red-hat-konflux-kflux-prd-rh02
Bot
force-pushed
the
konflux/mintmaker/main/go.yaml.in-yaml-v2-3.x
branch
from
August 3, 2026 12:07
2ce12df to
d2249f6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.4.4→v3.0.5Release Notes
yaml/go-yaml (go.yaml.in/yaml/v2)
v3.0.5Compare Source
v3.0.4Compare Source
v3.0.3Compare Source
v3.0.2Compare Source
v3.0.1Compare Source
v3.0.0Compare Source
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 this update again.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.