Skip to content

build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.2#1495

Merged
abiosoft merged 1 commit into
mainfrom
dependabot/go_modules/github.com/spf13/cobra-1.10.2
Feb 6, 2026
Merged

build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.2#1495
abiosoft merged 1 commit into
mainfrom
dependabot/go_modules/github.com/spf13/cobra-1.10.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 6, 2026

Bumps github.com/spf13/cobra from 1.9.1 to 1.10.2.

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.10.2

🔧 Dependencies

  • chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @​dims in spf13/cobra#2336 - the gopkg.in/yaml.v3 package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of spf13/cobra

📈 CI/CD

🔥✍🏼 Docs

🍂 Refactors

🤗 New Contributors

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

Thank you to our amazing contributors!!!!! 🐍 🚀

v1.10.1

🐛 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

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

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 6, 2026
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.9.1 to 1.10.2.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.9.1...v1.10.2)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/spf13/cobra-1.10.2 branch from 20141d5 to 89b6a25 Compare February 6, 2026 21:01
@abiosoft abiosoft merged commit 8aa34d0 into main Feb 6, 2026
13 checks passed
@abiosoft abiosoft deleted the dependabot/go_modules/github.com/spf13/cobra-1.10.2 branch February 6, 2026 21:32
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Feb 15, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [abiosoft/colima](https://github.com/abiosoft/colima) | minor | `v0.9.1` → `v0.10.0` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>abiosoft/colima (abiosoft/colima)</summary>

### [`v0.10.0`](https://github.com/abiosoft/colima/releases/tag/v0.10.0)

[Compare Source](abiosoft/colima@v0.9.1...v0.10.0)

#### Highlights

This release introduces AI support and other updates.

##### AI is here

Colima now has AI support.

By leveraging [Krunkit](https://github.com/containers/krunkit) and [Ramalama](https://ramalama.ai/), Colima is able to provide the ideal platform to run confined, isolated and secure gpu-powered AI workloads on Apple Silicon devices.

```sh

# run a model
colima model run gemma3

# serve a model, chat interface would be availabe at localhost:8080
colima model serve gemma3

# for more
colima model --help
```

#### Other Updates

- Addition of `krunkit` virtual machine type with gpu support. `colima start --vm-type krunkit`.
- Incus instances are now reachable directly from the host if network address is enabled. `colima start --network-address`.
- Containerd runtime (with nerdctl command) now inherits `CONTAINERD_*` and `NERDCTL_*` environment variables on the host.
- Port forwarding can now be disabled by passing `--port-forwarder=none` to `colima start`.
- Volume mounts can now be disabled by passing `--mount=none` to `colima start`.
- Download mechanism has been reworked in native Go, eliminating dependency on `curl` and `shasum` on the host.
- New `after-boot` and `ready` provision modes for provision scripts.

##### Runtime version bumps

**NOTE:** container runtime versions can be updated manually by running the `colima update` command.

- Docker version updated to `v29.2.0`
- Nerdctl version updated to `v2.2.1`
- Incus version updated to `v6.21`
- K3s version defaults to `v1.35.0+k3s1`.

#### Commits

- ci: move to macos-15-intel runner by [@&#8203;abiosoft](https://github.com/abiosoft) in [#&#8203;1425](abiosoft/colima#1425)
- docs: add older macos versions incompatibility instructions by [@&#8203;mlbiche](https://github.com/mlbiche) in [#&#8203;1428](abiosoft/colima#1428)
- build(deps): bump mxschmitt/action-tmate from 3.22 to 3.23 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1439](abiosoft/colima#1439)
- build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1440](abiosoft/colima#1440)
- build(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1441](abiosoft/colima#1441)
- build(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1446](abiosoft/colima#1446)
- docs: specify qemu-full for Arch instructions by [@&#8203;zachcb](https://github.com/zachcb) in [#&#8203;1451](abiosoft/colima#1451)
- docs: add mise as an installation method by [@&#8203;jylenhof](https://github.com/jylenhof) in [#&#8203;1456](abiosoft/colima#1456)
- net: add ability to customize gateway address by [@&#8203;Guilospanck](https://github.com/Guilospanck) in [#&#8203;1447](abiosoft/colima#1447)
- misc: multiple updates by [@&#8203;abiosoft](https://github.com/abiosoft) in [#&#8203;1473](abiosoft/colima#1473)
- build(deps): bump actions/setup-go from 6.0.0 to 6.1.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1455](abiosoft/colima#1455)
- build(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.2.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1464](abiosoft/colima#1464)
- build(deps): bump actions/checkout from 5.0.0 to 6.0.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1465](abiosoft/colima#1465)
- build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1466](abiosoft/colima#1466)
- build(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1467](abiosoft/colima#1467)
- build(deps): bump actions/setup-go from 6.1.0 to 6.2.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1479](abiosoft/colima#1479)
- build(deps): bump actions/checkout from 6.0.1 to 6.0.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1482](abiosoft/colima#1482)
- core: update disk images by [@&#8203;abiosoft](https://github.com/abiosoft) in [#&#8203;1484](abiosoft/colima#1484)
- Multiple minor updates by [@&#8203;abiosoft](https://github.com/abiosoft) in [#&#8203;1485](abiosoft/colima#1485)
- incus: use RFC 5737 IPv4 network for the default network by [@&#8203;jessa0](https://github.com/jessa0) in [#&#8203;1487](abiosoft/colima#1487)
- nerdctl: propagate CONTAINERD\_\* and NERDCTL\_\* environment variables. by [@&#8203;abiosoft](https://github.com/abiosoft) in [#&#8203;1491](abiosoft/colima#1491)
- chore: improve downloader by [@&#8203;abiosoft](https://github.com/abiosoft) in [#&#8203;1492](abiosoft/colima#1492)
- build(deps): bump golang.org/x/term from 0.33.0 to 0.39.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1493](abiosoft/colima#1493)
- build(deps): bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1494](abiosoft/colima#1494)
- build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1495](abiosoft/colima#1495)
- incus: make instance ips host reachable by [@&#8203;abiosoft](https://github.com/abiosoft) in [#&#8203;1496](abiosoft/colima#1496)
- incus: improve defaults by [@&#8203;abiosoft](https://github.com/abiosoft) in [#&#8203;1497](abiosoft/colima#1497)
- core: support AI models by [@&#8203;abiosoft](https://github.com/abiosoft) in [#&#8203;1499](abiosoft/colima#1499)
- chore: minor updates by [@&#8203;abiosoft](https://github.com/abiosoft) in [#&#8203;1500](abiosoft/colima#1500)
- chore: improve terminal experience for AI runner model setup. by [@&#8203;abiosoft](https://github.com/abiosoft) in [#&#8203;1502](abiosoft/colima#1502)
- build(deps): bump golang.org/x/term from 0.39.0 to 0.40.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1503](abiosoft/colima#1503)
- chore: improve terminal for long subprocess outputs by [@&#8203;abiosoft](https://github.com/abiosoft) in [#&#8203;1504](abiosoft/colima#1504)
- Docs update by [@&#8203;abiosoft](https://github.com/abiosoft) in [#&#8203;1505](abiosoft/colima#1505)

#### New Contributors

- [@&#8203;mlbiche](https://github.com/mlbiche) made their first contribution in [#&#8203;1428](abiosoft/colima#1428)
- [@&#8203;zachcb](https://github.com/zachcb) made their first contribution in [#&#8203;1451](abiosoft/colima#1451)
- [@&#8203;jylenhof](https://github.com/jylenhof) made their first contribution in [#&#8203;1456](abiosoft/colima#1456)
- [@&#8203;Guilospanck](https://github.com/Guilospanck) made their first contribution in [#&#8203;1447](abiosoft/colima#1447)
- [@&#8203;jessa0](https://github.com/jessa0) made their first contribution in [#&#8203;1487](abiosoft/colima#1487)

**Full Changelog**: <abiosoft/colima@v0.9.1...v0.10.0>

</details>

---

### Configuration

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

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

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Ny4zIiwidXBkYXRlZEluVmVyIjoiNDIuOTcuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6Om1pbm9yIl19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant