-
Notifications
You must be signed in to change notification settings - Fork 13
Release v0.24.0 #1821
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
Merged
Merged
Release v0.24.0 #1821
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ing services and stop gracefully
Set grace period to 1m in dev script
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.4.2 to 1.5.0. - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](sirupsen/logrus@v1.4.2...v1.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.6.2 to 1.6.3. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.6.2...v1.6.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.28.0 to 1.29.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.28.0...v1.29.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…ithub.com/sirupsen/logrus-1.5.0 Bump github.com/sirupsen/logrus from 1.4.2 to 1.5.0
…ithub.com/spf13/viper-1.6.3 Bump github.com/spf13/viper from 1.6.2 to 1.6.3
…oogle.golang.org/grpc-1.29.1 Bump google.golang.org/grpc from 1.28.0 to 1.29.1
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.3.4 to 1.4.0. - [Release notes](https://github.com/golang/protobuf/releases) - [Commits](golang/protobuf@v1.3.4...v1.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…ithub.com/golang/protobuf-1.4.0 Bump github.com/golang/protobuf from 1.3.4 to 1.4.0
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.5.0...v1.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…ithub.com/prometheus/client_golang-1.6.0 Bump github.com/prometheus/client_golang from 1.5.0 to 1.6.0
…runner and service
Rename in cosmos lcd and rpc clients minGasPrices by simply gasPrices
Add tx commands for service, process, execution and runner modules
Add orchestrator command to CLI
…locking fix runner e2e that block the tests on error
Add cli dockerfile
Revert golang/protobuf to v1.3.5 and prometheus/client_golang to v1.5.1
Create pre-configured dev docker image
Switch to CLI based Engine
…ainer Use docker container in e2e tests
add more log in orchestrator
Add orchestrator logs and publish them on a new gRPC stream
antho1404
approved these changes
May 12, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Breaking Changes
Added
Changed
Fixed
Dependencies