Skip to content

Commit

Permalink
Release 2023.06.1 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran authored Jun 23, 2023
2 parents 63f61d6 + 9296f1c commit 9d52639
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
eligibility-api==2023.01.1
Flask==2.2.3
Flask-RESTful==0.3.9
Flask-SQLAlchemy==3.0.3
requests==2.28.2
eligibility-api==2023.6.1
Flask==2.3.2
Flask-RESTful==0.3.10
Flask-SQLAlchemy==3.0.5
requests==2.31.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name="eligibility-server",
version="2023.02.1",
version="2023.06.1",
description="Server implementation of the Eligibility Verification API",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
1 change: 1 addition & 0 deletions terraform/app_service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ resource "azurerm_linux_web_app" "main" {
# this prevents the filesystem from being obscured by a mount
"WEBSITES_ENABLE_APP_SERVICE_STORAGE" = "false"
"WEBSITES_PORT" = "8000"
"WEBSITES_CONTAINER_START_TIME_LIMIT" = "1800"
}

identity {
Expand Down
4 changes: 2 additions & 2 deletions terraform/suppress.arm.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"recurrences": [
{
"recurrenceType": "Daily",
"startTime": "06:00:00",
"endTime": "06:10:00"
"startTime": "05:55:00",
"endTime": "06:20:00"
}
]
},
Expand Down

0 comments on commit 9d52639

Please sign in to comment.