From ea25f528679c682d2f83a42aa32694d1a447c952 Mon Sep 17 00:00:00 2001 From: Jordan Neufeld Date: Mon, 7 Mar 2022 10:10:23 -0600 Subject: [PATCH] Release 2.4.0 (#375) --- CHANGELOG.md | 5 ++++- scripts/test-release | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 426e36d8..b5ef8496 100644 --- a/CHANGELOG.md +++ b/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) @@ -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 diff --git a/scripts/test-release b/scripts/test-release index b47b99ca..74f87466 100755 --- a/scripts/test-release +++ b/scripts/test-release @@ -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 \