Skip to content

Commit 2335ec1

Browse files
committed
Release version 4.1.0
1 parent 6b2c928 commit 2335ec1

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/publish-docker-base-workflow.yaml

Lines changed: 1 addition & 1 deletion
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: 4.1.0
1313
- uses: ./.github/actions/publish-docker-base-action
1414
env:
1515
SHINEOPENSOURCE_DOCKERHUB_TOKEN: ${{ secrets.SHINEOPENSOURCE_DOCKERHUB_TOKEN }}

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +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
9-
8+
## 4.1.0 - 2026-05-18
109
### Added
1110
- Add libffi-devel for installing fiddle ruby dep
1211
- Pin train, excon, and ffi to support existing Ruby

conf/ansible/inventory/group_vars/defaults.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ docker:
33
timezone: Australia/Melbourne
44
image:
55
name: aem-platform-buildenv
6-
version: 4.0.3-pre.0
6+
version: 4.1.0
77
aws:
88
region: overwrite-me

0 commit comments

Comments
 (0)