Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the security group with 6 updates in the / directory:

Package From To
github.com/itchyny/gojq 0.12.17 0.12.18
github.com/replicatedhq/troubleshoot 0.123.12 0.123.16
github.com/spf13/cobra 1.10.1 1.10.2
k8s.io/api 0.34.2 0.34.3
k8s.io/cli-runtime 0.34.2 0.34.3
k8s.io/code-generator 0.34.2 0.34.3

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.16

Release notes

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

v0.123.16

Changelog

  • a9d2180dd6752f626fb2701e2c29f407f91e32da 102 redactor newline corruption clean (#1947)
  • b69a8a9b8c21a8e8577c5a41da0a382a2e2dfbf0 Bump Go from 1.25.4 to 1.25.5 (#1943)
  • cf816f8e26a424bafdc9b342cc7bdea3337cfaca fix(discovery): handle partial results from ServerGroupsAndResources (#1944)
  • 8ed6dbf581d72db20aa71e18ee6328bf771b8c2d update multiple packages (#1937)
  • 8c0be8fd74f3ec718ee33c9a529908aaadf04b42 chore(ci): regression test cursor feedback (#1938)
  • d3655fa1ab220db7bf21e7233ab088defcb1bd50 chore(deps): bump actions/checkout from 5 to 6 (#1933)
  • 9343b43e7767c2b4c262d577a349450bb4a5a7ce fix(collect): cluster resource errors json file has wrong name (#1936)
  • e45e2cadd3c91f0c2dcda28f3b8d77ccdc70c5f3 Fix collector ordering: preserve order when grouping by type (#1935)

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
  • a9d2180 102 redactor newline corruption clean (#1947)
  • b69a8a9 Bump Go from 1.25.4 to 1.25.5 (#1943)
  • cf816f8 fix(discovery): handle partial results from ServerGroupsAndResources (#1944)
  • 8ed6dbf update multiple packages (#1937)
  • 8c0be8f chore(ci): regression test cursor feedback (#1938)
  • d3655fa chore(deps): bump actions/checkout from 5 to 6 (#1933)
  • 9343b43 fix(collect): cluster resource errors json file has wrong name (#1936)
  • e45e2ca Fix collector ordering: preserve order when grouping by type (#1935)
  • 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)
  • Additional commits viewable 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

Updates k8s.io/api from 0.34.2 to 0.34.3

Commits

Updates k8s.io/apimachinery from 0.34.2 to 0.34.3

Commits

Updates k8s.io/cli-runtime from 0.34.2 to 0.34.3

Commits

Updates k8s.io/client-go from 0.34.2 to 0.34.3

Commits
  • 3892804 Update dependencies to v0.34.3 tag
  • ab04e77 Merge pull request #135592serathius/automated-cherry-pick-of-#135580
  • 25da701 Use transformer in consistency checker
  • 0c76ee5 Add unit tests for Data Consistency Detector
  • cc3d9d0 Embed proper interface in TransformingStore to ensure DeltaFIFO and RealFIFO ...
  • See full diff in compare view

Updates k8s.io/code-generator from 0.34.2 to 0.34.3

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
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code type::chore labels Dec 15, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 15, 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 15, 2025
Bumps the security group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/itchyny/gojq](https://github.com/itchyny/gojq) | `0.12.17` | `0.12.18` | | [github.com/replicatedhq/troubleshoot](https://github.com/replicatedhq/troubleshoot) | `0.123.12` | `0.123.16` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.10.1` | `1.10.2` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.34.2` | `0.34.3` | | [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.34.2` | `0.34.3` | | [k8s.io/code-generator](https://github.com/kubernetes/code-generator) | `0.34.2` | `0.34.3` | 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.16 - [Release notes](https://github.com/replicatedhq/troubleshoot/releases) - [Commits](replicatedhq/troubleshoot@v0.123.12...v0.123.16) 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) Updates `k8s.io/api` from 0.34.2 to 0.34.3 - [Commits](kubernetes/api@v0.34.2...v0.34.3) Updates `k8s.io/apimachinery` from 0.34.2 to 0.34.3 - [Commits](kubernetes/apimachinery@v0.34.2...v0.34.3) Updates `k8s.io/cli-runtime` from 0.34.2 to 0.34.3 - [Commits](kubernetes/cli-runtime@v0.34.2...v0.34.3) Updates `k8s.io/client-go` from 0.34.2 to 0.34.3 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.34.2...v0.34.3) Updates `k8s.io/code-generator` from 0.34.2 to 0.34.3 - [Commits](kubernetes/code-generator@v0.34.2...v0.34.3) --- 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.16 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 - dependency-name: k8s.io/api dependency-version: 0.34.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security - dependency-name: k8s.io/apimachinery dependency-version: 0.34.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security - dependency-name: k8s.io/cli-runtime dependency-version: 0.34.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security - dependency-name: k8s.io/client-go dependency-version: 0.34.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security - dependency-name: k8s.io/code-generator dependency-version: 0.34.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/security-4c18c9f3b8 branch from 257e807 to d72987c Compare December 16, 2025 03:36
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 22, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/security-4c18c9f3b8 branch December 22, 2025 11:02
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

1 participant