Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

chore(deps): update go patches #1998

Closed
wants to merge 1 commit into from
Closed

chore(deps): update go patches #1998

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 12, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/Checkmarx/kics/v2 v2.1.1 -> v2.1.2 age adoption passing confidence
github.com/anchore/stereoscope v0.0.2 -> v0.0.3 age adoption passing confidence
github.com/anchore/stereoscope v0.0.3-0.20240624202600-753b5576fe42 -> v0.0.3 age adoption passing confidence
github.com/aws/aws-sdk-go-v2 v1.30.3 -> v1.30.4 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/config v1.27.27 -> v1.27.31 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.53.3 -> v1.53.5 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/pricing v1.30.3 -> v1.30.4 age adoption passing confidence
github.com/aws/smithy-go v1.20.3 -> v1.20.4 age adoption passing confidence
github.com/compose-spec/compose-go/v2 v2.1.2 -> v2.1.6 age adoption passing confidence
github.com/containerd/containerd v1.7.19 -> v1.7.21 age adoption passing confidence
github.com/docker/cli v26.1.4+incompatible -> v26.1.5+incompatible age adoption passing confidence
github.com/google/go-containerregistry v0.20.1 -> v0.20.2 age adoption passing confidence
github.com/moby/sys/mountinfo v0.7.1 -> v0.7.2 age adoption passing confidence
github.com/zregvart/helm/v3 v3.0.0-20240708093153-6040e8a3074b -> v3.0.0-20240717141843-7365bdbbea3f age adoption passing confidence
gorm.io/driver/postgres v1.5.7 -> v1.5.9 age adoption passing confidence
gorm.io/driver/sqlite v1.5.5 -> v1.5.6 age adoption passing confidence
gorm.io/gorm v1.25.10 -> v1.25.11 age adoption passing confidence
helm.sh/helm/v3 v3.15.2 -> v3.15.4 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Checkmarx/kics (github.com/Checkmarx/kics/v2)

v2.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: Checkmarx/kics@v2.1.1...v2.1.2

anchore/stereoscope (github.com/anchore/stereoscope)

v0.0.3

Compare Source

v0.0.3
Additional Changes

(Full Changelog)

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)

v1.30.4

Compare Source

aws/smithy-go (github.com/aws/smithy-go)

v1.20.4

Compare Source

compose-spec/compose-go (github.com/compose-spec/compose-go/v2)

v2.1.6

Compare Source

What's Changed

Full Changelog: compose-spec/compose-go@v2.1.5...v2.1.6

v2.1.5

Compare Source

What's Changed

Full Changelog: compose-spec/compose-go@v2.1.4...v2.1.5

v2.1.4

Compare Source

What's Changed

New Contributors

Full Changelog: compose-spec/compose-go@v2.1.3...v2.1.4

v2.1.3

Compare Source

What's Changed

Full Changelog: compose-spec/compose-go@v2.1.2...v2.1.3

containerd/containerd (github.com/containerd/containerd)

v1.7.21

Compare Source

v1.7.20: containerd 1.7.20

Compare Source

Welcome to the v1.7.20 release of containerd!

The twentieth patch release for containerd 1.7 contains various fixes
and updates.

Highlights
  • Support for dropping inheritable capabilities (#​10469)
Container Runtime Interface (CRI)
  • Make PodSandboxStatus friendlier to shim crashes (#​10461)
  • Handle empty DNSConfig differently than unspecified (#​10462)
  • Fix for [cri] ttrpc: closed during ListPodSandboxStats (#​10423)

Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.

Contributors
  • Derek McGowan
  • Akihiro Suda
  • Phil Estes
  • Akhil Mohan
  • Bryant Biggs
  • Danny Canter
  • Davanum Srinivas
  • Mike Brown
  • Samuel Karp
  • Tim Hockin
Changes
16 commits

  • Prepare release notes for v1.7.20 (#​10481)
    • 7f2d4cd97 Prepare release notes for v1.7.20
  • deps: Update otelgrpc (#​10413)
  • Make PodSandboxStatus friendlier to shim crashes (#​10461)
    • df86bdd5d CRI Sbserver: Make PodSandboxStatus friendlier to shim crashes
  • Handle empty DNSConfig differently than unspecified (#​10462)
    • 209ee4f10 CRI: An empty DNSConfig != unspecified
  • Support for dropping inheritable capabilities (#​10469)
    • ce65228af Support for dropping inheritable capabilities
  • Fix for [cri] ttrpc: closed during ListPodSandboxStats (#​10423)
    • 610498df7 Fix for [cri] ttrpc: closed during ListPodSandboxStats
  • update to go1.21.12 / go1.22.5 (#​10426)
  • errdefs: denote deprecation as a godoc comment (#​10424)
    • c7d5e430a errdefs: denote deprecation as a godoc comment

Dependency Changes
  • github.com/go-logr/logr v1.2.4 -> v1.3.0
  • github.com/google/go-cmp v0.5.9 -> v0.6.0
  • github.com/google/uuid v1.3.1 -> v1.4.0
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 -> v0.46.1
  • go.opentelemetry.io/otel v1.19.0 -> v1.21.0
  • go.opentelemetry.io/otel/metric v1.19.0 -> v1.21.0
  • go.opentelemetry.io/otel/sdk v1.19.0 -> v1.21.0
  • go.opentelemetry.io/otel/trace v1.19.0 -> v1.21.0
  • google.golang.org/genproto e6e6cda -> 989df2b
  • google.golang.org/genproto/googleapis/api 007df8e -> 83a465c
  • google.golang.org/genproto/googleapis/rpc d307bd8 -> 995d672

Previous release can be found at v1.7.19

docker/cli (github.com/docker/cli)

v26.1.5+incompatible

Compare Source

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

v0.20.2

Compare Source

What's Changed

Full Changelog: google/go-containerregistry@v0.20.1...v0.20.2

go-gorm/postgres (gorm.io/driver/postgres)

v1.5.9

Compare Source

v1.5.8

Compare Source

go-gorm/sqlite (gorm.io/driver/sqlite)

v1.5.6

Compare Source

go-gorm/gorm (gorm.io/gorm)

v1.25.11

Compare Source

helm/helm (helm.sh/helm/v3)

v3.15.4: Helm v3.15.4

Compare Source

Helm v3.15.4 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v3.15.4. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.16.0 is the next feature release and will be on September 11, 2024.

Changelog

  • Bump the k8s-io group across 1 directory with 7 updates fa9efb0 (dependabot[bot])
  • Bump github.com/docker/docker 36a21b1 (dependabot[bot])

v3.15.3: Helm v3.15.3

Compare Source

Helm v3.15.3 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v3.15.3. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.15.4 will contain only bug fixes and be released on August 14, 2024.
  • 3.16.0 is the next feature release and will be on September 11, 2024.

Changelog

  • fix(helm): Use burst limit setting for discovery 3bb50bb (Evan Foster)
  • fixed dependency_update_test.go f440d3b (Suleiman Dibirov)
  • fix(dependencyBuild): prevent race condition in concurrent helm dependency f262d80 (Suleiman Dibirov)
  • fix: respect proxy envvars on helm install/upgrade 7413819 (Sidharth Menon)
  • Merge pull request #​13085 from alex-kattathra-johnson/issue-12961 eb4cf60 (Joe Julian)

Configuration

📅 Schedule: Branch creation - "after 8am on Monday" in timezone Etc/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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner August 12, 2024 17:52
@renovate renovate bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code test labels Aug 12, 2024
Copy link
Contributor Author

renovate bot commented Aug 12, 2024

ℹ Artifact update notice

File name: plugins/store/kics/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):

  • 25 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.4 -> 1.23.0
github.com/containerd/containerd v1.7.17 -> v1.7.21-0.20240730235713-20966044526b
github.com/docker/cli v24.0.6+incompatible -> v27.1.1+incompatible
github.com/docker/distribution v2.8.2+incompatible -> v2.8.3+incompatible
github.com/docker/docker v24.0.9+incompatible -> v27.1.1+incompatible
github.com/docker/docker-credential-helpers v0.7.0 -> v0.8.2
github.com/docker/go-connections v0.4.0 -> v0.5.0
github.com/getsentry/sentry-go v0.28.0 -> v0.28.2-0.20240729102758-eb05e4b3014c
github.com/gorilla/websocket v1.5.0 -> v1.5.3
github.com/johnfercher/maroto v0.43.1-0.20230914003034-2e439ed90fe3 -> v1.0.0
github.com/klauspost/compress v1.17.8 -> v1.17.9
github.com/moby/buildkit v0.12.5 -> v0.15.1-0.20240730223335-bc92b63b98aa
golang.org/x/crypto v0.24.0 -> v0.25.0
golang.org/x/sync v0.7.0 -> v0.8.0
golang.org/x/sys v0.21.0 -> v0.22.0
golang.org/x/term v0.21.0 -> v0.22.0
golang.org/x/text v0.16.0 -> v0.17.0
helm.sh/helm/v3 v3.15.1 -> v3.15.3
k8s.io/api v0.30.0 -> v0.30.3
k8s.io/apiextensions-apiserver v0.30.0 -> v0.30.3
k8s.io/apimachinery v0.30.0 -> v0.30.3
k8s.io/apiserver v0.30.0 -> v0.30.3
k8s.io/client-go v0.30.0 -> v0.30.3
k8s.io/component-base v0.30.0 -> v0.30.3
k8s.io/utils v0.0.0-20230726121419-3b25d923346b -> v0.0.0-20240711033017-18e509b52bc8
oras.land/oras-go v1.2.4 -> v1.2.5
File name: utils/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):

  • 22 additional dependencies were updated

Details:

Package Change
github.com/adrg/xdg v0.4.0 -> v0.5.0
github.com/bmatcuk/doublestar/v4 v4.0.2 -> v4.6.1
github.com/docker/cli v24.0.0+incompatible -> v27.0.3+incompatible
github.com/docker/docker v24.0.9+incompatible -> v27.1.1+incompatible
github.com/gabriel-vasile/mimetype v1.4.0 -> v1.4.4
github.com/google/go-containerregistry v0.19.0 -> v0.19.2
github.com/google/uuid v1.3.0 -> v1.6.0
github.com/klauspost/compress v1.16.5 -> v1.17.4
github.com/opencontainers/image-spec v1.1.0-rc3 -> v1.1.0
github.com/pierrec/lz4/v4 v4.1.15 -> v4.1.19
github.com/spf13/afero v1.6.0 -> v1.11.0
github.com/sylabs/sif/v2 v2.8.1 -> v2.17.1
github.com/sylabs/squashfs v0.6.1 -> v1.0.0
github.com/ulikunitz/xz v0.5.10 -> v0.5.11
golang.org/x/crypto v0.22.0 -> v0.25.0
golang.org/x/net v0.24.0 -> v0.25.0
golang.org/x/sys v0.19.0 -> v0.22.0
golang.org/x/text v0.14.0 -> v0.16.0
golang.org/x/tools v0.20.0 -> v0.21.1-0.20240508182429-e35e4ccd0d2d
google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 -> v0.0.0-20231106174013-bbf56f31fb17
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 -> v0.0.0-20231120223509-83a465c0220f
google.golang.org/grpc v1.58.3 -> v1.59.0
File name: scanner/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):

  • 8 additional dependencies were updated

Details:

Package Change
github.com/adrg/xdg v0.4.0 -> v0.5.0
github.com/docker/cli v26.1.4+incompatible -> v27.1.1+incompatible
github.com/docker/docker v26.1.5+incompatible -> v27.1.1+incompatible
github.com/moby/sys/mountinfo v0.7.1 -> v0.7.2
github.com/pierrec/lz4/v4 v4.1.15 -> v4.1.19
github.com/rubenv/sql-migrate v1.5.2 -> v1.6.1
github.com/sylabs/sif/v2 v2.16.0 -> v2.17.1
github.com/sylabs/squashfs v0.6.1 -> v1.0.0
File name: testenv/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):

  • 15 additional dependencies were updated

Details:

Package Change
github.com/docker/docker v26.1.5+incompatible -> v27.1.1+incompatible
github.com/aws/aws-sdk-go-v2/credentials v1.17.27 -> v1.17.30
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11 -> v1.16.12
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15 -> v1.3.16
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15 -> v2.6.16
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 -> v1.8.1
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 -> v1.11.4
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 -> v1.11.18
github.com/aws/aws-sdk-go-v2/service/sso v1.22.4 -> v1.22.5
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 -> v1.26.5
github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 -> v1.30.5
github.com/aws/smithy-go v1.20.3 -> v1.20.4
github.com/cyphar/filepath-securejoin v0.2.4 -> v0.2.5
github.com/moby/sys/mountinfo v0.7.1 -> v0.7.2
github.com/rubenv/sql-migrate v1.5.2 -> v1.6.1
File name: provider/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):

  • 20 additional dependencies were updated

Details:

Package Change
github.com/docker/docker v26.1.5+incompatible -> v27.1.1+incompatible
github.com/adrg/xdg v0.4.0 -> v0.5.0
github.com/anchore/stereoscope v0.0.3-0.20240624202600-753b5576fe42 -> v0.0.3
github.com/aws/aws-sdk-go-v2/credentials v1.17.27 -> v1.17.30
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11 -> v1.16.12
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15 -> v1.3.16
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15 -> v2.6.16
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 -> v1.8.1
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 -> v1.11.4
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 -> v1.11.18
github.com/aws/aws-sdk-go-v2/service/sso v1.22.4 -> v1.22.5
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 -> v1.26.5
github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 -> v1.30.5
github.com/docker/cli v26.1.4+incompatible -> v27.1.1+incompatible
github.com/google/go-containerregistry v0.20.1 -> v0.20.2
github.com/moby/sys/mountinfo v0.7.1 -> v0.7.2
github.com/pierrec/lz4/v4 v4.1.15 -> v4.1.19
github.com/rubenv/sql-migrate v1.5.2 -> v1.6.1
github.com/sylabs/sif/v2 v2.16.0 -> v2.17.1
github.com/sylabs/squashfs v0.6.1 -> v1.0.0
File name: containerruntimediscovery/server/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/moby/sys/user v0.1.0 -> v0.3.0
File name: orchestrator/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):

  • 24 additional dependencies were updated

Details:

Package Change
github.com/adrg/xdg v0.4.0 -> v0.5.0
github.com/anchore/stereoscope v0.0.3-0.20240624202600-753b5576fe42 -> v0.0.3
github.com/aws/aws-sdk-go-v2 v1.30.3 -> v1.30.4
github.com/aws/aws-sdk-go-v2/config v1.27.27 -> v1.27.31
github.com/aws/aws-sdk-go-v2/credentials v1.17.27 -> v1.17.30
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11 -> v1.16.12
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15 -> v1.3.16
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15 -> v2.6.16
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 -> v1.8.1
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 -> v1.11.4
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 -> v1.11.18
github.com/aws/aws-sdk-go-v2/service/pricing v1.30.3 -> v1.30.4
github.com/aws/aws-sdk-go-v2/service/sso v1.22.4 -> v1.22.5
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 -> v1.26.5
github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 -> v1.30.5
github.com/aws/smithy-go v1.20.3 -> v1.20.4
github.com/docker/cli v26.1.4+incompatible -> v27.1.1+incompatible
github.com/docker/docker v26.1.5+incompatible -> v27.1.1+incompatible
github.com/google/go-containerregistry v0.20.1 -> v0.20.2
github.com/moby/sys/mountinfo v0.7.1 -> v0.7.2
github.com/pierrec/lz4/v4 v4.1.15 -> v4.1.19
github.com/rubenv/sql-migrate v1.5.2 -> v1.6.1
github.com/sylabs/sif/v2 v2.16.0 -> v2.17.1
github.com/sylabs/squashfs v0.6.1 -> v1.0.0
File name: e2e/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):

  • 26 additional dependencies were updated

Details:

Package Change
github.com/adrg/xdg v0.4.0 -> v0.5.0
github.com/anchore/stereoscope v0.0.3-0.20240624202600-753b5576fe42 -> v0.0.3
github.com/aws/aws-sdk-go-v2 v1.30.3 -> v1.30.4
github.com/aws/aws-sdk-go-v2/config v1.27.27 -> v1.27.31
github.com/aws/aws-sdk-go-v2/credentials v1.17.27 -> v1.17.30
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11 -> v1.16.12
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15 -> v1.3.16
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15 -> v2.6.16
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 -> v1.8.1
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.53.3 -> v1.53.5
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 -> v1.11.4
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 -> v1.11.18
github.com/aws/aws-sdk-go-v2/service/sso v1.22.4 -> v1.22.5
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 -> v1.26.5
github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 -> v1.30.5
github.com/aws/smithy-go v1.20.3 -> v1.20.4
github.com/compose-spec/compose-go/v2 v2.1.2 -> v2.1.6
github.com/docker/cli v26.1.4+incompatible -> v27.1.1+incompatible
github.com/docker/docker v26.1.5+incompatible -> v27.1.1+incompatible
github.com/google/go-containerregistry v0.20.1 -> v0.20.2
github.com/moby/sys/mountinfo v0.7.1 -> v0.7.2
github.com/pierrec/lz4/v4 v4.1.15 -> v4.1.19
github.com/rubenv/sql-migrate v1.5.2 -> v1.6.1
github.com/sylabs/sif/v2 v2.16.0 -> v2.17.1
github.com/sylabs/squashfs v0.6.1 -> v1.0.0
helm.sh/helm/v3 v3.15.3 -> v3.15.4
File name: cli/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):

  • 10 additional dependencies were updated

Details:

Package Change
github.com/adrg/xdg v0.4.0 -> v0.5.0
github.com/anchore/stereoscope v0.0.3-0.20240624202600-753b5576fe42 -> v0.0.3
github.com/docker/cli v26.1.4+incompatible -> v27.1.1+incompatible
github.com/docker/docker v26.1.5+incompatible -> v27.1.1+incompatible
github.com/google/go-containerregistry v0.20.1 -> v0.20.2
github.com/moby/sys/mountinfo v0.7.1 -> v0.7.2
github.com/pierrec/lz4/v4 v4.1.15 -> v4.1.19
github.com/rubenv/sql-migrate v1.5.2 -> v1.6.1
github.com/sylabs/sif/v2 v2.16.0 -> v2.17.1
github.com/sylabs/squashfs v0.6.1 -> v1.0.0
File name: api/server/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/mattn/go-sqlite3 v1.14.17 -> v1.14.22

@renovate renovate bot force-pushed the renovate/go-patches branch 6 times, most recently from f1d8f92 to 9ac27be Compare August 19, 2024 22:21
@renovate renovate bot force-pushed the renovate/go-patches branch 7 times, most recently from 3e14fc7 to 475dccc Compare August 26, 2024 21:12
@ramizpolic ramizpolic closed this Aug 27, 2024
@ramizpolic ramizpolic deleted the renovate/go-patches branch August 27, 2024 08:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant