From f8c98e22585b357560469f42f36a5d1fb9afe557 Mon Sep 17 00:00:00 2001 From: Jon Clausen Date: Tue, 12 May 2026 18:31:15 -0400 Subject: [PATCH 1/3] Test with 6.3.3-rc --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66f49fa1..43dbd921 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,7 +96,7 @@ jobs: env: DOCKER_IMAGE: ortussolutions/commandbox BUILD_IMAGE_TAGS: ${{ matrix.BUILD_IMAGE_TAGS }} - COMMANDBOX_VERSION: 6.3.2 + COMMANDBOX_VERSION: 6.3.3-rc IMAGE_VERSION: 3.17.0 run: | # Split the comma-separated tags @@ -291,7 +291,7 @@ jobs: DOCKER_IMAGE: ortussolutions/commandbox BUILD_IMAGE_TAGS: ${{ matrix.BUILD_IMAGE_TAGS }} BASE_IMAGE: ${{ matrix.BASE_IMAGE }} - COMMANDBOX_VERSION: 6.3.2 + COMMANDBOX_VERSION: 6.3.3-rc IMAGE_VERSION: 3.17.0 run: | # Split the comma-separated tags @@ -397,4 +397,4 @@ jobs: COMMANDBOX_VERSION=${{ env.commandbox_version }} BASE_IMAGE_ARG=${{ env.ACTUAL_BASE_IMAGE }} platforms: ${{ env.arch_platforms }} - tags: ${{ env.IMAGE_TAG }} \ No newline at end of file + tags: ${{ env.IMAGE_TAG }} From a91889814925631fda1948bdca162aac0a742acf Mon Sep 17 00:00:00 2001 From: Oscar Tisnado Date: Wed, 20 May 2026 14:52:41 -0600 Subject: [PATCH 2/3] Update CommandBox to version 6.3.3 and Adobe ColdFusion to 2025.0.08+331874 --- .github/workflows/release.yml | 4 ++-- builds/alpine/Adobe2025.Dockerfile | 2 +- builds/debian/Adobe2025.Dockerfile | 2 +- builds/redhat/Adobe2025.Dockerfile | 2 +- changelog.md | 7 +++++++ 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43dbd921..5f7addcc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,8 +96,8 @@ jobs: env: DOCKER_IMAGE: ortussolutions/commandbox BUILD_IMAGE_TAGS: ${{ matrix.BUILD_IMAGE_TAGS }} - COMMANDBOX_VERSION: 6.3.3-rc - IMAGE_VERSION: 3.17.0 + COMMANDBOX_VERSION: 6.3.3 + IMAGE_VERSION: 3.18.0 run: | # Split the comma-separated tags IFS=',' read -ra TAG_ARRAY <<< "$BUILD_IMAGE_TAGS" diff --git a/builds/alpine/Adobe2025.Dockerfile b/builds/alpine/Adobe2025.Dockerfile index 8e199dbe..e6f07eb8 100644 --- a/builds/alpine/Adobe2025.Dockerfile +++ b/builds/alpine/Adobe2025.Dockerfile @@ -8,7 +8,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" #Hard Code our engine environment -ENV BOX_SERVER_APP_CFENGINE=adobe@2025.0.07+331586 +ENV BOX_SERVER_APP_CFENGINE=adobe@2025.0.08+331874 # WARM UP THE SERVER RUN ${BUILD_DIR}/util/warmup-server.sh \ No newline at end of file diff --git a/builds/debian/Adobe2025.Dockerfile b/builds/debian/Adobe2025.Dockerfile index 8e199dbe..e6f07eb8 100644 --- a/builds/debian/Adobe2025.Dockerfile +++ b/builds/debian/Adobe2025.Dockerfile @@ -8,7 +8,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" #Hard Code our engine environment -ENV BOX_SERVER_APP_CFENGINE=adobe@2025.0.07+331586 +ENV BOX_SERVER_APP_CFENGINE=adobe@2025.0.08+331874 # WARM UP THE SERVER RUN ${BUILD_DIR}/util/warmup-server.sh \ No newline at end of file diff --git a/builds/redhat/Adobe2025.Dockerfile b/builds/redhat/Adobe2025.Dockerfile index 8e199dbe..e6f07eb8 100644 --- a/builds/redhat/Adobe2025.Dockerfile +++ b/builds/redhat/Adobe2025.Dockerfile @@ -8,7 +8,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" #Hard Code our engine environment -ENV BOX_SERVER_APP_CFENGINE=adobe@2025.0.07+331586 +ENV BOX_SERVER_APP_CFENGINE=adobe@2025.0.08+331874 # WARM UP THE SERVER RUN ${BUILD_DIR}/util/warmup-server.sh \ No newline at end of file diff --git a/changelog.md b/changelog.md index ccc956e4..c95f3e4b 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,13 @@ 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). ---- +## [6.3.3/3.18.0] + +### Changed +- CommandBox version changed to `6.3.3` +- Update JVM/JRE Versions +- Adobe ColdFusion 2025 to `2025.0.08+331874` + ## [6.3.2/3.17.0] ### Changed From 9d4da7740e34c4363a576bb0d78fb129ca541385 Mon Sep 17 00:00:00 2001 From: Oscar Tisnado Date: Wed, 20 May 2026 20:45:35 -0600 Subject: [PATCH 3/3] bump engine image too --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f7addcc..a9413203 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -291,8 +291,8 @@ jobs: DOCKER_IMAGE: ortussolutions/commandbox BUILD_IMAGE_TAGS: ${{ matrix.BUILD_IMAGE_TAGS }} BASE_IMAGE: ${{ matrix.BASE_IMAGE }} - COMMANDBOX_VERSION: 6.3.3-rc - IMAGE_VERSION: 3.17.0 + COMMANDBOX_VERSION: 6.3.3 + IMAGE_VERSION: 3.18.0 run: | # Split the comma-separated tags IFS=',' read -ra TAG_ARRAY <<< "$BUILD_IMAGE_TAGS"