Skip to content

Commit

Permalink
Upgrade AEM AWS Stack Provisioner to 3.2.0 . Shift 3.2.0 change notes…
Browse files Browse the repository at this point in the history
… to 3.2.1 .
  • Loading branch information
cliffano committed Oct 22, 2018
1 parent 0fcb941 commit 4732142
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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, <component>.stack_name, <component>.tag_name, <component>.instance_profile, <component>.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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventory/group_vars/apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/user-config/apps/aem/consolidated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion examples/user-config/apps/aem/full-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4732142

Please sign in to comment.