From 5aab33f546cb0d3a0f4c812e02c4b092a65cfede Mon Sep 17 00:00:00 2001 From: Shine Works Date: Thu, 29 Jun 2023 00:27:35 +1000 Subject: [PATCH] Release version 5.15.2 --- .github/workflows/publish-workflow.yaml | 2 +- CHANGELOG.md | 5 +---- Makefile | 2 +- conf/packer/vars/00_default.json | 4 ++-- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish-workflow.yaml b/.github/workflows/publish-workflow.yaml index 7c976354..76997092 100644 --- a/.github/workflows/publish-workflow.yaml +++ b/.github/workflows/publish-workflow.yaml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v1 with: - ref: 5.15.1 + ref: 5.15.2 - uses: docker/login-action@v1 with: registry: ghcr.io diff --git a/CHANGELOG.md b/CHANGELOG.md index 02a0546a..d5cda853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -## [Unreleased] - +## 5.15.2 - 2023-06-28 ### Changed - Upgrade puppet-aem-curator to 3.28.2 - ## 5.15.1 - 2022-08-03 ### Changed - Upgrade `aem_curator` to 3.28.1 diff --git a/Makefile b/Makefile index b854216c..9c26d729 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # packer_aem_version: version of packer-aem to be packaged -packer_aem_version ?= 5.15.2-pre.0 +packer_aem_version ?= 5.15.2 # version: version of machine images to be created version ?= 1.0.0 # custom image provisioner version for testing diff --git a/conf/packer/vars/00_default.json b/conf/packer/vars/00_default.json index 2aa9cf98..7d8eae0b 100644 --- a/conf/packer/vars/00_default.json +++ b/conf/packer/vars/00_default.json @@ -8,5 +8,5 @@ "aws_vpc_id": "", "iam_instance_profile": "overwrite-me", "puppet_bin_dir": "/opt/puppetlabs/bin", - "packer_aem_version": "5.15.2-pre.0" -} + "packer_aem_version": "5.15.2" +} \ No newline at end of file