Skip to content

Commit

Permalink
Release 4.5.0 (#19)
Browse files Browse the repository at this point in the history
* Release 4.5.0
* Adding + to directory so as to indicate valid for versions greater than 4.5.0
  • Loading branch information
blckmn authored Apr 28, 2024
1 parent 9902159 commit 5b0670a
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 2 deletions.
3 changes: 2 additions & 1 deletion api-settings/releases/4.5.0-dev/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"CloudBuild": true,
"UnifiedConfig": false,
"Tag": "master",
"Branch": "master"
"Branch": "master",
"Withdrawn": true
}
12 changes: 12 additions & 0 deletions api-settings/releases/4.5.0/index.json
Original file line number Diff line number Diff line change
@@ -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"
}
11 changes: 11 additions & 0 deletions api-settings/releases/4.6.0-dev/index.json
Original file line number Diff line number Diff line change
@@ -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"
}
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
File renamed without changes.

0 comments on commit 5b0670a

Please sign in to comment.