Skip to content

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

Merged
roderik merged 1 commit intomainfrom
renovate/github.com-hyperledger-fabric-contract-api-go-2.x
Jan 9, 2025
Merged

chore(deps): update module github.com/hyperledger/fabric-contract-api-go to v2#14
roderik merged 1 commit intomainfrom
renovate/github.com-hyperledger-fabric-contract-api-go-2.x

Conversation

@renovate
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.2.0 OpenSSF Scorecard

Release Notes

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

v2.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: hyperledger/fabric-contract-api-go@v2.1.0...v2.2.0

v2.1.0

Compare Source

What's Changed

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

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 - "* 0-4,22-23 * * 1-5,* * * * 0,6" (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.

@renovate
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):

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

Details:

Package Change
go 1.23.3 -> 1.23.4
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
golang.org/x/net v0.24.0 -> v0.28.0
golang.org/x/sys v0.19.0 -> v0.24.0
golang.org/x/text v0.14.0 -> v0.17.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda -> v0.0.0-20240814211410-ddb44dafa142
google.golang.org/grpc v1.63.2 -> v1.67.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
@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
@renovate renovate bot force-pushed the renovate/github.com-hyperledger-fabric-contract-api-go-2.x branch from b52e40c to 55885f3 Compare November 17, 2024 16:40
@renovate renovate bot force-pushed the renovate/github.com-hyperledger-fabric-contract-api-go-2.x branch from 55885f3 to f72fc34 Compare December 6, 2024 19:30
@renovate renovate bot force-pushed the renovate/github.com-hyperledger-fabric-contract-api-go-2.x branch from f72fc34 to 305fb10 Compare December 24, 2024 13:23
@renovate renovate bot force-pushed the renovate/github.com-hyperledger-fabric-contract-api-go-2.x branch from 305fb10 to e76d208 Compare January 7, 2025 13:48
…-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 e76d208 to 45ab4fb Compare January 9, 2025 04:22
@roderik roderik merged commit c5bbae7 into main Jan 9, 2025
2 checks passed
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.

1 participant