From 1589fdc115dc76c5152bf9e0f5b6bb1046a9e972 Mon Sep 17 00:00:00 2001 From: Oscar Tisnado Date: Tue, 14 Jul 2026 19:08:17 -0600 Subject: [PATCH] chore: bump Adobe ColdFusion 2023 and 2025 engine versions and update release version to 3.21.0 --- .github/workflows/release.yml | 4 ++-- builds/alpine/Adobe2023.Dockerfile | 2 +- builds/alpine/Adobe2025.Dockerfile | 2 +- builds/debian/Adobe2023.Dockerfile | 2 +- builds/debian/Adobe2025.Dockerfile | 2 +- builds/redhat/Adobe2023.Dockerfile | 2 +- builds/redhat/Adobe2025.Dockerfile | 2 +- changelog.md | 6 ++++++ 8 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 551fbd9..df0c965 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,7 +97,7 @@ jobs: DOCKER_IMAGE: ortussolutions/commandbox BUILD_IMAGE_TAGS: ${{ matrix.BUILD_IMAGE_TAGS }} COMMANDBOX_VERSION: 6.3.3 - IMAGE_VERSION: 3.20.0 + IMAGE_VERSION: 3.21.0 run: | # Split the comma-separated tags IFS=',' read -ra TAG_ARRAY <<< "$BUILD_IMAGE_TAGS" @@ -292,7 +292,7 @@ jobs: BUILD_IMAGE_TAGS: ${{ matrix.BUILD_IMAGE_TAGS }} BASE_IMAGE: ${{ matrix.BASE_IMAGE }} COMMANDBOX_VERSION: 6.3.3 - IMAGE_VERSION: 3.20.0 + IMAGE_VERSION: 3.21.0 run: | # Split the comma-separated tags IFS=',' read -ra TAG_ARRAY <<< "$BUILD_IMAGE_TAGS" diff --git a/builds/alpine/Adobe2023.Dockerfile b/builds/alpine/Adobe2023.Dockerfile index fa35a41..e970c67 100644 --- a/builds/alpine/Adobe2023.Dockerfile +++ b/builds/alpine/Adobe2023.Dockerfile @@ -6,7 +6,7 @@ LABEL maintainer "Jon Clausen " LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" #Hard Code our engine environment -ENV BOX_SERVER_APP_CFENGINE=adobe@2023.0.21+330920 +ENV BOX_SERVER_APP_CFENGINE=adobe@2023.0.22+330928 # WARM UP THE SERVER RUN ${BUILD_DIR}/util/warmup-server.sh \ No newline at end of file diff --git a/builds/alpine/Adobe2025.Dockerfile b/builds/alpine/Adobe2025.Dockerfile index 18e77e7..6599a0d 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.10+331899 +ENV BOX_SERVER_APP_CFENGINE=adobe@2025.0.11+331909 # WARM UP THE SERVER RUN ${BUILD_DIR}/util/warmup-server.sh \ No newline at end of file diff --git a/builds/debian/Adobe2023.Dockerfile b/builds/debian/Adobe2023.Dockerfile index fa35a41..e970c67 100644 --- a/builds/debian/Adobe2023.Dockerfile +++ b/builds/debian/Adobe2023.Dockerfile @@ -6,7 +6,7 @@ LABEL maintainer "Jon Clausen " LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" #Hard Code our engine environment -ENV BOX_SERVER_APP_CFENGINE=adobe@2023.0.21+330920 +ENV BOX_SERVER_APP_CFENGINE=adobe@2023.0.22+330928 # 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 18e77e7..6599a0d 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.10+331899 +ENV BOX_SERVER_APP_CFENGINE=adobe@2025.0.11+331909 # WARM UP THE SERVER RUN ${BUILD_DIR}/util/warmup-server.sh \ No newline at end of file diff --git a/builds/redhat/Adobe2023.Dockerfile b/builds/redhat/Adobe2023.Dockerfile index bc2106f..8b2566a 100644 --- a/builds/redhat/Adobe2023.Dockerfile +++ b/builds/redhat/Adobe2023.Dockerfile @@ -7,7 +7,7 @@ LABEL maintainer "Jon Clausen " LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" #Hard Code our engine environment -ENV BOX_SERVER_APP_CFENGINE=adobe@2023.0.21+330920 +ENV BOX_SERVER_APP_CFENGINE=adobe@2023.0.22+330928 # 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 18e77e7..6599a0d 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.10+331899 +ENV BOX_SERVER_APP_CFENGINE=adobe@2025.0.11+331909 # 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 731f12a..6ca9a5c 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ---- ## [Unreleased] +## [6.3.3/3.21.0] + +### Changed +- Adobe ColdFusion 2023 to `2023.0.22+330928` +- Adobe ColdFusion 2025 to `2025.0.11+331909` + ## [6.3.3/3.20.0] ### Changed