Skip to content

fix(deps): update go modules (non-major) - #113

Open
deckhouse-BOaTswain wants to merge 1 commit into
mainfrom
renovate/go-modules-(non-major)
Open

fix(deps): update go modules (non-major)#113
deckhouse-BOaTswain wants to merge 1 commit into
mainfrom
renovate/go-modules-(non-major)

Conversation

@deckhouse-BOaTswain

@deckhouse-BOaTswain deckhouse-BOaTswain commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/deckhouse/deckhouse/pkg/log v0.2.0 -> v0.2.1 age confidence
github.com/google/go-containerregistry v0.21.3 -> v0.21.9 age confidence
github.com/itchyny/gojq v0.12.17 -> v0.12.19 age confidence
github.com/stretchr/testify v1.11.1 -> v1.12.0 age confidence
github.com/sylabs/oci-tools v0.19.0 -> v0.20.1 age confidence
k8s.io/api v0.34.8 -> v0.36.3 age confidence
k8s.io/apiextensions-apiserver v0.34.8 -> v0.36.3 age confidence
k8s.io/apimachinery v0.34.8 -> v0.36.3 age confidence
k8s.io/client-go v0.34.8 -> v0.36.3 age confidence
sigs.k8s.io/controller-runtime v0.22.5 -> v0.24.1 age confidence

Release Notes

google/go-containerregistry (github.com/google/go-containerregistry)

v0.21.9

Compare Source

What's Changed

Full Changelog: google/go-containerregistry@v0.21.8...v0.21.9

v0.21.8

Compare Source

The artifacts attached to this release are missing SLSA provenance, see #​2390.

What's Changed
New Contributors

Full Changelog: google/go-containerregistry@v0.21.7...v0.21.8

v0.21.7

Compare Source

What's Changed
New Contributors

Full Changelog: google/go-containerregistry@v0.21.6...v0.21.7

v0.21.6

Compare Source

What's Changed
New Contributors

Full Changelog: google/go-containerregistry@v0.21.5...v0.21.6

v0.21.5

Compare Source

What's Changed

Full Changelog: google/go-containerregistry@v0.21.4...v0.21.5

v0.21.4

Compare Source

What's Changed
New Contributors

Full Changelog: google/go-containerregistry@v0.21.3...v0.21.4

itchyny/gojq (github.com/itchyny/gojq)

v0.12.19

Compare Source

  • fix gsub and sub when the replacement emits multiple values
  • fix fmax, fmin, modf functions against NaN and infinities
  • fix join/1 to use add/0 implementation and handle null separator
  • fix del and delpaths on null to emit null
  • fix arithmetic operations on the minimum integer
  • fix significand function against subnormal numbers
  • fix handling of -- in cli flag parsing for jq compatibility
  • fix flatten/1 to emit error when the depth is NaN
  • fix array slice update to validate index types
  • fix string repetition boundary check to match jq behavior
  • implement splits/2 using match/2 for better jq compatibility
  • implement to_entries and from_entries in jq for simplicity
  • improve performance of regexp functions by caching compiled regexps

v0.12.18

Compare Source

  • 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 5368709 (2^29)
  • stop numeric normalization for concurrent execution (see 1ace748)
  • 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
stretchr/testify (github.com/stretchr/testify)

v1.12.0

Compare Source

What's Changed
Functional Changes
Fixes
Documentation, Build & CI
New Contributors

Full Changelog: stretchr/testify@v1.11.0...v1.12.0

What's Changed
New Contributors

Full Changelog: stretchr/testify@v1.11.0...v1.12.0

sylabs/oci-tools (github.com/sylabs/oci-tools)

v0.20.1

Compare Source

What's Changed

Full Changelog: sylabs/oci-tools@v0.20.0...v0.20.1

v0.20.0

Compare Source

What's Changed

Configuration

📅 Schedule: Branch creation - "before 06:00 on monday" in timezone UTC, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Renovate Bot.

@deckhouse-BOaTswain deckhouse-BOaTswain added dependencies Pull requests that update a dependency file go Pull requests that update go code renovate labels Jun 1, 2026
@deckhouse-BOaTswain

deckhouse-BOaTswain commented Jun 1, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: examples/example-module/hooks/go.sum
Command failed: go get -t ./...
go: module k8s.io/api@v0.36.3 requires go >= 1.26.0; switching to go1.26.6
go: example-module/subfolder imports
	github.com/deckhouse/module-sdk/pkg imports
	sigs.k8s.io/controller-runtime/pkg/client imports
	k8s.io/client-go/kubernetes/scheme imports
	k8s.io/api/autoscaling/v2beta1: cannot find module providing package k8s.io/api/autoscaling/v2beta1
go: example-module/subfolder imports
	github.com/deckhouse/module-sdk/pkg imports
	sigs.k8s.io/controller-runtime/pkg/client imports
	k8s.io/client-go/kubernetes/scheme imports
	k8s.io/api/autoscaling/v2beta2: cannot find module providing package k8s.io/api/autoscaling/v2beta2
go: example-module/subfolder imports
	github.com/deckhouse/module-sdk/pkg imports
	sigs.k8s.io/controller-runtime/pkg/client imports
	k8s.io/client-go/kubernetes/scheme imports
	k8s.io/api/scheduling/v1alpha1: cannot find module providing package k8s.io/api/scheduling/v1alpha1
go: example-module/subfolder imports
	github.com/deckhouse/module-sdk/pkg imports
	sigs.k8s.io/controller-runtime/pkg/client imports
	k8s.io/client-go/kubernetes/scheme imports
	k8s.io/api/storagemigration/v1alpha1: cannot find module providing package k8s.io/api/storagemigration/v1alpha1

@deckhouse-BOaTswain
deckhouse-BOaTswain force-pushed the renovate/go-modules-(non-major) branch 3 times, most recently from 030bd58 to 80ef859 Compare June 12, 2026 20:21
@deckhouse-BOaTswain
deckhouse-BOaTswain force-pushed the renovate/go-modules-(non-major) branch from 80ef859 to 2e3a70c Compare June 17, 2026 23:18
@deckhouse-BOaTswain
deckhouse-BOaTswain force-pushed the renovate/go-modules-(non-major) branch from 2e3a70c to a5d4480 Compare July 23, 2026 06:47
@deckhouse-BOaTswain
deckhouse-BOaTswain force-pushed the renovate/go-modules-(non-major) branch 2 times, most recently from 5772a9b to c67072c Compare August 5, 2026 22:21
@deckhouse-BOaTswain
deckhouse-BOaTswain force-pushed the renovate/go-modules-(non-major) branch from c67072c to f8eed5c Compare August 10, 2026 14:52
@deckhouse-BOaTswain
deckhouse-BOaTswain force-pushed the renovate/go-modules-(non-major) branch from f8eed5c to 60eaec2 Compare August 17, 2026 09:12
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 renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants