This repository was archived by the owner on Jan 21, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ v1.3.1 (20.07.2020)
5+ -------------------
6+ - RoadRunner version updated to 1.8.2
7+
48v1.3.0 (25.05.2020)
59-------------------
610- Add the ability to append the certificate authority in the config under the ` tls: rootCA ` key
7- - RoadRunner version bump to 1.8.1
11+ - RoadRunner version updated to 1.8.1
812
913v1.2.2 (05.05.2020)
1014-------------------
11- - RoadRunner version bump to 1.8.0
15+ - RoadRunner version updated to 1.8.0
1216
1317v1.2.1 (22.04.2020)
1418-------------------
1519- Replaced deprecated github.com/golang/protobuf/proto with new google.golang.org/protobuf/proto
16- - RoadRunner version bump to 1.7.1
20+ - RoadRunner version updated to 1.7.1
1721
1822v1.2.0 (27.01.2020)
1923-------------------
Original file line number Diff line number Diff line change 22cd $( dirname " ${BASH_SOURCE[0]} " )
33OD=" $( pwd) "
44# Pushes application version into the build information.
5- RR_VERSION=1.3.0
5+ RR_VERSION=1.3.1
66
77# Hardcode some values to the core package
88LDFLAGS=" $LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION} "
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/prometheus/client_golang v1.6.0
1111 github.com/sirupsen/logrus v1.6.0
1212 github.com/spf13/cobra v1.0.0
13- github.com/spiral/roadrunner v1.8.1
13+ github.com/spiral/roadrunner v1.8.2
1414 github.com/stretchr/testify v1.5.1
1515 golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
1616 google.golang.org/grpc v1.29.1
You can’t perform that action at this time.
0 commit comments