Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps the security group with 3 updates in the / directory: github.com/itchyny/gojq, github.com/replicatedhq/troubleshoot and github.com/spf13/cobra.

Updates github.com/itchyny/gojq from 0.12.17 to 0.12.18

Release notes

Sourced from github.com/itchyny/gojq's releases.

Release v0.12.18

  • implement trimstr/1, toboolean/0 function
  • fix last/1 to be included in builtins/0
  • fix --indent 0 to preserve newlines
  • fix string repetition to emit error when the result is too large
  • increase the array index limit to 536870912 (2^29)
  • stop numeric normalization for concurrent execution (see 1ace748d08df)
  • support binding expressions with binary operators (1 + 2 as $x | -$x)
  • improve gojq.NewIter to be a generic function
  • improve logic for getting file contents on JSON parse error
  • improve JSON parsing to preserve the precision of floating-point numbers
  • improve YAML parsing performance and preserve the precision of large integers
  • improve performance and reduce memory allocation of long-running queries
Changelog

Sourced from github.com/itchyny/gojq's changelog.

v0.12.18 (2025-12-02)

  • implement trimstr/1, toboolean/0 function
  • fix last/1 to be included in builtins/0
  • fix --indent 0 to preserve newlines
  • fix string repetition to emit error when the result is too large
  • increase the array index limit to 536870912 (2^29)
  • stop numeric normalization for concurrent execution (see 1ace748d08df)
  • support binding expressions with binary operators (1 + 2 as $x | -$x)
  • improve gojq.NewIter to be a generic function
  • improve logic for getting file contents on JSON parse error
  • improve JSON parsing to preserve the precision of floating-point numbers
  • improve YAML parsing performance and preserve the precision of large integers
  • improve performance and reduce memory allocation of long-running queries
Commits
  • fa534a1 bump up version to 0.12.18
  • d7e1531 update CHANGELOG.md for v0.12.18
  • 672cc79 update dependencies
  • 2263e18 update actions/checkout to v6
  • 5d8a53c add more tests for empty strings and NO_COLOR
  • 97274d3 make use of cmp package for comparisons
  • 3e31863 merge identical cases for getting operator functions
  • e4d456b avoid variable names that shadow built-in functions
  • 19a3975 stop replacing capturing group syntax
  • 5bb6d33 support binding expressions with binary operators (fix #283)
  • Additional commits viewable in compare view

Updates github.com/replicatedhq/troubleshoot from 0.123.12 to 0.123.15

Release notes

Sourced from github.com/replicatedhq/troubleshoot's releases.

v0.123.15

Changelog

  • da51c28767f538b4353640099a3d08b74d640334 chore(deps): bump github.com/opencontainers/selinux from 1.12.0 to 1.13.0 (#1919)
  • c76b0ab333ed7e3115db689d22ced0c01d774508 update cluster creation action in regression-test.yaml (#1932)
  • 5aa11c0e4b4e27a892cfc6ae4fbba0708a67ce58 chore(deps): bump helm.sh/helm/v3 from 3.19.0 to 3.19.2 in /examples/sdk/helm-template in the security group (#1922)
  • af5bae315e3825efc5e0f870f5afdc5d64bb8d86 chore(deps): bump golang.org/x/crypto from 0.42.0 to 0.45.0 in /examples/sdk/helm-template (#1926)

v0.123.14

Changelog

  • da51c28767f538b4353640099a3d08b74d640334 chore(deps): bump github.com/opencontainers/selinux from 1.12.0 to 1.13.0 (#1919)
  • c76b0ab333ed7e3115db689d22ced0c01d774508 update cluster creation action in regression-test.yaml (#1932)
  • 5aa11c0e4b4e27a892cfc6ae4fbba0708a67ce58 chore(deps): bump helm.sh/helm/v3 from 3.19.0 to 3.19.2 in /examples/sdk/helm-template in the security group (#1922)
  • af5bae315e3825efc5e0f870f5afdc5d64bb8d86 chore(deps): bump golang.org/x/crypto from 0.42.0 to 0.45.0 in /examples/sdk/helm-template (#1926)

v0.123.13

Changelog

  • 73ac499d3ebf65b5b518920a80dd40287cf2f5c5 Bump Go from 1.24.6 to 1.25.4 (#1930)
  • aa13c2e31e04a02b163db148f87813182e56a194 chore(ci): add workflow to automate Go version updates (#1924)
  • 52d910f6158a5f0b9c729942f24ece36a8cfad35 chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 (#1927)
  • e9111edd478c781be644eecedbc0c3828549b483 chore(deps): bump github.com/containerd/containerd from 1.7.28 to 1.7.29 (#1918)
  • 68f736b02c9c22061d9d194ad83803f1b37b7d2a chore(deps): bump the security group across 1 directory with 10 updates (#1920)
  • 40bb2e3a2a269e66796e2dcdbcae0b1294eabe88 Fix incorrect field names in nodeResources example files (#1917)
Commits
  • da51c28 chore(deps): bump github.com/opencontainers/selinux from 1.12.0 to 1.13.0 (#1...
  • c76b0ab update cluster creation action in regression-test.yaml (#1932)
  • 5aa11c0 chore(deps): bump helm.sh/helm/v3 from 3.19.0 to 3.19.2 in /examples/sdk/helm...
  • af5bae3 chore(deps): bump golang.org/x/crypto from 0.42.0 to 0.45.0 in /examples/sdk/...
  • 73ac499 Bump Go from 1.24.6 to 1.25.4 (#1930)
  • aa13c2e chore(ci): add workflow to automate Go version updates (#1924)
  • 52d910f chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 (#1927)
  • e9111ed chore(deps): bump github.com/containerd/containerd from 1.7.28 to 1.7.29 (#1918)
  • 68f736b chore(deps): bump the security group across 1 directory with 10 updates (#1920)
  • 40bb2e3 Fix incorrect field names in nodeResources example files (#1917)
  • See full diff in compare view

Updates github.com/spf13/cobra from 1.10.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!!!!! 🐍 🚀

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the security group with 3 updates in the / directory: [github.com/itchyny/gojq](https://github.com/itchyny/gojq), [github.com/replicatedhq/troubleshoot](https://github.com/replicatedhq/troubleshoot) and [github.com/spf13/cobra](https://github.com/spf13/cobra).


Updates `github.com/itchyny/gojq` from 0.12.17 to 0.12.18
- [Release notes](https://github.com/itchyny/gojq/releases)
- [Changelog](https://github.com/itchyny/gojq/blob/main/CHANGELOG.md)
- [Commits](itchyny/gojq@v0.12.17...v0.12.18)

Updates `github.com/replicatedhq/troubleshoot` from 0.123.12 to 0.123.15
- [Release notes](https://github.com/replicatedhq/troubleshoot/releases)
- [Commits](replicatedhq/troubleshoot@v0.123.12...v0.123.15)

Updates `github.com/spf13/cobra` from 1.10.1 to 1.10.2
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.10.1...v1.10.2)

---
updated-dependencies:
- dependency-name: github.com/itchyny/gojq
  dependency-version: 0.12.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: security
- dependency-name: github.com/replicatedhq/troubleshoot
  dependency-version: 0.123.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: security
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: security
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code type::chore labels Dec 8, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 8, 2025 11:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code type::chore labels Dec 8, 2025
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 type::chore

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant