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
This PR contains the following updates:
| Package | Change | Age | Confidence | Type | Update |
|---|---|---|---|---|---|
| code.gitea.io/sdk/gitea | `v0.17.1` -> `v0.22.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | require | minor |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `v1.8.0` -> `v1.10.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | require | minor |
| [go](https://github.com/actions/go-versions) | `1.21` -> `1.25` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | uses-with | minor |
---
### Release Notes
<details>
<summary>spf13/cobra (github.com/spf13/cobra)</summary>
### [`v1.10.1`](https://github.com/spf13/cobra/releases/tag/v1.10.1)
[Compare Source](https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1)
##### 🐛 Fix
- chore: upgrade pflags v1.0.9 by [@​jpmcb](https://github.com/jpmcb) in [#​2305](https://github.com/spf13/cobra/pull/2305)
v1.0.9 of pflags brought back `ParseErrorsWhitelist` and marked it as deprecated
**Full Changelog**: <https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1>
### [`v1.10.0`](https://github.com/spf13/cobra/releases/tag/v1.10.0)
[Compare Source](https://github.com/spf13/cobra/compare/v1.9.1...v1.10.0)
#### What's Changed
##### 🚨 Attention!
- Bump pflag to 1.0.8 by [@​tomasaschan](https://github.com/tomasaschan) in [#​2303](https://github.com/spf13/cobra/pull/2303)
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 `pflag`to 1.0.8 and`cobra`to`1.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)](https://github.com/spf13/cobra/pull/2303#issuecomment-3242333515)
##### ✨ Features
- Flow context to command in SetHelpFunc by [@​Frassle](https://github.com/Frassle) in [#​2241](https://github.com/spf13/cobra/pull/2241)
- The default ShellCompDirective can be customized for a command and its subcommands by [@​albers](https://github.com/albers) in [#​2238](https://github.com/spf13/cobra/pull/2238)
##### 🐛 Fix
- Upgrade golangci-lint to v2, address findings by [@​scop](https://github.com/scop) in [#​2279](https://github.com/spf13/cobra/pull/2279)
##### 🪠 Testing
- Test with Go 1.24 by [@​harryzcy](https://github.com/harryzcy) in [#​2236](https://github.com/spf13/cobra/pull/2236)
- chore: Rm GitHub Action PR size labeler by [@​jpmcb](https://github.com/jpmcb) in [#​2256](https://github.com/spf13/cobra/pull/2256)
##### 📝 Docs
- Remove traling curlybrace by [@​yedayak](https://github.com/yedayak) in [#​2237](https://github.com/spf13/cobra/pull/2237)
- Update command.go by [@​styee](https://github.com/styee) in [#​2248](https://github.com/spf13/cobra/pull/2248)
- feat: Add security policy by [@​jpmcb](https://github.com/jpmcb) in [#​2253](https://github.com/spf13/cobra/pull/2253)
- Update Readme (Warp) by [@​ericdachen](https://github.com/ericdachen) in [#​2267](https://github.com/spf13/cobra/pull/2267)
- Add Periscope to the list of projects using Cobra by [@​anishathalye](https://github.com/anishathalye) in [#​2299](https://github.com/spf13/cobra/pull/2299)
#### New Contributors
- [@​harryzcy](https://github.com/harryzcy) made their first contribution in [#​2236](https://github.com/spf13/cobra/pull/2236)
- [@​yedayak](https://github.com/yedayak) made their first contribution in [#​2237](https://github.com/spf13/cobra/pull/2237)
- [@​Frassle](https://github.com/Frassle) made their first contribution in [#​2241](https://github.com/spf13/cobra/pull/2241)
- [@​styee](https://github.com/styee) made their first contribution in [#​2248](https://github.com/spf13/cobra/pull/2248)
- [@​ericdachen](https://github.com/ericdachen) made their first contribution in [#​2267](https://github.com/spf13/cobra/pull/2267)
- [@​albers](https://github.com/albers) made their first contribution in [#​2238](https://github.com/spf13/cobra/pull/2238)
- [@​anishathalye](https://github.com/anishathalye) made their first contribution in [#​2299](https://github.com/spf13/cobra/pull/2299)
- [@​tomasaschan](https://github.com/tomasaschan) made their first contribution in [#​2303](https://github.com/spf13/cobra/pull/2303)
**Full Changelog**: <https://github.com/spf13/cobra/compare/v1.9.1...v1.9.2>
### [`v1.9.1`](https://github.com/spf13/cobra/releases/tag/v1.9.1)
[Compare Source](https://github.com/spf13/cobra/compare/v1.9.0...v1.9.1)
##### 🐛 Fixes
- Fix CompletionFunc implementation by [@​ccoVeille](https://github.com/ccoVeille) in [#​2234](https://github.com/spf13/cobra/pull/2234)
- Revert "Make detection for test-binary more universal ([#​2173](https://github.com/spf13/cobra/issues/2173))" by [@​marckhouzam](https://github.com/marckhouzam) in [#​2235](https://github.com/spf13/cobra/pull/2235)
**Full Changelog**: <https://github.com/spf13/cobra/compare/v1.9.0...v1.9.1>
### [`v1.9.0`](https://github.com/spf13/cobra/releases/tag/v1.9.0)
[Compare Source](https://github.com/spf13/cobra/compare/v1.8.1...v1.9.0)
#### ✨ Features
- Allow linker to perform deadcode elimination for program using Cobra by [@​aarzilli](https://github.com/aarzilli) in [#​1956](https://github.com/spf13/cobra/pull/1956)
- Add default completion command even if there are no other sub-commands by [@​marckhouzam](https://github.com/marckhouzam) in [#​1559](https://github.com/spf13/cobra/pull/1559)
- Add CompletionWithDesc helper by [@​ccoVeille](https://github.com/ccoVeille) in [#​2231](https://github.com/spf13/cobra/pull/2231)
#### 🐛 Fixes
- Fix deprecation comment for Command.SetOutput by [@​thaJeztah](https://github.com/thaJeztah) in [#​2172](https://github.com/spf13/cobra/pull/2172)
- Replace deprecated ioutil usage by [@​nirs](https://github.com/nirs) in [#​2181](https://github.com/spf13/cobra/pull/2181)
- Fix --version help and output for plugins by [@​nirs](https://github.com/nirs) in [#​2180](https://github.com/spf13/cobra/pull/2180)
- Allow to reset the templates to the default by [@​marckhouzam](https://github.com/marckhouzam) in [#​2229](https://github.com/spf13/cobra/pull/2229)
#### 🤖 Completions
- Make Powershell completion work in constrained mode by [@​lstemplinger](https://github.com/lstemplinger) in [#​2196](https://github.com/spf13/cobra/pull/2196)
- Improve detection for flags that accept multiple values by [@​thaJeztah](https://github.com/thaJeztah) in [#​2210](https://github.com/spf13/cobra/pull/2210)
- add CompletionFunc type to help with completions by [@​ccoVeille](https://github.com/ccoVeille) in [#​2220](https://github.com/spf13/cobra/pull/2220)
- Add similar whitespace escape logic to bash v2 completions than in other completions by [@​kangasta](https://github.com/kangasta) in [#​1743](https://github.com/spf13/cobra/pull/1743)
- Print ActiveHelp for bash along other completions by [@​marckhouzam](https://github.com/marckhouzam) in [#​2076](https://github.com/spf13/cobra/pull/2076)
- fix(completions): Complete map flags multiple times by [@​gabe565](https://github.com/gabe565) in [#​2174](https://github.com/spf13/cobra/pull/2174)
- fix(bash): nounset unbound file filter variable on empty extension by [@​scop](https://github.com/scop) in [#​2228](https://github.com/spf13/cobra/pull/2228)
#### 🧪 Testing
- Test also with go 1.23 by [@​nirs](https://github.com/nirs) in [#​2182](https://github.com/spf13/cobra/pull/2182)
- Make detection for test-binary more universal by [@​thaJeztah](https://github.com/thaJeztah) in [#​2173](https://github.com/spf13/cobra/pull/2173)
#### ✍🏼 Documentation
- docs: update README.md by [@​eltociear](https://github.com/eltociear) in [#​2197](https://github.com/spf13/cobra/pull/2197)
- Improve site formatting by [@​nirs](https://github.com/nirs) in [#​2183](https://github.com/spf13/cobra/pull/2183)
- doc: add Conduit by [@​raulb](https://github.com/raulb) in [#​2230](https://github.com/spf13/cobra/pull/2230)
- doc: azion project added to the list of CLIs that use cobra by [@​maxwelbm](https://github.com/maxwelbm) in [#​2198](https://github.com/spf13/cobra/pull/2198)
- Fix broken links in active\_help.md by [@​vuil](https://github.com/vuil) in [#​2202](https://github.com/spf13/cobra/pull/2202)
- chore: fix function name in comment by [@​zhuhaicity](https://github.com/zhuhaicity) in [#​2216](https://github.com/spf13/cobra/pull/2216)
#### 🔧 Dependency upgrades
- build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.5 to 2.0.6 by [@​thaJeztah](https://github.com/thaJeztah) in [#​2206](https://github.com/spf13/cobra/pull/2206)
- Update to latest go-md2man by [@​mikelolasagasti](https://github.com/mikelolasagasti) in [#​2201](https://github.com/spf13/cobra/pull/2201)
- Upgrade `pflag` dependencies for v1.9.0 by [@​jpmcb](https://github.com/jpmcb) in [#​2233](https://github.com/spf13/cobra/pull/2233)
***
Thank you to all of our amazing contributors and all the great work that's been going into the completions feature!!
##### 👋🏼 New Contributors
- [@​gabe565](https://github.com/gabe565) made their first contribution in [#​2174](https://github.com/spf13/cobra/pull/2174)
- [@​maxwelbm](https://github.com/maxwelbm) made their first contribution in [#​2198](https://github.com/spf13/cobra/pull/2198)
- [@​lstemplinger](https://github.com/lstemplinger) made their first contribution in [#​2196](https://github.com/spf13/cobra/pull/2196)
- [@​vuil](https://github.com/vuil) made their first contribution in [#​2202](https://github.com/spf13/cobra/pull/2202)
- [@​mikelolasagasti](https://github.com/mikelolasagasti) made their first contribution in [#​2201](https://github.com/spf13/cobra/pull/2201)
- [@​zhuhaicity](https://github.com/zhuhaicity) made their first contribution in [#​2216](https://github.com/spf13/cobra/pull/2216)
- [@​ccoVeille](https://github.com/ccoVeille) made their first contribution in [#​2220](https://github.com/spf13/cobra/pull/2220)
- [@​kangasta](https://github.com/kangasta) made their first contribution in [#​1743](https://github.com/spf13/cobra/pull/1743)
- [@​aarzilli](https://github.com/aarzilli) made their first contribution in [#​1956](https://github.com/spf13/cobra/pull/1956)
**Full Changelog**: <https://github.com/spf13/cobra/compare/v1.8.1...v1.9.0>
### [`v1.8.1`](https://github.com/spf13/cobra/releases/tag/v1.8.1)
[Compare Source](https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1)
#### ✨ Features
- Add env variable to suppress completion descriptions on create by [@​scop](https://github.com/scop) in [#​1938](https://github.com/spf13/cobra/pull/1938)
#### 🐛 Bug fixes
- Micro-optimizations by [@​scop](https://github.com/scop) in [#​1957](https://github.com/spf13/cobra/pull/1957)
#### 🔧 Maintenance
- build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 by [@​dependabot](https://github.com/dependabot) in [#​2127](https://github.com/spf13/cobra/pull/2127)
- Consistent annotation names by [@​nirs](https://github.com/nirs) in [#​2140](https://github.com/spf13/cobra/pull/2140)
- Remove fully inactivated linters by [@​nirs](https://github.com/nirs) in [#​2148](https://github.com/spf13/cobra/pull/2148)
- Address golangci-lint deprecation warnings, enable some more linters by [@​scop](https://github.com/scop) in [#​2152](https://github.com/spf13/cobra/pull/2152)
#### 🧪 Testing & CI/CD
- Add test for func in cobra.go by [@​korovindenis](https://github.com/korovindenis) in [#​2094](https://github.com/spf13/cobra/pull/2094)
- ci: test golang 1.22 by [@​cyrilico](https://github.com/cyrilico) in [#​2113](https://github.com/spf13/cobra/pull/2113)
- Optimized and added more linting by [@​scop](https://github.com/scop) in [#​2099](https://github.com/spf13/cobra/pull/2099)
- build(deps): bump actions/setup-go from 4 to 5 by [@​dependabot](https://github.com/dependabot) in [#​2087](https://github.com/spf13/cobra/pull/2087)
- build(deps): bump actions/labeler from 4 to 5 by [@​dependabot](https://github.com/dependabot) in [#​2086](https://github.com/spf13/cobra/pull/2086)
- build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by [@​dependabot](https://github.com/dependabot) in [#​2108](https://github.com/spf13/cobra/pull/2108)
- build(deps): bump actions/cache from 3 to 4 by [@​dependabot](https://github.com/dependabot) in [#​2102](https://github.com/spf13/cobra/pull/2102)
#### ✏️ Documentation
- Fixes and docs for usage as plugin by [@​nirs](https://github.com/nirs) in [#​2070](https://github.com/spf13/cobra/pull/2070)
- flags: clarify documentation that LocalFlags related function do not modify the state by [@​niamster](https://github.com/niamster) in [#​2064](https://github.com/spf13/cobra/pull/2064)
- chore: remove repetitive words by [@​racerole](https://github.com/racerole) in [#​2122](https://github.com/spf13/cobra/pull/2122)
- Add LXC to the list of projects using Cobra [@​VaradBelwalkar](https://github.com/VaradBelwalkar) in [#​2071](https://github.com/spf13/cobra/pull/2071)
- Update projects\_using\_cobra.md by [@​marcuskohlberg](https://github.com/marcuskohlberg) in [#​2089](https://github.com/spf13/cobra/pull/2089)
- \[chore]: update projects using cobra by [@​cmwylie19](https://github.com/cmwylie19) in [#​2093](https://github.com/spf13/cobra/pull/2093)
- Add Taikun CLI to list of projects by [@​Smidra](https://github.com/Smidra) in [#​2098](https://github.com/spf13/cobra/pull/2098)
- Add Incus to the list of projects using Cobra by [@​montag451](https://github.com/montag451) in [#​2118](https://github.com/spf13/cobra/pull/2118)
#### New Contributors
- [@​VaradBelwalkar](https://github.com/VaradBelwalkar) made their first contribution in [#​2071](https://github.com/spf13/cobra/pull/2071)
- [@​marcuskohlberg](https://github.com/marcuskohlberg) made their first contribution in [#​2089](https://github.com/spf13/cobra/pull/2089)
- [@​cmwylie19](https://github.com/cmwylie19) made their first contribution in [#​2093](https://github.com/spf13/cobra/pull/2093)
- [@​korovindenis](https://github.com/korovindenis) made their first contribution in [#​2094](https://github.com/spf13/cobra/pull/2094)
- [@​niamster](https://github.com/niamster) made their first contribution in [#​2064](https://github.com/spf13/cobra/pull/2064)
- [@​Smidra](https://github.com/Smidra) made their first contribution in [#​2098](https://github.com/spf13/cobra/pull/2098)
- [@​montag451](https://github.com/montag451) made their first contribution in [#​2118](https://github.com/spf13/cobra/pull/2118)
- [@​cyrilico](https://github.com/cyrilico) made their first contribution in [#​2113](https://github.com/spf13/cobra/pull/2113)
- [@​racerole](https://github.com/racerole) made their first contribution in [#​2122](https://github.com/spf13/cobra/pull/2122)
- [@​pedromotita](https://github.com/pedromotita) made their first contribution in [#​2120](https://github.com/spf13/cobra/pull/2120)
- [@​cubxxw](https://github.com/cubxxw) made their first contribution in [#​2128](https://github.com/spf13/cobra/pull/2128)
***
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**: <https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1>
</details>
<details>
<summary>actions/go-versions (go)</summary>
### [`v1.25.4`](https://github.com/actions/go-versions/releases/tag/1.25.4-19122936812): 1.25.4
[Compare Source](https://github.com/actions/go-versions/compare/1.25.3-18483679098...1.25.4-19122936812)
Go 1.25.4
### [`v1.25.3`](https://github.com/actions/go-versions/releases/tag/1.25.3-18483679098): 1.25.3
[Compare Source](https://github.com/actions/go-versions/compare/1.25.2-18331015608...1.25.3-18483679098)
Go 1.25.3
### [`v1.25.2`](https://github.com/actions/go-versions/releases/tag/1.25.2-18331015608): 1.25.2
[Compare Source](https://github.com/actions/go-versions/compare/1.25.1-17451174567...1.25.2-18331015608)
Go 1.25.2
### [`v1.25.1`](https://github.com/actions/go-versions/releases/tag/1.25.1-17451174567): 1.25.1
[Compare Source](https://github.com/actions/go-versions/compare/1.25.0-16925932082...1.25.1-17451174567)
Go 1.25.1
### [`v1.25.0`](https://github.com/actions/go-versions/releases/tag/1.25.0-16925932082): 1.25.0
[Compare Source](https://github.com/actions/go-versions/compare/1.24.10-19122940106...1.25.0-16925932082)
Go 1.25.0
### [`v1.24.10`](https://github.com/actions/go-versions/releases/tag/1.24.10-19122940106): 1.24.10
[Compare Source](https://github.com/actions/go-versions/compare/1.24.9-18483682169...1.24.10-19122940106)
Go 1.24.10
### [`v1.24.9`](https://github.com/actions/go-versions/releases/tag/1.24.9-18483682169): 1.24.9
[Compare Source](https://github.com/actions/go-versions/compare/1.24.8-18331018734...1.24.9-18483682169)
Go 1.24.9
### [`v1.24.8`](https://github.com/actions/go-versions/releases/tag/1.24.8-18331018734): 1.24.8
[Compare Source](https://github.com/actions/go-versions/compare/1.24.7-17451178159...1.24.8-18331018734)
Go 1.24.8
### [`v1.24.7`](https://github.com/actions/go-versions/releases/tag/1.24.7-17451178159): 1.24.7
[Compare Source](https://github.com/actions/go-versions/compare/1.24.6-16792114823...1.24.7-17451178159)
Go 1.24.7
### [`v1.24.6`](https://github.com/actions/go-versions/releases/tag/1.24.6-16792114823): 1.24.6
[Compare Source](https://github.com/actions/go-versions/compare/1.24.5-16210585985...1.24.6-16792114823)
Go 1.24.6
### [`v1.24.5`](https://github.com/actions/go-versions/releases/tag/1.24.5-16210585985): 1.24.5
[Compare Source](https://github.com/actions/go-versions/compare/1.24.4-15482447176...1.24.5-16210585985)
Go 1.24.5
### [`v1.24.4`](https://github.com/actions/go-versions/releases/tag/1.24.4-15482447176): 1.24.4
[Compare Source](https://github.com/actions/go-versions/compare/1.24.3-14875263452...1.24.4-15482447176)
Go 1.24.4
### [`v1.24.3`](https://github.com/actions/go-versions/releases/tag/1.24.3-14875263452): 1.24.3
[Compare Source](https://github.com/actions/go-versions/compare/1.24.2-14210955142...1.24.3-14875263452)
Go 1.24.3
### [`v1.24.2`](https://github.com/actions/go-versions/releases/tag/1.24.2-14210955142): 1.24.2
[Compare Source](https://github.com/actions/go-versions/compare/1.24.1-13667719799...1.24.2-14210955142)
Go 1.24.2
### [`v1.24.1`](https://github.com/actions/go-versions/releases/tag/1.24.1-13667719799): 1.24.1
[Compare Source](https://github.com/actions/go-versions/compare/1.24.0-13277276272...1.24.1-13667719799)
Go 1.24.1
### [`v1.24.0`](https://github.com/actions/go-versions/releases/tag/1.24.0-13277276272): 1.24.0
[Compare Source](https://github.com/actions/go-versions/compare/1.23.12-16792118003...1.24.0-13277276272)
Go 1.24.0
### [`v1.23.12`](https://github.com/actions/go-versions/releases/tag/1.23.12-16792118003): 1.23.12
[Compare Source](https://github.com/actions/go-versions/compare/1.23.11-16210591255...1.23.12-16792118003)
Go 1.23.12
### [`v1.23.11`](https://github.com/actions/go-versions/releases/tag/1.23.11-16210591255): 1.23.11
[Compare Source](https://github.com/actions/go-versions/compare/1.23.10-15482449421...1.23.11-16210591255)
Go 1.23.11
### [`v1.23.10`](https://github.com/actions/go-versions/releases/tag/1.23.10-15482449421): 1.23.10
[Compare Source](https://github.com/actions/go-versions/compare/1.23.9-14875265214...1.23.10-15482449421)
Go 1.23.10
### [`v1.23.9`](https://github.com/actions/go-versions/releases/tag/1.23.9-14875265214): 1.23.9
[Compare Source](https://github.com/actions/go-versions/compare/1.23.8-14210956405...1.23.9-14875265214)
Go 1.23.9
### [`v1.23.8`](https://github.com/actions/go-versions/releases/tag/1.23.8-14210956405): 1.23.8
[Compare Source](https://github.com/actions/go-versions/compare/1.23.7-13667722349...1.23.8-14210956405)
Go 1.23.8
### [`v1.23.7`](https://github.com/actions/go-versions/releases/tag/1.23.7-13667722349): 1.23.7
[Compare Source](https://github.com/actions/go-versions/compare/1.23.6-13149487101...1.23.7-13667722349)
Go 1.23.7
### [`v1.23.6`](https://github.com/actions/go-versions/releases/tag/1.23.6-13149487101): 1.23.6
[Compare Source](https://github.com/actions/go-versions/compare/1.23.5-12821973241...1.23.6-13149487101)
Go 1.23.6
### [`v1.23.5`](https://github.com/actions/go-versions/releases/tag/1.23.5-12821973241): 1.23.5
[Compare Source](https://github.com/actions/go-versions/compare/1.23.4-12152391001...1.23.5-12821973241)
Go 1.23.5
### [`v1.23.4`](https://github.com/actions/go-versions/releases/tag/1.23.4-12152391001): 1.23.4
[Compare Source](https://github.com/actions/go-versions/compare/1.23.3-11715912308...1.23.4-12152391001)
Go 1.23.4
### [`v1.23.3`](https://github.com/actions/go-versions/releases/tag/1.23.3-11715912308): 1.23.3
[Compare Source](https://github.com/actions/go-versions/compare/1.23.2-11145922912...1.23.3-11715912308)
Go 1.23.3
### [`v1.23.2`](https://github.com/actions/go-versions/releases/tag/1.23.2-11145922912): 1.23.2
[Compare Source](https://github.com/actions/go-versions/compare/1.23.1-10732274656...1.23.2-11145922912)
Go 1.23.2
### [`v1.23.1`](https://github.com/actions/go-versions/releases/tag/1.23.1-10732274656): 1.23.1
[Compare Source](https://github.com/actions/go-versions/compare/1.23.0-10380775229...1.23.1-10732274656)
Go 1.23.1
### [`v1.23.0`](https://github.com/actions/go-versions/releases/tag/1.23.0-10380775229): 1.23.0
[Compare Source](https://github.com/actions/go-versions/compare/1.22.12-13149489080...1.23.0-10380775229)
Go 1.23.0
### [`v1.22.12`](https://github.com/actions/go-versions/releases/tag/1.22.12-13149489080): 1.22.12
[Compare Source](https://github.com/actions/go-versions/compare/1.22.11-12821975800...1.22.12-13149489080)
Go 1.22.12
### [`v1.22.11`](https://github.com/actions/go-versions/releases/tag/1.22.11-12821975800): 1.22.11
[Compare Source](https://github.com/actions/go-versions/compare/1.22.10-12152392913...1.22.11-12821975800)
Go 1.22.11
### [`v1.22.10`](https://github.com/actions/go-versions/releases/tag/1.22.10-12152392913): 1.22.10
[Compare Source](https://github.com/actions/go-versions/compare/1.22.9-11715914133...1.22.10-12152392913)
Go 1.22.10
### [`v1.22.9`](https://github.com/actions/go-versions/releases/tag/1.22.9-11715914133): 1.22.9
[Compare Source](https://github.com/actions/go-versions/compare/1.22.8-11145926346...1.22.9-11715914133)
Go 1.22.9
### [`v1.22.8`](https://github.com/actions/go-versions/releases/tag/1.22.8-11145926346): 1.22.8
[Compare Source](https://github.com/actions/go-versions/compare/1.22.7-10732276384...1.22.8-11145926346)
Go 1.22.8
### [`v1.22.7`](https://github.com/actions/go-versions/releases/tag/1.22.7-10732276384): 1.22.7
[Compare Source](https://github.com/actions/go-versions/compare/1.22.6-10277903759...1.22.7-10732276384)
Go 1.22.7
### [`v1.22.6`](https://github.com/actions/go-versions/releases/tag/1.22.6-10277903759): 1.22.6
[Compare Source](https://github.com/actions/go-versions/compare/1.22.5-9771837482...1.22.6-10277903759)
Go 1.22.6
### [`v1.22.5`](https://github.com/actions/go-versions/releases/tag/1.22.5-9771837482): 1.22.5
[Compare Source](https://github.com/actions/go-versions/compare/1.22.4-9377889083...1.22.5-9771837482)
Go 1.22.5
### [`v1.22.4`](https://github.com/actions/go-versions/releases/tag/1.22.4-9377889083): 1.22.4
[Compare Source](https://github.com/actions/go-versions/compare/1.22.3-8995786678...1.22.4-9377889083)
Go 1.22.4
### [`v1.22.3`](https://github.com/actions/go-versions/releases/tag/1.22.3-8995786678): 1.22.3
[Compare Source](https://github.com/actions/go-versions/compare/1.22.2-8548848001...1.22.3-8995786678)
Go 1.22.3
### [`v1.22.2`](https://github.com/actions/go-versions/releases/tag/1.22.2-8548848001): 1.22.2
[Compare Source](https://github.com/actions/go-versions/compare/1.22.1-8166692698...1.22.2-8548848001)
Go 1.22.2
### [`v1.22.1`](https://github.com/actions/go-versions/releases/tag/1.22.1-8166692698): 1.22.1
[Compare Source](https://github.com/actions/go-versions/compare/1.22.0-7809683100...1.22.1-8166692698)
Go 1.22.1
### [`v1.22.0`](https://github.com/actions/go-versions/releases/tag/1.22.0-7809683100): 1.22.0
[Compare Source](https://github.com/actions/go-versions/compare/1.21.13-10277905115...1.22.0-7809683100)
Go 1.22.0
</details>
---
### 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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMS4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v0.17.1->v0.22.1v1.8.0->v1.10.11.21->1.25Release Notes
spf13/cobra (github.com/spf13/cobra)
v1.10.1Compare Source
🐛 Fix
v1.0.9 of pflags brought back
ParseErrorsWhitelistand marked it as deprecatedFull Changelog: https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1
v1.10.0Compare Source
What's Changed
🚨 Attention!
This version of
pflagcarried a breaking change: it renamedParseErrorsWhitelisttoParseErrorsAllowlistwhich can break builds if bothpflagandcobraare dependencies in your project.pflag andcobra, upgradepflagto 1.0.8 andcobrato1.10.0`pflagv1.0.9 which keeps the deprecatedParseErrorsWhitelistMore details can be found here: #2303 (comment)
✨ Features
🐛 Fix
🪠 Testing
📝 Docs
New Contributors
Full Changelog: https://github.com/spf13/cobra/compare/v1.9.1...v1.9.2
v1.9.1Compare Source
🐛 Fixes
Full Changelog: https://github.com/spf13/cobra/compare/v1.9.0...v1.9.1
v1.9.0Compare Source
✨ Features
🐛 Fixes
🤖 Completions
🧪 Testing
✍🏼 Documentation
🔧 Dependency upgrades
pflagdependencies for v1.9.0 by @jpmcb in #2233Thank you to all of our amazing contributors and all the great work that's been going into the completions feature!!
👋🏼 New Contributors
Full Changelog: https://github.com/spf13/cobra/compare/v1.8.1...v1.9.0
v1.8.1Compare Source
✨ Features
🐛 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: https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1
actions/go-versions (go)
v1.25.4: 1.25.4Compare Source
Go 1.25.4
v1.25.3: 1.25.3Compare Source
Go 1.25.3
v1.25.2: 1.25.2Compare Source
Go 1.25.2
v1.25.1: 1.25.1Compare Source
Go 1.25.1
v1.25.0: 1.25.0Compare Source
Go 1.25.0
v1.24.10: 1.24.10Compare Source
Go 1.24.10
v1.24.9: 1.24.9Compare Source
Go 1.24.9
v1.24.8: 1.24.8Compare Source
Go 1.24.8
v1.24.7: 1.24.7Compare Source
Go 1.24.7
v1.24.6: 1.24.6Compare Source
Go 1.24.6
v1.24.5: 1.24.5Compare Source
Go 1.24.5
v1.24.4: 1.24.4Compare Source
Go 1.24.4
v1.24.3: 1.24.3Compare Source
Go 1.24.3
v1.24.2: 1.24.2Compare Source
Go 1.24.2
v1.24.1: 1.24.1Compare Source
Go 1.24.1
v1.24.0: 1.24.0Compare Source
Go 1.24.0
v1.23.12: 1.23.12Compare Source
Go 1.23.12
v1.23.11: 1.23.11Compare Source
Go 1.23.11
v1.23.10: 1.23.10Compare Source
Go 1.23.10
v1.23.9: 1.23.9Compare Source
Go 1.23.9
v1.23.8: 1.23.8Compare Source
Go 1.23.8
v1.23.7: 1.23.7Compare Source
Go 1.23.7
v1.23.6: 1.23.6Compare Source
Go 1.23.6
v1.23.5: 1.23.5Compare Source
Go 1.23.5
v1.23.4: 1.23.4Compare Source
Go 1.23.4
v1.23.3: 1.23.3Compare Source
Go 1.23.3
v1.23.2: 1.23.2Compare Source
Go 1.23.2
v1.23.1: 1.23.1Compare Source
Go 1.23.1
v1.23.0: 1.23.0Compare Source
Go 1.23.0
v1.22.12: 1.22.12Compare Source
Go 1.22.12
v1.22.11: 1.22.11Compare Source
Go 1.22.11
v1.22.10: 1.22.10Compare Source
Go 1.22.10
v1.22.9: 1.22.9Compare Source
Go 1.22.9
v1.22.8: 1.22.8Compare Source
Go 1.22.8
v1.22.7: 1.22.7Compare Source
Go 1.22.7
v1.22.6: 1.22.6Compare Source
Go 1.22.6
v1.22.5: 1.22.5Compare Source
Go 1.22.5
v1.22.4: 1.22.4Compare Source
Go 1.22.4
v1.22.3: 1.22.3Compare Source
Go 1.22.3
v1.22.2: 1.22.2Compare Source
Go 1.22.2
v1.22.1: 1.22.1Compare Source
Go 1.22.1
v1.22.0: 1.22.0Compare Source
Go 1.22.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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.