Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 go.mod,go.sum: revert prometheus/client_golang to v0.9.x #679

Merged
merged 1 commit into from
Nov 14, 2019

Conversation

joelanford
Copy link
Member

This PR reverts the go.mod change from df0f06f#diff-37aff102a57d3d7b797f152915a6dc16R15 that bumped github.com/prometheus/client_golang from v0.9.0 to v1.0.0.

The versions now match those required by the controller-runtime's transitive k8s.io/component-base dependency. https://github.com/kubernetes/component-base/blob/547f6c5d/go.mod#L9-L10

Closes #660

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Nov 12, 2019
@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Nov 12, 2019
@joelanford
Copy link
Member Author

@munnerz @DirectXMan12 FYI

@droot droot added lgtm "Looks good to me", indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Nov 14, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: joelanford

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

The pull request process is described here

Needs approval from an approver in each of these files:

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

@k8s-ci-robot k8s-ci-robot merged commit 59dbdbb into kubernetes-sigs:master Nov 14, 2019
@joelanford joelanford deleted the revert-prom-1.0.0 branch January 10, 2020 04:29
DirectXMan12 pushed a commit that referenced this pull request Jan 31, 2020
Moved to ginkgo based tests in scaffolding 2.0
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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider reverting prometheus/client_golang dependency to v0.9.x instead of v1.0.0
3 participants