Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DOCKER_TAG=v3.5.1
DOCKER_TAG=v3.8.1
REPOSITORY_DOCKER_URL=ghcr.io/nasa-ammos

AERIE_USERNAME=aerie
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aerie-cli"
version = "2.10.2"
version = "2.11.0"
description = "A CLI application and Python API for interacting with Aerie."
authors = []
license = "MIT"
Expand Down
8 changes: 5 additions & 3 deletions src/aerie_cli/aerie_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
from attrs import define, field

COMPATIBLE_AERIE_VERSIONS = [
"3.5.0",
"3.5.1",
"3.5.2",
"3.6.0",
"3.7.0",
"3.7.1",
"3.8.0",
"3.8.1"
]

class AerieHostVersionError(RuntimeError):
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.