Skip to content

Commit 3dc690b

Browse files
committed
Release version 5.17.0
1 parent e355abd commit 3dc690b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/publish-workflow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v1
1111
with:
12-
ref: main
12+
ref: 5.17.0
1313
- uses: docker/login-action@v1
1414
with:
1515
registry: ghcr.io

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.17.0 - 2022-09-05
99
### Changed
1010
- Upgrade ruby_aem to 3.14.0
1111

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.16.2-pre.0
2+
packer_aem_version ?= 5.17.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.16.2-pre.0"
11+
"packer_aem_version": "5.17.0"
1212
}

0 commit comments

Comments
 (0)