azure-container-networking
azure-container-networking copied to clipboard
deps: bump github.com/spf13/cobra from 1.5.0 to 1.6.0 in /dropgz
Bumps github.com/spf13/cobra from 1.5.0 to 1.6.0.
Release notes
Sourced from github.com/spf13/cobra's releases.
v1.6.0
Summer 2022 Release
Some exciting changes make their way to Cobra! Command completions continue to get better and better (including adding
--helpand--versionautomatic flags to the completions list). Grouping is now possible in your help output as well! And you can now use theOnFinalizemethod to cleanup things when all "work" is done. Checkout the full changelog below:
Features 🌠
- Add groups for commands in help:
@aawsome@marckhouzam#1003- Support for case-insensitive command names:
@YuviGold#1802- Expose
ValidateRequiredFlagsandValidateFlagGroups:@skeetwu#1760- Add
--versionflag to help output:@fnickels#1707- Add
--helpand--versionflag in completions:@marckhouzam#1813- Add
OnFinalizemethod:@yann-soubeyrand#1788- Allow user to add completion for powershell alias:
@marckhouzam#1621- Make
InitDefaultcompletionCmdpublic:@gssbzn#1467Deprecation 👎🏼
ExactValidArgsis deprecated (but not being removed entirely). This is abit nuanced, so checkout #1643 for further information and the updateduser_guide.mdon how this may affect you (and how you can take advantage of the correct behavior in the validators):@umarcor#1643Bug fixes 🐛
- Fix (bash-v2)
activeHelplength check syntax:@scop#1762- Fix correct command path in
see_alsofor yaml documentation:@zregvart#1771- Fix showing flags that shadow parent persistent flag in child help messaging:
@brianpursley#1776Dependencies 🗳️
- Upgrade to use
gopkg.in/yaml.v3:@tklauser#1766Testing 🤔
- Test on Golang 1.19:
@umarcor&@jpmcb#1782- Renamed powershell completion tests:
@marckhouzam#1803- Use
action/setup-gocache:@umarcor#1783- Add
workflow_dispatchto CI actions:@umarcor#1387- Add minimum GitHub token permissions for workflows:
@varunsh-coder#1792Docs ✏️
- Fixup spelling for GitHub CLI:
@eltociear#1744- Clarify
SetContextdocumentation:@katexochen#1748- Instruct user to
go installfor binary:@marckhouzam#1726- User guide cleanup:
@marckhouzam#1656- Document option to hide the default completion command:
@marckhouzam#1779Misc 💭
- Add KubeVirt, CloudQuery, Cilium, Okteto, Zitadel, Allero to projects using cobra:
@maiqueb#1741,@yevgenypats#1742,@tklauser#1745,@jLopezbarb#1759,@fforootd#1772,@dimabru#1819- Use correct stale action
exemptyaml keys:@jpmcb#1800- Add missing license headers:
@umarcor#1809Note: 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/cobraGitHub repository for more information!Great work everyone! Cobra would never be possible without your contributions! 🐍
... (truncated)
Commits
8607918feat: make InitDefaultCompletionCmd public (#1467)2169adbAdd groups for commands in help (#1003)212ea40Include --help and --version flag in completion (#1813)d4040adAllow user to add completion for powershell alias (#1621)23fc5e0ci: add minimum GitHub token permissions for workflows (#1792)93d1913Add OnFinalize method (#1788)07034febuild(deps): bump actions/stale from 5 to 6 (#1815)3dc9761Add allero to list of projects using cobra (#1819)7039e1fAdd '--version' flag to Help output (#1707)fce8d8aExpose ValidateRequiredFlags and ValidateFlagGroups (#1760)- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)