Skip to content

fix(deps): Update module github.com/spf13/cobra to v1.6.1#329

Merged
kodiakhq[bot] merged 2 commits intomainfrom
renovate/github.com-spf13-cobra-1.x
Nov 1, 2022
Merged

fix(deps): Update module github.com/spf13/cobra to v1.6.1#329
kodiakhq[bot] merged 2 commits intomainfrom
renovate/github.com-spf13-cobra-1.x

Conversation

@cq-bot
Copy link
Copy Markdown
Contributor

@cq-bot cq-bot commented Nov 1, 2022

This PR contains the following updates:

Package Type Update Change
github.com/spf13/cobra require minor v1.5.0 -> v1.6.1

Release Notes

spf13/cobra

v1.6.1

Compare Source

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

Compare Source

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 💭

Note: Per #​1804, we will be moving away from "seasonal" releases and doing more generic point release targets. Continue to track the milestones and issues in the spf13/cobra GitHub repository for more information!

Great work everyone! Cobra would never be possible without your contributions! 🐍

Full Changelog: spf13/cobra@v1.5.0...v1.6.0


Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@github-actions github-actions bot added the fix label Nov 1, 2022
@cq-bot cq-bot force-pushed the renovate/github.com-spf13-cobra-1.x branch from 75c8892 to b41750d Compare November 1, 2022 01:41
@kodiakhq kodiakhq bot merged commit ec583d2 into main Nov 1, 2022
@kodiakhq kodiakhq bot deleted the renovate/github.com-spf13-cobra-1.x branch November 1, 2022 01:43
kodiakhq bot pushed a commit that referenced this pull request Nov 1, 2022
🤖 I have created a release *beep* *boop*
---


## [0.13.17](v0.13.16...v0.13.17) (2022-11-01)


### Bug Fixes

* **deps:** Update golang.org/x/exp digest to c99f073 ([#324](#324)) ([c33c33d](c33c33d))
* **deps:** Update module github.com/getsentry/sentry-go to v0.14.0 ([#328](#328)) ([446447a](446447a))
* **deps:** Update module github.com/grpc-ecosystem/go-grpc-middleware/providers/zerolog/v2 to v2.0.0-rc.3 ([#325](#325)) ([da6e340](da6e340))
* **deps:** Update module github.com/spf13/cobra to v1.6.1 ([#329](#329)) ([ec583d2](ec583d2))
* **deps:** Update module github.com/stretchr/testify to v1.8.1 ([#327](#327)) ([f9904de](f9904de))
* **deps:** Update module golang.org/x/net to v0.1.0 ([#330](#330)) ([06e8426](06e8426))
* **deps:** Update module golang.org/x/sync to v0.1.0 ([#331](#331)) ([489d6b7](489d6b7))
* **deps:** Update module golang.org/x/text to v0.4.0 ([#332](#332)) ([314a172](314a172))
* **deps:** Update module google.golang.org/grpc to v1.50.1 ([#334](#334)) ([a24ce80](a24ce80))
* Try formatting timestamptz in a few formats ([#322](#322)) ([543638c](543638c))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants