Skip to content

Unpin all pinned dependencies#3403

Merged
openshift-merge-robot merged 6 commits intoopenshift:masterfrom
cgwalters:remove-go-health-override
Nov 9, 2022
Merged

Unpin all pinned dependencies#3403
openshift-merge-robot merged 6 commits intoopenshift:masterfrom
cgwalters:remove-go-health-override

Conversation

@cgwalters
Copy link
Copy Markdown
Member

@cgwalters cgwalters commented Nov 7, 2022

Unpin go-health vendoring

We pinned to a version in cba7aba
and there's no rationale listed. Unpin it; every single
entry in this list of overrides should really have an explicit
rationale.


Unpin godbus

We pinned to a version in cba7aba and there's no rationale listed.
Unpin it; every single entry in this list of overrides should really
have an explicit rationale.


Remove go-log override

We haven't been using it since c792d65


Remove openshift/cluster-api override

We haven't been using it since c792d65


Unpin opencontainers/runtime-spec

This was another override introduced in
cba7aba
without explicit motivation. We compile with the new version.
I only see small inoccuous API additions.
Unpin it.

Everything in the override list should have an explicit rationale.


Unpin gosec

This was pinned in 215102f
with no explicit rationale.

Unpin it; this cleans out our override list.


We pinned to a version in cba7aba
and there's no rationale listed.  Unpin it; every single
entry in this list of overrides should really have an explicit
rationale.
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 7, 2022
We pinned to a version in cba7aba and there's no rationale listed.
Unpin it; every single entry in this list of overrides should really
have an explicit rationale.
We haven't been using it since c792d65
We haven't been using it since c792d65
This was another override introduced in
cba7aba
without explicit motivation.  We compile with the new version.
I only see small inoccuous API additions.
Unpin it.

Everything in the override list should have an explicit rationale.
This was pinned in 215102f
with no explicit rationale.

Unpin it; this cleans out our override list.
@cgwalters cgwalters changed the title Unpin go-health vendoring Unpin all pinned dependencies Nov 7, 2022
@cgwalters
Copy link
Copy Markdown
Member Author

I was going to test something out by adding another module to replace here and then trying to do so I hit an error from proxy.golang.org about an unavailable version and that led me to this yak shave of "why are we pinning all this stuff?" and the answer is apparently for no reason, so here we are.

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Nov 7, 2022

@cgwalters: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@runcom
Copy link
Copy Markdown
Member

runcom commented Nov 8, 2022

lgtm - I have a vague memory there that since go modules were newish at the time, these pins were done to make compilation successful

@sinnykumari
Copy link
Copy Markdown
Contributor

make sense, thanks for the clean-up
/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Nov 9, 2022
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Nov 9, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cgwalters, sinnykumari

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [cgwalters,sinnykumari]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot merged commit b85ed4e into openshift:master Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants