From c3821abc95711420f7bf81c3437d10d322217c9f Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 18 Sep 2017 13:31:06 -0700 Subject: [PATCH] note in changelog that ec2_elb_lb, ec2_lb, and ec2_elb_facts are not deprecated yet. We pushed renames of those modules to new names but have since decided that we should rewrite the modules with better parameters and better return values instead. It's too late to fix the deprecations in 2.4.0 so make clear what we're going to do in the changelog for 2.4.0 and promise to fix it in 2.4.1 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aad6f04c3d..93f33f8346c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,7 +63,7 @@ Ansible Changes By Release * s3: replaced by aws_s3 * win_msi: use M(win_package) instead -#### Removed Modules (previouslly deprecated): +#### Removed Modules (previously deprecated): * eos_template: use eos_config instead * ios_template: use ios_config instead * iosxr_template: use iosxr_config instead @@ -192,6 +192,12 @@ Ansible Changes By Release - all: true if all elements are true ### Module Notes +- By mistake, an early version of elb_classic_lb, elb_instance, and elb_classic_lb_facts modules + were released and marked as stableinterface. These will be marked as preview in 2.4.1 and their + parameters and return values may change in 2.5.0. Part of this mistake included deprecating the + ec2_elb_lb, ec2_lb, and ec2_elb_facts modules prematurely. These modules won't be deprecated + until the replacements above have a stableinterface and the erroneous deprecation will be fixed + in 2.4.1. - The docker_container module has gained a new option, `working_dir` which allows specifying the working directory for the command being run in the image. - The ec2_win_password module now requires the cryptography python module be installed to run