Skip to content

Commit 4d2eade

Browse files
committed
Release version 5.5.0
1 parent 112857d commit 4d2eade

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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
8+
## 5.5.0 - 2021-06-18
99
### Changed
1010
- Upgrade `aem_curator` to 3.20.0
1111
- Upgrade default aem_profile to aem65_sp9

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# packer_aem_version: version of packer-aem to be packaged
2-
packer_aem_version ?= 5.4.1-pre.0
2+
packer_aem_version ?= 5.5.0
33
# version: version of machine images to be created
44
version ?= 1.0.0
55
# custom image provisioner version for testing

conf/packer/vars/00_default.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"aws_vpc_id": "",
99
"iam_instance_profile": "overwrite-me",
1010
"puppet_bin_dir": "/opt/puppetlabs/bin",
11-
"packer_aem_version": "5.4.1-pre.0"
11+
"packer_aem_version": "5.5.0"
1212
}

0 commit comments

Comments
 (0)