From b423b479a85e79d7ab03579a62b5a3ac8d7a3384 Mon Sep 17 00:00:00 2001 From: Sylvain Hellegouarch Date: Thu, 22 Feb 2024 09:41:59 +0100 Subject: [PATCH] cleanup last commit change Signed-off-by: Sylvain Hellegouarch --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be718ec..a8cf71b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ [Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-aws/compare/0.31.1...HEAD +### Changed + +- Use existing AWS FIS policies `AWSFaultInjectionSimulatorNetworkAccess`, + `AWSFaultInjectionSimulatorEC2Access` instead of creating new ones + ## [0.31.1][] - 2024-01-22 [0.31.1]: https://github.com/chaostoolkit-incubator/chaostoolkit-aws/compare/0.31.0...0.31.1 @@ -12,11 +17,6 @@ Allow no tags in `start_availability_zone_power_interruption_scenario` -### Changed - -- Use existing AWS FIS policies `AWSFaultInjectionSimulatorNetworkAccess`, - `AWSFaultInjectionSimulatorEC2Access` instead of creating new ones - ## [0.31.0][] - 2024-01-21 [0.31.0]: https://github.com/chaostoolkit-incubator/chaostoolkit-aws/compare/0.30.0...0.31.0