Skip to content

Commit ed6317c

Browse files
Post-4.1.0 changes
* There will be no more publicly available binary 4.0.x releases (they will be reserved to the paying customers) * Use Erlang 27.3 image for the latest toolchain binary package. 27.2 is not latest and was not used intentionally * 4.2.x alphas must be cleaned up correctly
1 parent 7a5dbd6 commit ed6317c

File tree

5 files changed

+2
-113
lines changed

5 files changed

+2
-113
lines changed

.github/workflows/4.0.x-alpha-release.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/4.0.x-ga-release.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/4.0.x-rc-release.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/4.2.x-alpha-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
repository: "rabbitmq/server-packages"
4545
token: ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }}
46-
name-filter: '.*4.1.[0-9]+-alpha.*'
46+
name-filter: '.*4.2.[0-9]+-alpha.*'
4747
keep-last-n: 5
4848
trigger_jepsen_tests:
4949
needs: [release]

.github/workflows/reusable-release-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
# see https://github.com/rabbitmq/build-env-images
1818
description: What build environment image should be used for latest-toolchain builds?
1919
required: true
20-
default: "rabbitmqdevenv/build-env-27.2"
20+
default: "rabbitmqdevenv/build-env-27.3"
2121
base_version:
2222
# A base version string in the A.B.C format
2323
type: string

0 commit comments

Comments
 (0)