2023.09.1
This release of Eligibility Server updates many underlying dependencies (e.g. Python, Flask, SqlAlchemy, Eligibility API).
This release also disables the AlwaysOn
feature of the Azure App Service. This feature was not only duplicative of another health check ping, but due to how it is implemented within Azure, the AlwaysOn
requests cause the app to generate a 404 response. This was a major blocker for #252 which is now unblocked.
During the process of preparing this release, we also discovered a bug in the CI/CD pipeline for getting the new Docker image from GitHub to Azure, which was fixed in #331.
What's Changed
- Fix: disable app service AlwaysOn by @thekaveman in #309
- Feat: infra pipeline tag trigger by @angela-tran in #310
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #311
- chore(deps-dev): bump flask from 2.3.2 to 2.3.3 by @dependabot in #308
- chore(deps-dev): bump flask-sqlalchemy from 3.0.5 to 3.1.0 by @dependabot in #313
- chore(deps-dev): bump flask-sqlalchemy from 3.1.0 to 3.1.1 by @dependabot in #314
- chore(deps): bump docker/build-push-action from 4 to 5 by @dependabot in #316
- chore(deps): bump docker/setup-buildx-action from 2 to 3 by @dependabot in #317
- chore(deps): bump docker/login-action from 2 to 3 by @dependabot in #315
- Chore: devcontainer cleanup by @thekaveman in #318
- Fix: add requests timeout by @thekaveman in #321
- chore(deps-dev): bump eligibility-api from 2023.6.1 to 2023.9.1 by @dependabot in #324
- Chore: version management by @thekaveman in #325
- Chore: update to Python 3.11 by @angela-tran in #326
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #327
- Fix: docs dependencies and keypair configuration by @thekaveman in #320
- Fix: match default timeout to benefits by @thekaveman in #328
- Deploy to test by @thekaveman in #323
- Release 2023.09.1 by @thekaveman in #330
- Fix: add app setting needed to enable GitHub CI/CD webhook by @angela-tran in #331
- Deploy to test by @angela-tran in #332
- Release 2023.09.1 by @angela-tran in #333
Full Changelog: 2023.08.2...2023.09.1