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

chore(deps): update module github.com/hyperledger/fabric-contract-api-go to v2 #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 22, 2024

This PR contains the following updates:

Package Type Update Change OpenSSF
github.com/hyperledger/fabric-contract-api-go require major v1.2.2 -> v2.0.0 OpenSSF Scorecard

Release Notes

hyperledger/fabric-contract-api-go (github.com/hyperledger/fabric-contract-api-go)

v2.0.0

Compare Source

v2 Release Notes

The v2 release is functionally equivalent to the v1 release. The primary difference is the use of the current Go API for protocol buffers in place of the original (deprecated) API. The v2 implementation retains wire-level compatibility with Fabric but does include the following breaking changes:

  • Chaincode implementations that make direct use of github.com/hyperledger/fabric-protos-go will experience protocol buffer namespace conflicts (as described in https://protobuf.dev/reference/go/faq/). Any use of fabric-protos-go must be replaced by github.com/hyperledger/fabric-protos-go-apiv2.
  • In order to avoid an indirect dependency on fabric-protos-go, chaincode implementations that make use of github.com/hyperledger/fabric-chaincode-go must instead use github.com/hyperledger/fabric-chaincode-go/v2.

What's Changed

New Contributors

Full Changelog: hyperledger/fabric-contract-api-go@v1.2.2...v2.0.0


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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
Contributor Author

renovate bot commented Jun 22, 2024

ℹ Artifact update notice

File name: src/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/go-openapi/jsonpointer v0.20.0 -> v0.21.0
github.com/go-openapi/jsonreference v0.20.2 -> v0.21.0
github.com/go-openapi/spec v0.20.9 -> v0.21.0
github.com/go-openapi/swag v0.22.4 -> v0.23.0
github.com/rogpeppe/go-internal v1.11.0 -> v1.12.0
golang.org/x/mod v0.14.0 -> v0.17.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda -> v0.0.0-20240528184218-531527333157
google.golang.org/grpc v1.63.2 -> v1.64.0

@renovate renovate bot force-pushed the renovate/github.com-hyperledger-fabric-contract-api-go-2.x branch from ebdc3c1 to a6325ed Compare July 14, 2024 10:26
@renovate renovate bot force-pushed the renovate/github.com-hyperledger-fabric-contract-api-go-2.x branch from a6325ed to 9575c76 Compare September 11, 2024 17:01
@renovate renovate bot force-pushed the renovate/github.com-hyperledger-fabric-contract-api-go-2.x branch from 9575c76 to 15809bc Compare September 24, 2024 00:40
…-go to v2

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/github.com-hyperledger-fabric-contract-api-go-2.x branch from 15809bc to b52e40c Compare October 8, 2024 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants