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

dependencies: update several dependencies #76

Merged
merged 1 commit into from
Mar 5, 2021

Conversation

cpanato
Copy link
Member

@cpanato cpanato commented Mar 3, 2021

update dependencies March cycle :)

/assign @ixdy

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. sig/testing Categorizes an issue or PR as relevant to SIG Testing. labels Mar 3, 2021
@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Mar 3, 2021
crds/client.go Outdated Show resolved Hide resolved
@cpanato cpanato force-pushed the update-deps branch 2 times, most recently from a3fc6ab to b8808dc Compare March 3, 2021 16:25
@cpanato
Copy link
Member Author

cpanato commented Mar 3, 2021

/hold

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Mar 3, 2021
@cpanato cpanato force-pushed the update-deps branch 2 times, most recently from b4029dd to a9c9005 Compare March 4, 2021 09:09
@cpanato
Copy link
Member Author

cpanato commented Mar 4, 2021

/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Mar 4, 2021
@@ -4,28 +4,28 @@ go 1.15

replace (
// Bazel is seemingly broken with newer versions of this package
github.com/Azure/go-autorest => github.com/Azure/go-autorest v12.2.0+incompatible
github.com/Azure/go-autorest => github.com/Azure/go-autorest v14.2.0+incompatible
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Given that we don't use bazel here, we can probably remove that comment :)

/lgtm
/approve
/hold

If you want to fix the nit, otherwise feel free to hold cancel

Copy link
Member Author

@cpanato cpanato Mar 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alvaroaleman comment removed :)

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Mar 4, 2021
@k8s-ci-robot k8s-ci-robot 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 Mar 4, 2021
- Update `github.com/aws/aws-sdk-go` dependency to
[v1.37.22](https://github.com/aws/aws-sdk-go/tree/v1.37.22) which is the
latest available and has the [following
changes](https://github.com/aws/aws-sdk-go/releases/tag/v1.37.22)
- Update `github.com/go-test/deep` dependency to
[v1.0.7](https://github.com/go-test/deep/tree/v1.0.7) which is the
latest available and has the [following
changes](https://github.com/go-test/deep/releases/tag/v1.0.7)
- Update `github.com/google/go-cmp` dependency to
[v0.5.4](https://github.com/google/go-cmp/tree/v0.5.4) which is the
latest available and has the [following
changes](https://github.com/google/go-cmp/releases/tag/v0.5.4)
- Update `github.com/google/uuid` dependency to
[v1.2.0](https://github.com/google/uuid/tree/v1.2.0) which is the latest
available and has the [following
changes](https://github.com/google/uuid/releases/tag/v1.2.0)
- Update `github.com/prometheus/client_golang` dependency to
[v1.9.0](https://github.com/prometheus/client_golang/tree/v1.9.0) which
is the latest available and has the [following
changes](https://github.com/prometheus/client_golang/releases/tag/v1.9.0)
- Update `github.com/sirupsen/logrus` dependency to
[v1.8.0](https://github.com/sirupsen/logrus/tree/v1.8.0) which is the
latest available and has the [following
changes](https://github.com/sirupsen/logrus/releases/tag/v1.8.0)
- Update `github.com/spf13/cobra` dependency to
[v1.1.3](https://github.com/spf13/cobra/tree/v1.1.3) which is the latest
available and has the [following
changes](https://github.com/spf13/cobra/releases/tag/v1.1.3)
- Update `github.com/spf13/viper` dependency to
[v1.7.1](https://github.com/spf13/viper/tree/v1.7.1) which is the latest
available and has the [following
changes](https://github.com/spf13/viper/releases/tag/v1.7.1)
- Update `github.com/Azure/go-autorest` dependency to
[v14.2.0](https://github.com/Azure/go-autorest/tree/v14.2.0) which is
the latest available and has the [following
changes](https://github.com/Azure/go-autorest/releases/tag/v14.2.0)
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 5, 2021
@cpanato cpanato requested a review from alvaroaleman March 5, 2021 09:12
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 5, 2021
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: alvaroaleman, cpanato

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

@alvaroaleman
Copy link
Member

/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Mar 5, 2021
@k8s-ci-robot k8s-ci-robot merged commit 32671f8 into kubernetes-sigs:master Mar 5, 2021
@cpanato cpanato deleted the update-deps branch March 5, 2021 14:07
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. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants