Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Bump github.com/spf13/cobra from 1.1.1 to 1.1.3 in /cli #3526

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2021

Bumps github.com/spf13/cobra from 1.1.1 to 1.1.3.

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.1.3

  • Fix: release-branch.cobra1.1 only: Revert "Deprecate Go < 1.14" to maintain backward compatibility

v1.1.2

Notable Changes

  • Bump license year to 2021 in golden files (#1309) @​Bowbaq
  • Enhance PowerShell completion with custom comp (#1208) @​Luap99
  • Update gopkg.in/yaml.v2 to v2.4.0: The previous breaking change in yaml.v2 v2.3.0 has been reverted, see go-yaml/yaml#670
  • Documentation readability improvements (#1228 etc.) @​zaataylor etc.
  • Use golangci-lint: Repair warnings and errors resulting from linting (#1044) @​umarcor
Changelog

Sourced from github.com/spf13/cobra's changelog.

v1.1.3

  • Fix: release-branch.cobra1.1 only: Revert "Deprecate Go < 1.14" to maintain backward compatibility

v1.1.2

Notable Changes

  • Bump license year to 2021 in golden files (#1309) @​Bowbaq
  • Enhance PowerShell completion with custom comp (#1208) @​Luap99
  • Update gopkg.in/yaml.v2 to v2.4.0: The previous breaking change in yaml.v2 v2.3.0 has been reverted, see go-yaml/yaml#670
  • Documentation readability improvements (#1228 etc.) @​zaataylor etc.
  • Use golangci-lint: Repair warnings and errors resulting from linting (#1044) @​umarcor
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 11, 2021
@codecov
Copy link

codecov bot commented Mar 11, 2021

Codecov Report

Merging #3526 (8d8c78b) into master (78b89c1) will decrease coverage by 0.62%.
The diff coverage is n/a.

❗ Current head 8d8c78b differs from pull request most recent head 3d73412. Consider uploading reports for the commit 3d73412 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3526      +/-   ##
==========================================
- Coverage   44.64%   44.01%   -0.63%     
==========================================
  Files         227      221       -6     
  Lines       12008    11798     -210     
  Branches      297      297              
==========================================
- Hits         5361     5193     -168     
+ Misses       5983     5949      -34     
+ Partials      664      656       -8     
Flag Coverage Δ *Carryforward flag
api 29.89% <ø> (ø) Carriedforward from 78b89c1
approval-service 84.61% <ø> (ø) Carriedforward from 78b89c1
bridge 34.09% <ø> (ø) Carriedforward from 78b89c1
cli 43.87% <ø> (ø)
configuration-service 19.51% <ø> (ø) Carriedforward from 78b89c1
distributor 54.38% <ø> (ø) Carriedforward from 78b89c1
helm-service 46.06% <ø> (ø) Carriedforward from 78b89c1
jmeter-service 10.92% <ø> (ø) Carriedforward from 78b89c1
lighthouse-service 62.55% <ø> (ø) Carriedforward from 78b89c1
mongodb-datastore 24.53% <ø> (ø) Carriedforward from 78b89c1
openshift-route-service 33.82% <ø> (ø) Carriedforward from 78b89c1
remediation-service 60.41% <ø> (ø) Carriedforward from 78b89c1
secret-service ?
shipyard-controller 55.73% <ø> (ø) Carriedforward from 78b89c1
statistics-service 55.31% <ø> (ø) Carriedforward from 78b89c1

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
secret-service/pkg/repository/scopes.go
secret-service/pkg/backend/secretbackend_k8s.go
secret-service/pkg/backend/registry.go
secret-service/pkg/common/utils.go
secret-service/pkg/handler/common.go
secret-service/pkg/handler/secrethandler.go

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 78b89c1...3d73412. Read the comment docs.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 18, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/go_modules/cli/github.com/spf13/cobra-1.1.3 branch 3 times, most recently from 4930f8c to 2feb513 Compare March 29, 2021 09:44
@dependabot dependabot bot force-pushed the dependabot/go_modules/cli/github.com/spf13/cobra-1.1.3 branch from 2feb513 to 9bb22c9 Compare April 5, 2021 09:05
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.1 to 1.1.3.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](spf13/cobra@v1.1.1...v1.1.3)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/cli/github.com/spf13/cobra-1.1.3 branch from 9bb22c9 to 3d73412 Compare April 8, 2021 07:29
@bacherfl bacherfl closed this Apr 8, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 8, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@bacherfl bacherfl deleted the dependabot/go_modules/cli/github.com/spf13/cobra-1.1.3 branch April 8, 2021 10:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant