diff --git a/CHANGELOG.md b/CHANGELOG.md index 519a8740..7588cee6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,11 @@ ### 3.2.1 -* - -### 3.2.0 +* Upgrade AEM AWS Stack Provisioner to 3.2.0 and AEM Stack Manager to 1.5.6 * Change default JMX ports to 5982 for AEM Author and 5983 for AEM Publish #213 * Fix hiera parameter for config parameter deployment_delay_in_seconds * Add Scripts to support the AEM64 Upgrade for consolidated & full-set * Remove deprecated configuration properties: instance_profile_stack_prefix, security_groups_stack_prefix, instance_profiles.stack_name, instance_profiles.stack_manager, security_groups.stack_name, security_groups.*.tag_name, messaging.stack_name, messaging.alarm_notification.topic_name, .stack_name, .tag_name, .instance_profile, .certificate_name, messaging.stack_name, hosted_zone * Update deprecated ansible s3 module references to aws_s3. #188 * Add new configuration properties aem: aem.enable_bak_files_cleanup, aem.bak_files_cleanup_max_age_in_days -* Upgrade AEM AWS Stack Provisioner to 2.7.7 and AEM Stack Manager to 1.5.3 * Change default AEM Publish-Dispatcher max ASG size to 4 * Add configuration parameters to configure wait until login page is ready during Stack Provisioning #184 * Add configuration parameters to enable random termination for each component except Author @@ -21,7 +18,7 @@ * Add output redirection in Cloudformation templates for SSM Commands Offline Snapshot, Offline Compaction Snapshot, manage service & wait until ready * Lock awscli version to 1.16.10, boto3 to 1.8.5, ansible to 2.8.5 * Add new parameters to enable removing of old bak files in AEM repository -* +* ### 3.1.0 * Add new configuration parameters to enabling support for reconfigure existing AEM installation diff --git a/ansible/inventory/group_vars/apps.yaml b/ansible/inventory/group_vars/apps.yaml index de6b5fbb..93f9817a 100644 --- a/ansible/inventory/group_vars/apps.yaml +++ b/ansible/inventory/group_vars/apps.yaml @@ -81,7 +81,7 @@ s3: data_bucket_name: overwrite-me library: - aem_aws_stack_provisioner_version: 3.1.3-rc1 + aem_aws_stack_provisioner_version: 3.2.0 aem_orchestrator_version: 2.0.0 aem_password_reset_version: 1.1.0 oak_run_version: 1.8.3 diff --git a/examples/user-config/apps/aem/consolidated.yaml b/examples/user-config/apps/aem/consolidated.yaml index 602649f1..93c0c2ce 100644 --- a/examples/user-config/apps/aem/consolidated.yaml +++ b/examples/user-config/apps/aem/consolidated.yaml @@ -46,7 +46,7 @@ s3: data_bucket_name: aem-opencloud library: - aem_aws_stack_provisioner_version: 3.1.3-rc1 + aem_aws_stack_provisioner_version: 3.2.0 snapshots: author: diff --git a/examples/user-config/apps/aem/full-set.yaml b/examples/user-config/apps/aem/full-set.yaml index 3c7f4332..82ec8a0f 100644 --- a/examples/user-config/apps/aem/full-set.yaml +++ b/examples/user-config/apps/aem/full-set.yaml @@ -63,7 +63,7 @@ s3: data_bucket_name: aem-opencloud library: - aem_aws_stack_provisioner_version: 3.1.3-rc1 + aem_aws_stack_provisioner_version: 3.2.0 aem_orchestrator_version: 2.0.0 simian_army_version: 2.5.3 aem_healthcheck_version: 1.3.3