From 5b0670a4ad7dd9a47742e94a1d01cb579802f599 Mon Sep 17 00:00:00 2001 From: J Blackman Date: Sun, 28 Apr 2024 12:26:05 +1000 Subject: [PATCH] Release 4.5.0 (#19) * Release 4.5.0 * Adding + to directory so as to indicate valid for versions greater than 4.5.0 --- api-settings/releases/4.5.0-dev/index.json | 3 ++- api-settings/releases/4.5.0/index.json | 12 ++++++++++++ api-settings/releases/4.6.0-dev/index.json | 11 +++++++++++ build/{4.5.0 => 4.5.0+}/Dockerfile | 0 build/{4.5.0 => 4.5.0+}/build-container.sh | 2 +- build/{4.5.0 => 4.5.0+}/build.sh | 0 6 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 api-settings/releases/4.5.0/index.json create mode 100644 api-settings/releases/4.6.0-dev/index.json rename build/{4.5.0 => 4.5.0+}/Dockerfile (100%) rename build/{4.5.0 => 4.5.0+}/build-container.sh (59%) rename build/{4.5.0 => 4.5.0+}/build.sh (100%) diff --git a/api-settings/releases/4.5.0-dev/index.json b/api-settings/releases/4.5.0-dev/index.json index a25214c..1224ad0 100644 --- a/api-settings/releases/4.5.0-dev/index.json +++ b/api-settings/releases/4.5.0-dev/index.json @@ -7,5 +7,6 @@ "CloudBuild": true, "UnifiedConfig": false, "Tag": "master", - "Branch": "master" + "Branch": "master", + "Withdrawn": true } diff --git a/api-settings/releases/4.5.0/index.json b/api-settings/releases/4.5.0/index.json new file mode 100644 index 0000000..ac734fb --- /dev/null +++ b/api-settings/releases/4.5.0/index.json @@ -0,0 +1,12 @@ +{ + "Release": "4.5.0", + "Type": "Stable", + "Date": "28-Apr-2024 00:00", + "Label": "28-Apr-2024", + "ReleaseUrl": "https://github.com/betaflight/betaflight/releases/tag/4.5.0", + "CloudBuild": true, + "UnifiedConfig": false, + "Withdrawn": false, + "Tag": "4.5.0", + "Branch": "4.5.0" +} \ No newline at end of file diff --git a/api-settings/releases/4.6.0-dev/index.json b/api-settings/releases/4.6.0-dev/index.json new file mode 100644 index 0000000..ed827d6 --- /dev/null +++ b/api-settings/releases/4.6.0-dev/index.json @@ -0,0 +1,11 @@ +{ + "Release": "4.6.0-dev", + "Date": "31-Dec-9999 00:00", + "Label": "latest", + "Type": "Unstable", + "ReleaseUrl": "", + "CloudBuild": true, + "UnifiedConfig": false, + "Tag": "master", + "Branch": "master" +} diff --git a/build/4.5.0/Dockerfile b/build/4.5.0+/Dockerfile similarity index 100% rename from build/4.5.0/Dockerfile rename to build/4.5.0+/Dockerfile diff --git a/build/4.5.0/build-container.sh b/build/4.5.0+/build-container.sh similarity index 59% rename from build/4.5.0/build-container.sh rename to build/4.5.0+/build-container.sh index 3db9f06..4b956a8 100755 --- a/build/4.5.0/build-container.sh +++ b/build/4.5.0+/build-container.sh @@ -18,4 +18,4 @@ fi echo "using ${TAG} -> ${BRANCH} (${REPO})" -docker build ./build/4.5.0 -f build/4.5.0/Dockerfile --tag "betaflight/cloudbuild:${TAG}" --build-arg NOCACHE=$(date +%s) --build-arg COMMIT=${BRANCH} --build-arg REPO=${REPO} +docker build ./build/4.5.0+ -f build/4.5.0+/Dockerfile --tag "betaflight/cloudbuild:${TAG}" --build-arg NOCACHE=$(date +%s) --build-arg COMMIT=${BRANCH} --build-arg REPO=${REPO} diff --git a/build/4.5.0/build.sh b/build/4.5.0+/build.sh similarity index 100% rename from build/4.5.0/build.sh rename to build/4.5.0+/build.sh