File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# [ Unreleased]
22
3+ # [ 2.4.0] - 2022-03-07
4+
35* Verify git tag on release (#347 , @miry )
46* Fix MacOS 12 tests for go17 with -race flag (#351 , @strech )
57* Rename ` testing/ ` and ` bin/ ` folders (#354 , @strech )
169171
170172Initial public release.
171173
172- [ Unreleased ] : https://github.com/Shopify/toxiproxy/compare/v2.3.0...HEAD
174+ [ Unreleased ] : https://github.com/Shopify/toxiproxy/compare/v2.4.0...HEAD
175+ [ 2.4.0 ] : https://github.com/Shopify/toxiproxy/compare/v2.3.0...v2.4.0
173176[ 2.3.0 ] : https://github.com/Shopify/toxiproxy/compare/v2.2.0...v2.3.0
174177[ 2.2.0 ] : https://github.com/Shopify/toxiproxy/compare/v2.1.7...v2.2.0
175178[ 2.1.7 ] : https://github.com/Shopify/toxiproxy/compare/v2.1.6...v2.1.7
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ docker run -v "$(PWD)"/dist:/dist --pull always --rm -it ubuntu bash -c \
2222 /usr/bin/toxiproxy-cli --version \
2323 | grep -o -e 'toxiproxy-cli version ${VERSION} '"
2424
25- docker run -v " $( PWD) " /dist:/dist --pull always --rm -it centos bash -c \
25+ docker run -v " $( PWD) " /dist:/dist --pull always --rm -it fedora bash -c \
2626 " set -xe;
27- yum install -y /dist/toxiproxy_*_linux_${ARCH} .rpm;
27+ yum localinstall -y /dist/toxiproxy_*_linux_${ARCH} .rpm;
2828 ls -1 /usr/bin/toxiproxy-*;
2929 /usr/bin/toxiproxy-server --version;
3030 /usr/bin/toxiproxy-server --version \
You can’t perform that action at this time.
0 commit comments