Skip to content

Commit

Permalink
update changelog and CommandBox version
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed May 2, 2023
1 parent 9541945 commit 0399542
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
env:
DOCKER_IMAGE: ortussolutions/commandbox
COMMANDBOX_VERSION: 6.0.0-alpha
COMMANDBOX_VERSION: 5.9.0
strategy:
matrix:
include:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
BUILD_IMAGE_TAG: adobe2018
- BUILD_IMAGE_DOCKERFILE: builds/debian/Adobe2021.Dockerfile
BUILD_IMAGE_TAG: adobe2021
- BUILD_IMAGE_DOCKERFILE: builds/debian/Adobe2023.Dockerfile
BUILD_IMAGE_TAG: adobe2023
# - BUILD_IMAGE_DOCKERFILE: builds/debian/Adobe2023.Dockerfile
# BUILD_IMAGE_TAG: adobe2023

# ubi9 Builds
- BUILD_IMAGE_DOCKERFILE: builds/ubi9/Base.Dockerfile
Expand All @@ -52,8 +52,8 @@ jobs:
BUILD_IMAGE_TAG: adobe2018-ubi9
- BUILD_IMAGE_DOCKERFILE: builds/ubi9/Adobe2021.Dockerfile
BUILD_IMAGE_TAG: adobe2021-ubi9
- BUILD_IMAGE_DOCKERFILE: builds/ubi9/Adobe2023.Dockerfile
BUILD_IMAGE_TAG: adobe2023-ubi9
# - BUILD_IMAGE_DOCKERFILE: builds/ubi9/Adobe2023.Dockerfile
# BUILD_IMAGE_TAG: adobe2023-ubi9

# Alpine builds
# Note: No JDK builders currently support alpine with ARM
Expand All @@ -75,8 +75,8 @@ jobs:
BUILD_IMAGE_TAG: adobe2018-alpine
- BUILD_IMAGE_DOCKERFILE: builds/alpine/Adobe2021.Dockerfile
BUILD_IMAGE_TAG: adobe2021-alpine
- BUILD_IMAGE_DOCKERFILE: builds/alpine/Adobe2023.Dockerfile
BUILD_IMAGE_TAG: adobe2023-alpine
# - BUILD_IMAGE_DOCKERFILE: builds/alpine/Adobe2023.Dockerfile
# BUILD_IMAGE_TAG: adobe2023-alpine

steps:
- name: Checkout
Expand All @@ -96,7 +96,7 @@ jobs:
env:
DOCKER_IMAGE: ortussolutions/commandbox
BUILD_IMAGE_TAG: ${{ matrix.BUILD_IMAGE_TAG }}
COMMANDBOX_VERSION: 6.0.0-alpha
COMMANDBOX_VERSION: 5.9.0
IMAGE_VERSION: 3.7.4
run: |
# Tag Builds
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
DOCKER_IMAGE: ortussolutions/commandbox
COMMANDBOX_VERSION: 6.0.0-alpha
COMMANDBOX_VERSION: 5.9.0
strategy:
matrix:
include:
Expand Down
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +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.8.0/3.7.4] - Unreleased
## [5.8.0/3.7.4] - 2023-05-02
### Changed
- Removed arm/v7 ( 32 bit ) support due to JDK17 requirements
- CommandBox binary updated to `5.9.0`
## [5.8.0/3.7.3] - 2023-03-23
### Fixed
- Fixes an issue where CLI ID files were not being deleted after installing commandbox and warming up the server
Expand Down

0 comments on commit 0399542

Please sign in to comment.