Skip to content

Commit ea25f52

Browse files
authoredMar 7, 2022
Release 2.4.0 (#375)
1 parent 5cfb64c commit ea25f52

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
 

‎CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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)
@@ -169,7 +171,8 @@
169171

170172
Initial 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

‎scripts/test-release

+2-2
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)
Failed to load comments.