Andrés Torres
Andrés Torres
docs: updating the docs with the changes from Helm 3: https://github.com/bitpoke/mysql-operator/commit/692b1b74c6b2e47f8253b6832bb75478a0381cea closes/fixes #xyz --- - [ ] I've made sure the [Changelog.md](https://github.com/presslabs/mysql-operator/blob/master/Changelog.md) will remain up-to-date after this PR is merged.
without including Azure symbols I can't see k8s object
Changes are needed in the Go version to keep compatibility with Fabric 2.5 (Go v1.20) and also changes in the base image from Alpine to Ubuntu as Fabric did in...
The upgrade from 2.X to 2.5 shouldn't be problematic, based on the official docs: https://hyperledger-fabric.readthedocs.io/en/release-2.5/upgrade_to_newest_version.html The versions of the Fabric components are here. https://github.com/hyperledger/firefly-cli/blob/main/internal/blockchain/fabric/constants.go Context: The fabric tools image is...
There is a proposal for a new Firefly Java SDK (https://github.com/Kalyp-Technologies/firefly-sdk-java), it would be nice to replicate CLI samples and even the UI samples but calling a Rest API built...
Based on the conversation here (https://github.com/victools/jsonschema-generator/issues/218) and in our implementation in a internal project I added the Gson Module to the project just in case we want to have an...