Skip to content

Commit

Permalink
Bump versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
antarcticrainforest committed Aug 19, 2024
1 parent 544f52f commit 6dfa432
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: assets/share/freva/deployment/vault/
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
build-args: VERSION=${{steps.repository.outputs.tag}}
tags: |
Expand Down
2 changes: 1 addition & 1 deletion src/freva_deployment/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import argparse
from urllib.request import urlretrieve

__version__ = "2407.3.0"
__version__ = "2408.0.0"

FREVA_PYTHON_VERSION = "3.12"
AVAILABLE_PYTHON_VERSIONS = ["3.8", "3.9", "3.10", "3.11", "3.12"]
Expand Down
4 changes: 2 additions & 2 deletions src/freva_deployment/versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"vault": "2407.3.0",
"vault": "2408.0.0",
"freva_rest": "2408.0.0",
"solr": "9.6.1",
"core": "2406.0.1",
"web": "2405.0.0",
"web": "2408.0.0",
"db": "11.1"
}

0 comments on commit 6dfa432

Please sign in to comment.