Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 25, 2022

Bumps github.com/spf13/cobra from 1.5.0 to 1.6.1.

Release notes

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

v1.6.1

Bug fixes 🐛

  • Fixes a panic when AddGroup isn't called before AddCommand(my-sub-command) is executed. This can happen within more complex cobra file structures that have many different inits to be executed. Now, the check for groups has been moved to ExecuteC and provides more flexibility when working with grouped commands - @​marckhouzam (and shout out to @​aawsome, @​andig and @​KINGSABRI for a deep investigation into this! 👏🏼)

v1.6.0

Summer 2022 Release

Some exciting changes make their way to Cobra! Command completions continue to get better and better (including adding --help and --version automatic flags to the completions list). Grouping is now possible in your help output as well! And you can now use the OnFinalize method to cleanup things when all "work" is done. Checkout the full changelog below:


Features 🌠

Deprecation 👎🏼

  • ExactValidArgs is deprecated (but not being removed entirely). This is abit nuanced, so checkout #1643 for further information and the updated user_guide.md on how this may affect you (and how you can take advantage of the correct behavior in the validators): @​umarcor #1643

Bug fixes 🐛

Dependencies 🗳️

Testing 🤔

Docs ✏️

Misc 💭

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @rbtr.


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 requested review from matmerr and rbtr as code owners October 25, 2022 09:43
@dependabot dependabot bot added dependencies Dependencies only. go Pull requests that update Go code labels Oct 25, 2022
@dependabot dependabot bot assigned matmerr and rbtr Oct 25, 2022
@dependabot dependabot bot force-pushed the a7b5dependabot/go_modules/dropgz/github.com/spf13/cobra-1.6.1 branch 3 times, most recently from aa6c573 to b8bed97 Compare October 31, 2022 18:01
@dependabot dependabot bot force-pushed the a7b5dependabot/go_modules/dropgz/github.com/spf13/cobra-1.6.1 branch from b8bed97 to e9c7d9a Compare November 2, 2022 20:50
@dependabot dependabot bot force-pushed the a7b5dependabot/go_modules/dropgz/github.com/spf13/cobra-1.6.1 branch 6 times, most recently from f7bd624 to cd3d9dc Compare November 17, 2022 16:21
@dependabot dependabot bot force-pushed the a7b5dependabot/go_modules/dropgz/github.com/spf13/cobra-1.6.1 branch 2 times, most recently from 3c2d467 to 7985cc7 Compare December 8, 2022 16:24
@dependabot dependabot bot force-pushed the a7b5dependabot/go_modules/dropgz/github.com/spf13/cobra-1.6.1 branch 7 times, most recently from b28f618 to 0d694ce Compare January 11, 2023 00:44
@dependabot dependabot bot force-pushed the a7b5dependabot/go_modules/dropgz/github.com/spf13/cobra-1.6.1 branch 2 times, most recently from eed0666 to 6958bdb Compare January 11, 2023 20:31
@rbtr rbtr force-pushed the a7b5dependabot/go_modules/dropgz/github.com/spf13/cobra-1.6.1 branch from 6958bdb to 7d1b7d1 Compare January 12, 2023 22:14
@rbtr
Copy link
Collaborator

rbtr commented Jan 12, 2023

/azp run

Copy link
Collaborator

@rbtr rbtr left a comment

Choose a reason for hiding this comment

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

@dependabot squash and merge

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@rbtr
Copy link
Collaborator

rbtr commented Jan 13, 2023

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 13, 2023

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.5.0...v1.6.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@rbtr rbtr force-pushed the a7b5dependabot/go_modules/dropgz/github.com/spf13/cobra-1.6.1 branch from 7d1b7d1 to 2dac8d6 Compare January 20, 2023 22:58
@rbtr
Copy link
Collaborator

rbtr commented Jan 20, 2023

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@dependabot dependabot bot merged commit c41243f into master Jan 23, 2023
@dependabot dependabot bot deleted the a7b5dependabot/go_modules/dropgz/github.com/spf13/cobra-1.6.1 branch January 23, 2023 22:38
smittal22 pushed a commit to smittal22/azure-container-networking that referenced this pull request Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies only. go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants