Skip to content

Commit

Permalink
Release version 5.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shineworks committed Aug 16, 2022
1 parent 26a9726 commit 463b8ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
steps:
- uses: actions/checkout@v1
with:
ref: main
ref: 5.14.0
- uses: docker/login-action@v1
with:
registry: ghcr.io
username: shinesolutions
password: '${{ secrets.SHINEOPENSOURCE_GITHUB_TOKEN }}'
password: ${{ secrets.SHINEOPENSOURCE_GITHUB_TOKEN }}
- uses: ./.github/actions/publish-action
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +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
## 5.14.0 - 2022-08-16
### Changed
- Increase memory for SnapshotsPurgeLambdaFunction to handle larger number of snapshots

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version ?= 5.13.1-pre.0
version ?= 5.14.0
aem_stack_manager_messenger_version = 2.14.1
aem_test_suite_version = 2.0.0
aem_helloworld_custom_stack_provisioner_version = 0.15.0
Expand Down

0 comments on commit 463b8ef

Please sign in to comment.