From 3ce6c6874770f93cfeee2082ffd7577b1695d263 Mon Sep 17 00:00:00 2001 From: Cliffano Subagio Date: Thu, 1 Aug 2024 00:04:28 +1000 Subject: [PATCH] Release version 3.43.0 --- .github/workflows/publish-workflow.yaml | 2 +- CHANGELOG.md | 5 ++--- metadata.json | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish-workflow.yaml b/.github/workflows/publish-workflow.yaml index f04374b..d7170b8 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: release/6.5.0 + ref: 3.43.0 - uses: docker/login-action@v1 with: registry: ghcr.io diff --git a/CHANGELOG.md b/CHANGELOG.md index ce321cf..839f006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,7 @@ 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] - +## [3.43.0] - 2024-07-31 ### Changed - Upgrade Puppet module shinesolutions/aem_resources to 7.11.0 @@ -977,7 +976,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#238]: https://github.com/shinesolutions/puppet-aem-curator/issues/238 [#239]: https://github.com/shinesolutions/puppet-aem-curator/issues/239 -[Unreleased]: https://github.com/shinesolutions/puppet-aem-curator/compare/3.42.0...HEAD +[3.43.0]: https://github.com/shinesolutions/puppet-aem-curator/compare/3.42.0...3.43.0 [3.42.0]: https://github.com/shinesolutions/puppet-aem-curator/compare/3.41.0...3.42.0 [3.41.0]: https://github.com/shinesolutions/puppet-aem-curator/compare/3.40.3...3.41.0 [3.40.3]: https://github.com/shinesolutions/puppet-aem-curator/compare/3.40.2...3.40.3 diff --git a/metadata.json b/metadata.json index 74b4033..67e71e5 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "shinesolutions-aem_curator", - "version": "3.42.1-pre.0", + "version": "3.43.0", "author": "Shine Solutions (opensource@shinesolutions.com)", "license": "Apache-2.0", "summary": "Puppet module for installing and configuring a curated set of Adobe Experience Manager (AEM) components",