Skip to content

Commit 17ab383

Browse files
committed
Release version 5.6.0
1 parent e9b5f99 commit 17ab383

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/publish-workflow.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v1
1111
with:
12-
ref: main
12+
ref: 5.6.0
1313
- uses: docker/login-action@v1
1414
with:
1515
registry: ghcr.io
1616
username: shinesolutions
1717
password: ${{ secrets.SHINEOPENSOURCE_GITHUB_TOKEN }}
1818
- uses: ./.github/actions/publish-action
1919
env:
20-
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
20+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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.6.0 - 2021-10-26
99
### Added
1010
- Add certificate creation for AEM 6.5/JDK11 Makefile target
1111
- Add release-major, release-minor, release-patch, and publish Makefile targets and GitHub Actions

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.5.2-pre.0
2+
packer_aem_version ?= 5.6.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

+2-2
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.5.2-pre.0"
12-
}
11+
"packer_aem_version": "5.6.0"
12+
}

0 commit comments

Comments
 (0)