Releases: PrefectHQ/server
Releases · PrefectHQ/server
September 23, 2022
Fixes the Prefect version packaged with the Helm chart, ensuring it uses the 1.x releases instead of 2.x.
September 7, 2022
Changes
Helm
WARNING: This release of the Helm chart includes a breaking change with the upgrade from PostgreSQL 9 to 11. This is required because bitnami no longer hosts the old version of Postgres. If updating from a prior Helm chart release, please take care to back up your database.
- Allow users to specify a Kubernetes config map to be mounted as
jobTemplateFile
in the agent's container - #379 - Improve init container template for graphql - #370
- Create agent's env vars only if input variables are not empty - #380
- Update PostgreSQL from ~9 to ~11 — #375
- Allow specification of resources for the tenant creation job — #371
Contributors
Release 2022.04.14
Changes
Fixes
- Fix issue where the Helm chart did not correctly set UI/Core image version tags - #362
Release 2022.03.29
Release 2022.01.25
Changes
Includes a compatibility update for the Core 1.0rc
Enhancements
- Upgrade version of Hasura GraphQL engine to v2.1.1 - #337
January 12, 2022
November 30, 2021
November 9, 2021
Fixes
- Preserves structural representation of serialized flows - #306
Security
- Upgrade
apollo-server
to address GraphQL playground vulnerability. See the advisory for details.
October 21, 2021
Features
- Add ability to set keep alive timeout for graphql server - #290
- Add handling a keepalive value to Apollo via env variable APOLLO_KEEPALIVE_TIMEOUT - #293
Enhancements
- Add a submitted state lock to prevent the same flow from being run by multiple agents - #291
- Add default flow parameters to flow runs to have consistent flow run parameter history - #298
Fixes
- Fix setting
imagePullSecrets
in k8s jobs with Prefect flows in Prefect Server Helm chart - #289