From b35fbc838a3c9b0b308ac79637ed11a166fb09fe Mon Sep 17 00:00:00 2001 From: Mandar Kulkarni Date: Tue, 1 Nov 2022 12:28:21 -0700 Subject: [PATCH] route53_health_check: bump up version_added for measure_latency (#1222) route53_health_check: bump up version_added for measure_latency SUMMARY With amazon.aws 5.1.0 release before merging #1201 , changing version_added for measure_latency to 5.2.0 ISSUE TYPE Bugfix Pull Request COMPONENT NAME route53_health_check Reviewed-by: Alina Buzachis --- .../1222-route53_health_check-bump-up-version_added.yml | 2 ++ plugins/modules/route53_health_check.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/1222-route53_health_check-bump-up-version_added.yml diff --git a/changelogs/fragments/1222-route53_health_check-bump-up-version_added.yml b/changelogs/fragments/1222-route53_health_check-bump-up-version_added.yml new file mode 100644 index 00000000000..bd741378d8b --- /dev/null +++ b/changelogs/fragments/1222-route53_health_check-bump-up-version_added.yml @@ -0,0 +1,2 @@ +trivial: +- route53_health_check - bump ``version_Added`` for ``measure_latency`` to ``5.2.0``. diff --git a/plugins/modules/route53_health_check.py b/plugins/modules/route53_health_check.py index 7c0da00a462..86b2df14ca2 100644 --- a/plugins/modules/route53_health_check.py +++ b/plugins/modules/route53_health_check.py @@ -120,7 +120,7 @@ See U(https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/monitoring-health-check-latency.html) type: bool required: False - version_added: 5.1.0 + version_added: 5.2.0 author: - "zimbatm (@zimbatm)" notes: