Skip to content

Commit 456cdd5

Browse files
committed
Bump version up to 2.9.0 pre.
1 parent f89bb52 commit 456cdd5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
### 2.8.1
1+
### 2.9.0
22
* Upgrade example config AEM profiles to aem62_sp1_cfp15, aem63_sp2_cfp2, and aem64_sp1
33
* Add Custom Image Provisioner pre and post steps support #77
44
* Upgrade ruby_aem to 1.5.0
5+
* Upgrade aem_curator and aem_resources to support new system users provisioning
56

67
### 2.8.0
78
* Add CloudWatch config for content health check cron log

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ all_var_files := $(VAR_FILES) $(ami_var_file)
88
# version: version of machine images to be created
99
version ?= 1.0.0
1010
# packer_aem_version: version of packer-aem to be packaged
11-
packer_aem_version ?= 2.8.1
11+
packer_aem_version ?= 2.9.0
1212

1313
package: stage/packer-aem-$(packer_aem_version).tar.gz
1414

0 commit comments

Comments
 (0)