Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2023

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
github.com/spf13/cobra v1.7.0 -> v1.10.1 age confidence

Release Notes

spf13/cobra (github.com/spf13/cobra)

v1.10.1

Compare Source

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

Compare Source

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

More details can be found here: #​2303 (comment)

✨ Features
🐛 Fix
🪠 Testing
📝 Docs

New Contributors

Full Changelog: spf13/cobra@v1.9.1...v1.9.2

v1.9.1

Compare Source

🐛 Fixes

Full Changelog: spf13/cobra@v1.9.0...v1.9.1

v1.9.0

Compare Source

✨ Features

🐛 Fixes

🤖 Completions

🧪 Testing

✍🏼 Documentation

🔧 Dependency upgrades


Thank you to all of our amazing contributors and all the great work that's been going into the completions feature!!

👋🏼 New Contributors

Full Changelog: spf13/cobra@v1.8.1...v1.9.0

v1.8.1

Compare Source

✨ Features

  • Add env variable to suppress completion descriptions on create by @​scop in #​1938

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation

New Contributors


Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍

Full Changelog: spf13/cobra@v1.8.0...v1.8.1

v1.8.0

Compare Source

✨ Features

  • Support usage as plugin for tools like kubectl by @​nirs in #​2018 - this means that programs that utilize a "plugin-like" structure have much better support and usage (like for completions, command paths, etc.)
  • Move documentation sources to site/content by @​umarcor in #​1428
  • Add 'one required flag' group by @​marevers in #​1952 - this includes a new MarkFlagsOneRequired API for flags which can be used to mark a flag group as required and cause command failure if at least one is not used when invoked.
  • Customizable error message prefix by @​5ouma in #​2023 - This adds the SetErrPrefix and ErrPrefix APIs on the Command struct to allow for setting a custom prefix for errors
  • feat: add getters for flag completions by @​avirtopeanu-ionos in #​1943
  • Feature: allow running persistent run hooks of all parents by @​vkhoroz in #​2044
  • Improve API to get flag completion function by @​marckhouzam in #​2063

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation


Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍

Full Changelog: spf13/cobra@v1.7.0...v1.8.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) November 6, 2023 01:51
Copy link

github-actions bot commented Nov 6, 2023

Go API Changes

# summary%0AInferred base version: v0.15.1%0ASuggested version: v0.16.0

@renovate renovate bot force-pushed the renovate/github.202132.xyz-spf13-cobra-1.x branch 2 times, most recently from d2c6993 to 46344b0 Compare December 7, 2023 20:34
@renovate renovate bot force-pushed the renovate/github.202132.xyz-spf13-cobra-1.x branch 4 times, most recently from 57d660b to 6863374 Compare February 6, 2024 14:20
@renovate renovate bot force-pushed the renovate/github.202132.xyz-spf13-cobra-1.x branch from 6863374 to 00092d7 Compare March 25, 2024 01:48
@renovate renovate bot force-pushed the renovate/github.202132.xyz-spf13-cobra-1.x branch 4 times, most recently from 7b52ed7 to 1296565 Compare April 8, 2024 12:54
@renovate renovate bot force-pushed the renovate/github.202132.xyz-spf13-cobra-1.x branch 4 times, most recently from 89bc626 to 8b01895 Compare May 2, 2024 12:52
@renovate renovate bot force-pushed the renovate/github.202132.xyz-spf13-cobra-1.x branch 4 times, most recently from 68053d6 to 08c95f8 Compare May 31, 2024 20:34
@renovate renovate bot force-pushed the renovate/github.202132.xyz-spf13-cobra-1.x branch from 08c95f8 to e9b6cd8 Compare June 14, 2024 23:05
@renovate renovate bot changed the title fix(deps): update module github.com/spf13/cobra to v1.8.0 fix(deps): update module github.com/spf13/cobra to v1.8.1 Jun 14, 2024
@renovate renovate bot force-pushed the renovate/github.202132.xyz-spf13-cobra-1.x branch from e9b6cd8 to b1c966e Compare July 1, 2024 09:29
@renovate renovate bot force-pushed the renovate/github.202132.xyz-spf13-cobra-1.x branch from b1c966e to 50e645b Compare July 23, 2024 16:23
@renovate renovate bot changed the title fix(deps): update module github.com/spf13/cobra to v1.8.1 fix(deps): update module github.com/spf13/cobra to v1.8.1 - autoclosed Aug 8, 2024
@renovate renovate bot closed this Aug 8, 2024
auto-merge was automatically disabled August 8, 2024 08:18

Pull request was closed

@renovate renovate bot deleted the renovate/github.202132.xyz-spf13-cobra-1.x branch August 8, 2024 08:18
@renovate renovate bot changed the title fix(deps): update module github.com/spf13/cobra to v1.8.1 - autoclosed fix(deps): update module github.com/spf13/cobra to v1.8.1 Aug 8, 2024
@renovate renovate bot force-pushed the renovate/github.202132.xyz-spf13-cobra-1.x branch from 207ab17 to 916b3fd Compare February 17, 2025 00:40
@renovate renovate bot changed the title fix(deps): update module github.com/spf13/cobra to v1.9.0 fix(deps): update module github.com/spf13/cobra to v1.9.1 Feb 17, 2025
@renovate renovate bot force-pushed the renovate/github.202132.xyz-spf13-cobra-1.x branch 2 times, most recently from 51ae94b to 74589b5 Compare March 24, 2025 10:06
@renovate renovate bot changed the title fix(deps): update module github.com/spf13/cobra to v1.9.1 fix(deps): update module github.com/spf13/cobra to v1.9.1 - autoclosed May 1, 2025
@renovate renovate bot closed this May 1, 2025
auto-merge was automatically disabled May 1, 2025 12:45

Pull request was closed

@renovate renovate bot changed the title fix(deps): update module github.com/spf13/cobra to v1.9.1 - autoclosed fix(deps): update module github.com/spf13/cobra to v1.9.1 May 1, 2025
@renovate renovate bot reopened this May 1, 2025
@renovate renovate bot force-pushed the renovate/github.202132.xyz-spf13-cobra-1.x branch from 7e25ea2 to 74589b5 Compare May 1, 2025 17:16
@renovate renovate bot enabled auto-merge (squash) May 1, 2025 21:05
@renovate renovate bot force-pushed the renovate/github.202132.xyz-spf13-cobra-1.x branch from 74589b5 to 6dda47f Compare July 5, 2025 00:02
@renovate renovate bot force-pushed the renovate/github.202132.xyz-spf13-cobra-1.x branch 8 times, most recently from 198c244 to 883a23e Compare July 20, 2025 23:45
@renovate renovate bot force-pushed the renovate/github.202132.xyz-spf13-cobra-1.x branch from 883a23e to c62e221 Compare July 29, 2025 07:54
@renovate renovate bot force-pushed the renovate/github.202132.xyz-spf13-cobra-1.x branch from c62e221 to 6c7dfac Compare August 12, 2025 09:13
@renovate renovate bot force-pushed the renovate/github.202132.xyz-spf13-cobra-1.x branch from 6c7dfac to de3a584 Compare September 1, 2025 17:06
@renovate renovate bot changed the title fix(deps): update module github.com/spf13/cobra to v1.9.1 fix(deps): update module github.com/spf13/cobra to v1.10.1 Sep 1, 2025
@renovate renovate bot force-pushed the renovate/github.202132.xyz-spf13-cobra-1.x branch 4 times, most recently from 9af0854 to 7f29ff3 Compare September 4, 2025 12:14
@renovate renovate bot force-pushed the renovate/github.202132.xyz-spf13-cobra-1.x branch from 7f29ff3 to 39f419a Compare September 4, 2025 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants