diff --git a/.env b/.env index 6608f93..f3069a8 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -DOCKER_TAG=v3.8.1 +DOCKER_TAG=v4.0.0 REPOSITORY_DOCKER_URL=ghcr.io/nasa-ammos AERIE_USERNAME=aerie diff --git a/src/aerie_cli/aerie_host.py b/src/aerie_cli/aerie_host.py index 149878c..991dfa8 100644 --- a/src/aerie_cli/aerie_host.py +++ b/src/aerie_cli/aerie_host.py @@ -12,7 +12,8 @@ "3.7.0", "3.7.1", "3.8.0", - "3.8.1" + "3.8.1", + "4.0.0" ] class AerieHostVersionError(RuntimeError): diff --git a/tests/integration_tests/files/models/banananation-4.0.0.jar b/tests/integration_tests/files/models/banananation-4.0.0.jar new file mode 100644 index 0000000..95f30dd Binary files /dev/null and b/tests/integration_tests/files/models/banananation-4.0.0.jar differ