diff --git a/.github/workflows/publish-workflow.yaml b/.github/workflows/publish-workflow.yaml index 4c786e2e..77927672 100644 --- a/.github/workflows/publish-workflow.yaml +++ b/.github/workflows/publish-workflow.yaml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v1 with: - ref: 5.19.0.2 + ref: 5.19.0.3 - uses: docker/login-action@v1 with: registry: ghcr.io diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d135642..d622853a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 5.19.0.3 - 2023-05-15 +### Changed +- Upgrade AEM AWS Stack Provisioner to 5.11.0.3 + ## 5.19.0.2 - 2023-05-15 ### Changed - Upgrade AEM AWS Stack Provisioner to 5.11.0.2 diff --git a/Makefile b/Makefile index c16af00b..264a4b15 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -version ?= 5.19.0.2 +version ?= 5.19.0.3 aem_stack_manager_messenger_version = 2.14.1 aem_test_suite_version = 2.0.0 aem_helloworld_custom_stack_provisioner_version = 0.15.0 diff --git a/conf/ansible/inventory/group_vars/apps.yaml b/conf/ansible/inventory/group_vars/apps.yaml index c67640a8..6c79476b 100644 --- a/conf/ansible/inventory/group_vars/apps.yaml +++ b/conf/ansible/inventory/group_vars/apps.yaml @@ -161,7 +161,7 @@ s3: create_bucket_flag: 'true' library: - aem_aws_stack_provisioner_version: 5.11.0.2 + aem_aws_stack_provisioner_version: 5.11.0.3 aem_orchestrator_version: 3.0.1 aem_password_reset_version: 1.1.0 oak_run_version: 1.8.3