Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update patch digest dependencies (v1.7.x) #649

Open
wants to merge 1 commit into
base: v1.7.x
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
github.com/longhorn/backupstore require digest 7afd6aa -> 2b48260 age adoption passing confidence
github.com/longhorn/go-common-libs require digest 907f57e -> 4d6c3a8 age adoption passing confidence
github.com/longhorn/go-spdk-helper require digest 33c0873 -> e912304 age adoption passing confidence
github.com/longhorn/longhorn-spdk-engine require digest df0d2ae -> bfa1d21 age adoption passing confidence
github.com/longhorn/types require digest 473d671 -> 48c550a age adoption passing confidence
github.com/urfave/cli require patch v1.22.15 -> v1.22.16 age adoption passing confidence
k8s.io/mount-utils require patch v0.31.0 -> v0.31.3 age adoption passing confidence

Release Notes

urfave/cli (github.com/urfave/cli)

v1.22.16

Compare Source

What's Changed

Full Changelog: urfave/cli@v1.22.15...v1.22.16

kubernetes/mount-utils (k8s.io/mount-utils)

v0.31.3

Compare Source

v0.31.2

Compare Source

v0.31.1

Compare Source


Configuration

📅 Schedule: Branch creation - "after 10am on saturday,on sunday" in timezone Asia/Taipei, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

Copy link

mergify bot commented Aug 31, 2024

This pull request is now in conflict. Could you fix it @renovate[bot]? 🙏

@renovate renovate bot force-pushed the renovate/v1.7.x-patch-digest-dependencies branch 8 times, most recently from ee7b153 to 7fb0262 Compare September 5, 2024 17:08
Copy link
Contributor Author

renovate bot commented Sep 5, 2024

ℹ Artifact update notice

File name: 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):

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

Details:

Package Change
go 1.22.2 -> 1.23.3
golang.org/x/net v0.28.0 -> v0.31.0
golang.org/x/sync v0.8.0 -> v0.9.0
google.golang.org/grpc v1.65.0 -> v1.68.0
google.golang.org/protobuf v1.34.2 -> v1.35.2
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0 -> v1.16.0
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.4.0 -> v1.5.0
github.com/cpuguy83/go-md2man/v2 v2.0.4 -> v2.0.5
github.com/opencontainers/runc v1.1.13 -> v1.1.14
golang.org/x/oauth2 v0.21.0 -> v0.23.0
golang.org/x/sys v0.24.0 -> v0.27.0
golang.org/x/term v0.23.0 -> v0.26.0
golang.org/x/text v0.17.0 -> v0.20.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 -> v0.0.0-20240903143218-8af14fe29dc1
k8s.io/api v0.31.0 -> v0.31.3
k8s.io/apimachinery v0.31.0 -> v0.31.3
k8s.io/client-go v0.31.0 -> v0.31.3

derekbit
derekbit previously approved these changes Sep 6, 2024
@derekbit derekbit self-requested a review September 6, 2024 00:39
@renovate renovate bot force-pushed the renovate/v1.7.x-patch-digest-dependencies branch from 7fb0262 to 7c4f316 Compare September 6, 2024 08:01
@renovate renovate bot force-pushed the renovate/v1.7.x-patch-digest-dependencies branch 4 times, most recently from 4af0053 to 349d3df Compare September 13, 2024 00:50
@renovate renovate bot force-pushed the renovate/v1.7.x-patch-digest-dependencies branch 5 times, most recently from ab4ec35 to ab8aa41 Compare September 21, 2024 07:42
@renovate renovate bot force-pushed the renovate/v1.7.x-patch-digest-dependencies branch 7 times, most recently from 4cac6ad to 0a3b400 Compare September 26, 2024 09:39
@renovate renovate bot force-pushed the renovate/v1.7.x-patch-digest-dependencies branch 6 times, most recently from 850fedf to 15a7cb8 Compare November 10, 2024 16:15
@renovate renovate bot force-pushed the renovate/v1.7.x-patch-digest-dependencies branch 9 times, most recently from a59b6a6 to bf3d59f Compare November 19, 2024 13:34
@renovate renovate bot force-pushed the renovate/v1.7.x-patch-digest-dependencies branch 9 times, most recently from f6abfd3 to a517324 Compare November 28, 2024 05:13
@innobead
Copy link
Member

It seems we made some incompatible changes to the existing gRPC interface provided by longhorn-spdk-engine.

We should prevent this and try to make sure gRPC methods are backward compatible, even though v2 is not GA yet. cc

cc @longhorn/dev @derekbit

# github.com/longhorn/longhorn-instance-manager/pkg/instance
pkg/instance/instance.go:154:75: not enough arguments in call to c.EngineCreate
	have (string, string, string, uint64, map[string]string, int32, string, string, bool)
	want (string, string, string, uint64, map[string]string, int32, string, string, bool, bool)
# github.com/longhorn/longhorn-instance-manager/pkg/proxy
pkg/proxy/backup.go:340:10: c.EngineBackupRestoreFinish undefined (type *"github.com/longhorn/longhorn-spdk-engine/pkg/client".SPDKClient has no field or method EngineBackupRestoreFinish)
time="2024-11-28T05:16:28Z" level=fatal msg="exit status 1"
make: *** [Makefile:11: ci] Error 1

@renovate renovate bot force-pushed the renovate/v1.7.x-patch-digest-dependencies branch 3 times, most recently from 8ad026b to 8257753 Compare November 30, 2024 19:49
@renovate renovate bot force-pushed the renovate/v1.7.x-patch-digest-dependencies branch from 8257753 to c92a527 Compare November 30, 2024 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants