From 266a37ab53ab4386825514c3d239d3c2d6ac8a88 Mon Sep 17 00:00:00 2001 From: jclausen Date: Fri, 29 Sep 2023 13:23:58 -0400 Subject: [PATCH] bump ORM extension version --- .github/workflows/release.yml | 2 +- builds/alpine/Lucee5.Dockerfile | 2 +- builds/debian/Lucee5.Dockerfile | 2 +- builds/ubi9/Lucee5.Dockerfile | 2 +- changelog.md | 4 ++++ 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 19339a5..629f130 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,7 +97,7 @@ jobs: DOCKER_IMAGE: ortussolutions/commandbox BUILD_IMAGE_TAG: ${{ matrix.BUILD_IMAGE_TAG }} COMMANDBOX_VERSION: 5.9.1 - IMAGE_VERSION: 3.8.0 + IMAGE_VERSION: 3.8.1 run: | # Tag Builds if [[ $GITHUB_REF == refs/tags/* ]]; then diff --git a/builds/alpine/Lucee5.Dockerfile b/builds/alpine/Lucee5.Dockerfile index b5aa7a0..190d5b8 100644 --- a/builds/alpine/Lucee5.Dockerfile +++ b/builds/alpine/Lucee5.Dockerfile @@ -6,7 +6,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" ENV BOX_SERVER_APP_CFENGINE lucee@5.4.3+2 -ENV LUCEE_EXTENSIONS D062D72F-F8A2-46F0-8CBC91325B2F067B +ENV LUCEE_EXTENSIONS D062D72F-F8A2-46F0-8CBC91325B2F067B;version=6.3.1 # WARM UP THE SERVER - we skip the declaration so that the default installed Lucee server will be used RUN ${BUILD_DIR}/util/warmup-server.sh \ No newline at end of file diff --git a/builds/debian/Lucee5.Dockerfile b/builds/debian/Lucee5.Dockerfile index d50bb06..3d4a0c0 100644 --- a/builds/debian/Lucee5.Dockerfile +++ b/builds/debian/Lucee5.Dockerfile @@ -6,7 +6,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" ENV BOX_SERVER_APP_CFENGINE lucee@5.4.3+2 -ENV LUCEE_EXTENSIONS D062D72F-F8A2-46F0-8CBC91325B2F067B +ENV LUCEE_EXTENSIONS D062D72F-F8A2-46F0-8CBC91325B2F067B;version=6.3.1 # WARM UP THE SERVER - we skip the declaration so that the default installed Lucee server will be used RUN ${BUILD_DIR}/util/warmup-server.sh \ No newline at end of file diff --git a/builds/ubi9/Lucee5.Dockerfile b/builds/ubi9/Lucee5.Dockerfile index 53c0c62..01b94d6 100644 --- a/builds/ubi9/Lucee5.Dockerfile +++ b/builds/ubi9/Lucee5.Dockerfile @@ -6,7 +6,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" ENV BOX_SERVER_APP_CFENGINE lucee@5.4.3+2 -ENV LUCEE_EXTENSIONS D062D72F-F8A2-46F0-8CBC91325B2F067B +ENV LUCEE_EXTENSIONS D062D72F-F8A2-46F0-8CBC91325B2F067B;version=6.3.1 # WARM UP THE SERVER - we skip the declaration so that the default installed Lucee server will be used RUN ${BUILD_DIR}/util/warmup-server.sh \ No newline at end of file diff --git a/changelog.md b/changelog.md index 2a7bc4d..310769b 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,10 @@ 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). ---- +## [5.9.1/3.8.1] - 2023-09-29 +### Changed +* Lucee 5 Ortus ORM extension updated to 6.3.1 + ## [5.9.1/3.8.0] - 2023-08-17 ### Changed * CommandBox Binary Updated to `v5.9.1`