Skip to content

Commit a10a0eb

Browse files
committed
Bump version up to 5.19.0.1 . - Add aem.truststore.enable_deletion_before_creation configuration
- Upgrade AEM AWS Stack Provisioner to 5.11.0.1
1 parent 8e5a71f commit a10a0eb

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 5.19.0.1 - 2023-05-14
9+
### Added
10+
- Add aem.truststore.enable_deletion_before_creation configuration
11+
12+
### Changed
13+
- Upgrade AEM AWS Stack Provisioner to 5.11.0.1
14+
815
## 5.19.0 - 2022-11-22
916

1017
## 5.18.0 - 2022-10-26

conf/ansible/inventory/group_vars/apps.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ aem:
4040
# Parameters for managing AEM Truststore
4141
truststore:
4242
enable_creation: false
43+
enable_deletion_before_creation: false
4344
enable_saml_certificate_upload: false
4445
password:
4546
publish:
@@ -160,7 +161,7 @@ s3:
160161
create_bucket_flag: 'true'
161162

162163
library:
163-
aem_aws_stack_provisioner_version: 5.11.0
164+
aem_aws_stack_provisioner_version: 5.11.0.1
164165
aem_orchestrator_version: 3.0.1
165166
aem_password_reset_version: 1.1.0
166167
oak_run_version: 1.8.3

docs/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ These configurations are applicable for both AEM Full-Set and Consolidated archi
295295
| aem.author.jmxremote.port | AEM Author's [JMX](https://docs.oracle.com/javase/8/docs/technotes/guides/management/agent.html) remote port. | Optional | 59182 |
296296
| aem.publish.jmxremote.port | AEM Publish's [JMX](https://docs.oracle.com/javase/8/docs/technotes/guides/management/agent.html) remote port. | Optional | 59182 |
297297
| aem.truststore.enable_creation | If set to true, AEM Global Truststore will be created for AEM Author | Optional | false |
298+
| aem.truststore.enable_deletion_before_creation | If set to true, AEM Global Truststore will be deleted first before it is created for AEM Author. This is only relevant if `aem.truststore.enable_creation` is set to true | Optional | false |
298299
| aem.truststore.password | AEM Global Truststore password | Optional | false |
299300

300301
### AEM Full-Set specific configuration properties:

templates/ansible/stack-provisioner-hieradata.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ common::authorizable_keystore::enable_certificate_chain_upload: {{ aem.authoriza
217217

218218
# Truststore parameters
219219
common::truststore::enable_creation: {{ aem.truststore.enable_creation }}
220+
common::truststore::enable_deletion_before_creation: {{ aem.truststore.enable_deletion_before_creation }}
220221
common::truststore::enable_migration: {{ reconfiguration.enable_truststore_migration }}
221222
common::truststore::password: {{ aem.truststore.password }}
222223

0 commit comments

Comments
 (0)