File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
steps :
10
10
- uses : actions/checkout@v1
11
11
with :
12
- ref : main
12
+ ref : 5.16.0
13
13
- uses : docker/login-action@v1
14
14
with :
15
15
registry : ghcr.io
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## Unreleased
8
+ ## 5.16.0 - 2022-08-31
9
9
### Changed
10
10
- Upgrade Puppet module ` puppetlabs/apache ` to 8.1.0
11
11
- Upgrade Puppet module ` puppet/archive ` to 6.0.2
Original file line number Diff line number Diff line change 1
1
# packer_aem_version: version of packer-aem to be packaged
2
- packer_aem_version ?= 5.15.2-pre .0
2
+ packer_aem_version ?= 5.16 .0
3
3
# version: version of machine images to be created
4
4
version ?= 1.0.0
5
5
# custom image provisioner version for testing
Original file line number Diff line number Diff line change 8
8
"aws_vpc_id" : " " ,
9
9
"iam_instance_profile" : " overwrite-me" ,
10
10
"puppet_bin_dir" : " /opt/puppetlabs/bin" ,
11
- "packer_aem_version" : " 5.15.2-pre .0"
11
+ "packer_aem_version" : " 5.16 .0"
12
12
}
You can’t perform that action at this time.
0 commit comments