From b51f00014550c0539fdebb9beb0c504772d5770a Mon Sep 17 00:00:00 2001 From: adeeri Date: Thu, 20 Jun 2024 12:07:18 +0200 Subject: [PATCH] Tidy up --- variables.env | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/variables.env b/variables.env index ff292bbc2..f0f5defac 100644 --- a/variables.env +++ b/variables.env @@ -1,12 +1,9 @@ # shellcheck disable=2034 # unused variable # ############################################################################## -# Our version string +# Deploy version # ############################################################################## -# Used for docker image tags on GHCR and dockerhub. -# Append -prerelease while working on releases. -# Remove -prerelease when ready to merge release to the release branch. -# Call it main on the main branch. +# Used for tagging compatible docker images on GHCR and dockerhub. WBS_DEPLOY_VERSION=3.0.0 @@ -33,7 +30,19 @@ WBS_WDQS_VERSION=1.0.0 # and https://archiva.wikimedia.org/repository/releases/org/wikidata/query/rdf/service/ # Compare to previous version: https://github.com/wikimedia/wikidata-query-rdf/compare/query-service-parent-0.3.135...query-service-parent-0.3.137 WDQS_VERSION=0.3.137 + + +# ############################################################################## +# Wikidata Query Service Frontend Version +# ############################################################################## +# Update to reflect upstream changes WBS_WDQS_FRONTED_VERSION=1.0.0 + + +# ############################################################################## +# Wikidata Query Service Proxy Version +# ############################################################################## +# Update to reflect upstream changes WBS_WDQS_PROXY_VERSION=1.0.0