Skip to content

Commit

Permalink
Merge pull request #1406 from NASA-AMMOS/release/v2-7-1
Browse files Browse the repository at this point in the history
Release v2.7.1
  • Loading branch information
dandelany authored Apr 16, 2024
2 parents d0c4849 + 6316ef3 commit d42d0f3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions e2e-tests/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
POSTGRES_PASSWORD: '${AERIE_PASSWORD}'
POSTGRES_PORT: 5432
POSTGRES_USER: '${AERIE_USERNAME}'
image: 'ghcr.io/nasa-ammos/aerie-gateway:develop'
image: 'ghcr.io/nasa-ammos/aerie-gateway:dev-2.7.1'
ports: ['9000:9000']
restart: always
volumes:
Expand Down Expand Up @@ -111,7 +111,7 @@ services:
PUBLIC_HASURA_CLIENT_URL: http://localhost:8080/v1/graphql
PUBLIC_HASURA_SERVER_URL: http://hasura:8080/v1/graphql
PUBLIC_HASURA_WEB_SOCKET_URL: ws://localhost:8080/v1/graphql
image: 'ghcr.io/nasa-ammos/aerie-ui:develop'
image: 'ghcr.io/nasa-ammos/aerie-ui:dev-2.7.1'
ports: ['80:80']
restart: always
aerie_merlin_worker_1:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publishing.version=
# Override for releases

# Change the version number here
version.number=2.7.0
version.number=2.7.1

# If you are publishing a release *manually* (i.e. not through github actions),
# override this on the command line with `./gradlew publish -Pversion.isRelease=true`.
Expand Down
4 changes: 2 additions & 2 deletions sequencing-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sequencing-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sequencing-server",
"version": "2.7.0",
"version": "2.7.1",
"description": "Aerie sequencing server",
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit d42d0f3

Please sign in to comment.