File tree 4 files changed +4
-5
lines changed
4 files changed +4
-5
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.10.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,8 +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
9
-
8
+ ## 5.10.0 - 2021-11-26
10
9
### Changed
11
10
- Switch puppet-cloudwatchlogs to shinesolutions fork due to awslogsd compatibility issue with kemra102's version
12
11
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.9.1-pre .0
2
+ packer_aem_version ?= 5.10 .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.9.1-pre .0"
11
+ "packer_aem_version" : " 5.10 .0"
12
12
}
You can’t perform that action at this time.
0 commit comments