Skip to content

Commit

Permalink
Release 2.4.0 (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
neufeldtech committed Mar 7, 2022
1 parent 5cfb64c commit ea25f52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,7 @@
# [Unreleased]

# [2.4.0] - 2022-03-07

* Verify git tag on release (#347, @miry)
* Fix MacOS 12 tests for go17 with -race flag (#351, @strech)
* Rename `testing/` and `bin/` folders (#354, @strech)
Expand Down Expand Up @@ -169,7 +171,8 @@

Initial public release.

[Unreleased]: https://github.com/Shopify/toxiproxy/compare/v2.3.0...HEAD
[Unreleased]: https://github.com/Shopify/toxiproxy/compare/v2.4.0...HEAD
[2.4.0]: https://github.com/Shopify/toxiproxy/compare/v2.3.0...v2.4.0
[2.3.0]: https://github.com/Shopify/toxiproxy/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/Shopify/toxiproxy/compare/v2.1.7...v2.2.0
[2.1.7]: https://github.com/Shopify/toxiproxy/compare/v2.1.6...v2.1.7
Expand Down
4 changes: 2 additions & 2 deletions scripts/test-release
Expand Up @@ -22,9 +22,9 @@ docker run -v "$(PWD)"/dist:/dist --pull always --rm -it ubuntu bash -c \
/usr/bin/toxiproxy-cli --version \
| grep -o -e 'toxiproxy-cli version ${VERSION}'"

docker run -v "$(PWD)"/dist:/dist --pull always --rm -it centos bash -c \
docker run -v "$(PWD)"/dist:/dist --pull always --rm -it fedora bash -c \
"set -xe;
yum install -y /dist/toxiproxy_*_linux_${ARCH}.rpm;
yum localinstall -y /dist/toxiproxy_*_linux_${ARCH}.rpm;
ls -1 /usr/bin/toxiproxy-*;
/usr/bin/toxiproxy-server --version;
/usr/bin/toxiproxy-server --version \
Expand Down

0 comments on commit ea25f52

Please sign in to comment.