Skip to content

Commit 5b72fc9

Browse files
authored
Merge pull request #470 from shinesolutions/features/RS-146-jdk-upgrade
Upgrade AEM AWS Stack Provisioner to 5.9.4 & Bump up pre release vers…
2 parents 6ecbacd + e6cc77c commit 5b72fc9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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+
## [Unreleased]
9+
### Changed
10+
- Upgrade AEM AWS Stack Provisioner to 5.9.4
11+
812
## 5.14.1 - 2022-08-16
913
### Fixed
1014
- Fix stack deletion failure when stack does not exists

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version ?= 5.14.1
1+
version ?= 5.14.2-pre.0
22
aem_stack_manager_messenger_version = 2.14.1
33
aem_test_suite_version = 2.0.0
44
aem_helloworld_custom_stack_provisioner_version = 0.15.0

conf/ansible/inventory/group_vars/apps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ s3:
154154
create_bucket_flag: 'true'
155155

156156
library:
157-
aem_aws_stack_provisioner_version: 5.9.3
157+
aem_aws_stack_provisioner_version: 5.9.4
158158
aem_orchestrator_version: 3.0.1
159159
aem_password_reset_version: 1.1.0
160160
oak_run_version: 1.8.3

0 commit comments

Comments
 (0)