File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
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 : 5.21.3
12
+ ref : main
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,6 +5,8 @@ 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
10
## 5.21.3 - 2023-08-18
9
11
### Changed
10
12
- Updated puppet module kemra102/cloudwatchlogs
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.21.3
2
+ packer_aem_version ?= 5.21.4-pre.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.21.3 "
11
+ "packer_aem_version" : " 5.21.4-pre.0 "
12
12
}
You can’t perform that action at this time.
0 commit comments