metro2
metro2 copied to clipboard
fix(deps): update all
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| github.com/moov-io/base | v0.53.0 -> v0.54.2 |
require | minor | ||||
| github.com/spf13/cobra | v1.8.1 -> v1.9.1 |
require | minor | ||||
| go (source) | 1.23.6 -> 1.24.2 |
toolchain | minor | ||||
| golang | 1.23-alpine -> 1.24-alpine |
final | minor | ||||
| golang.org/x/exp | 939b2ce -> 054e65f |
require | digest | ||||
| registry.access.redhat.com/ubi9/ubi-minimal | 9.5-1738816775 -> 9.5-1742914212 |
final | patch |
Release Notes
moov-io/base (github.com/moov-io/base)
v0.54.2
BUILD
- build(deps): bump golang.org/x/net from 0.35.0 to 0.36.0
- build: bump cloud.google.com/go/alloydbconn from v1.14.1 to v1.15.0
- build: bump cloud.google.com/go/spanner from v1.75.0 to v1.77.0
- build: bump github.com/go-sql-driver/mysql from v1.8.1 to v1.9.0
- build: bump github.com/googleapis/go-sql-spanner from v1.11.1 to v1.11.2
- build: bump github.com/madflojo/testcerts from v1.3.0 to v1.4.0
- build: bump github.com/prometheus/client_golang from v1.20.5 to v1.21.1
- build: bump github.com/rickar/cal/v2 from v2.1.21 to v2.1.22
- build: bump github.com/spf13/viper from v1.19.0 to v1.20.0
v0.54.1
v0.54.0 was accidently pushed as a breaking change by forcing upgrades to Go 1.24 - v0.54.1 has been released which does not require Go 1.24
BUILD
- build(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0
- build(deps): bump github.com/googleapis/go-sql-spanner to v1.11.1
v0.54.0
spf13/cobra (github.com/spf13/cobra)
v1.9.1
🐛 Fixes
- Fix CompletionFunc implementation by @ccoVeille in https://github.com/spf13/cobra/pull/2234
- Revert "Make detection for test-binary more universal (#2173)" by @marckhouzam in https://github.com/spf13/cobra/pull/2235
Full Changelog: https://github.com/spf13/cobra/compare/v1.9.0...v1.9.1
v1.9.0
✨ Features
- Allow linker to perform deadcode elimination for program using Cobra by @aarzilli in https://github.com/spf13/cobra/pull/1956
- Add default completion command even if there are no other sub-commands by @marckhouzam in https://github.com/spf13/cobra/pull/1559
- Add CompletionWithDesc helper by @ccoVeille in https://github.com/spf13/cobra/pull/2231
🐛 Fixes
- Fix deprecation comment for Command.SetOutput by @thaJeztah in https://github.com/spf13/cobra/pull/2172
- Replace deprecated ioutil usage by @nirs in https://github.com/spf13/cobra/pull/2181
- Fix --version help and output for plugins by @nirs in https://github.com/spf13/cobra/pull/2180
- Allow to reset the templates to the default by @marckhouzam in https://github.com/spf13/cobra/pull/2229
🤖 Completions
- Make Powershell completion work in constrained mode by @lstemplinger in https://github.com/spf13/cobra/pull/2196
- Improve detection for flags that accept multiple values by @thaJeztah in https://github.com/spf13/cobra/pull/2210
- add CompletionFunc type to help with completions by @ccoVeille in https://github.com/spf13/cobra/pull/2220
- Add similar whitespace escape logic to bash v2 completions than in other completions by @kangasta in https://github.com/spf13/cobra/pull/1743
- Print ActiveHelp for bash along other completions by @marckhouzam in https://github.com/spf13/cobra/pull/2076
- fix(completions): Complete map flags multiple times by @gabe565 in https://github.com/spf13/cobra/pull/2174
- fix(bash): nounset unbound file filter variable on empty extension by @scop in https://github.com/spf13/cobra/pull/2228
🧪 Testing
- Test also with go 1.23 by @nirs in https://github.com/spf13/cobra/pull/2182
- Make detection for test-binary more universal by @thaJeztah in https://github.com/spf13/cobra/pull/2173
✍🏼 Documentation
- docs: update README.md by @eltociear in https://github.com/spf13/cobra/pull/2197
- Improve site formatting by @nirs in https://github.com/spf13/cobra/pull/2183
- doc: add Conduit by @raulb in https://github.com/spf13/cobra/pull/2230
- doc: azion project added to the list of CLIs that use cobra by @maxwelbm in https://github.com/spf13/cobra/pull/2198
- Fix broken links in active_help.md by @vuil in https://github.com/spf13/cobra/pull/2202
- chore: fix function name in comment by @zhuhaicity in 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 in https://github.com/spf13/cobra/pull/2206
- Update to latest go-md2man by @mikelolasagasti in https://github.com/spf13/cobra/pull/2201
- Upgrade
pflagdependencies for v1.9.0 by @jpmcb in 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 made their first contribution in https://github.com/spf13/cobra/pull/2174
- @maxwelbm made their first contribution in https://github.com/spf13/cobra/pull/2198
- @lstemplinger made their first contribution in https://github.com/spf13/cobra/pull/2196
- @vuil made their first contribution in https://github.com/spf13/cobra/pull/2202
- @mikelolasagasti made their first contribution in https://github.com/spf13/cobra/pull/2201
- @zhuhaicity made their first contribution in https://github.com/spf13/cobra/pull/2216
- @ccoVeille made their first contribution in https://github.com/spf13/cobra/pull/2220
- @kangasta made their first contribution in https://github.com/spf13/cobra/pull/1743
- @aarzilli made their first contribution in https://github.com/spf13/cobra/pull/1956
Full Changelog: https://github.com/spf13/cobra/compare/v1.8.1...v1.9.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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
ℹ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):
- 1 additional dependency was updated
Details:
| Package | Change |
|---|---|
github.com/spf13/pflag |
v1.0.5 -> v1.0.9 |