Skip to content

Releases: PrefectHQ/server

September 23, 2022

23 Sep 16:08
b2c9775
Compare
Choose a tag to compare

Fixes the Prefect version packaged with the Helm chart, ensuring it uses the 1.x releases instead of 2.x.

September 7, 2022

07 Sep 20:28
Compare
Choose a tag to compare

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

14 Apr 19:38
2687b17
Compare
Choose a tag to compare

Changes

Fixes

  • Fix issue where the Helm chart did not correctly set UI/Core image version tags - #362

Release 2022.03.29

29 Mar 18:55
95999f8
Compare
Choose a tag to compare

Fixes

  • Reduce maximum flow runs rescheduled by Lazarus at once - #350

Helm

  • Add includeChartNameInComponents toggle to prefix component names with the chart name for improved UX as a subchart - #355
  • Fix missing server configs on towel deployment - #346

Contributors

Release 2022.01.25

25 Jan 17:42
7055295
Compare
Choose a tag to compare

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

12 Jan 19:49
3097990
Compare
Choose a tag to compare

Enhancements

  • Upgrade Hasura to v2.0.9 - #328

Helm

  • Add podAnnotations - #327
  • Fix default env values - #331
  • Remove PGPASSWORD from towel service - #316

Contributors

November 30, 2021

01 Dec 00:25
1ced434
Compare
Choose a tag to compare

Changes

Enhancements

  • Allow configuration of the maximum artifact payload - #320

Helm

  • Fix agent environment block construction - #312
  • Allow annotations to be provided for service accounts - #314
  • Allow custom flow run job template path to be provided to agents - #322

Contributors

November 9, 2021

10 Nov 04:04
0f74a9a
Compare
Choose a tag to compare

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

21 Oct 19:42
570352e
Compare
Choose a tag to compare

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

Contributors

September 2, 2021

02 Sep 18:25
673cbea
Compare
Choose a tag to compare

Enhancements

  • Make maximum number of scheduled runs per flow configurable - #280
  • Increase Apollo payload size limit to 5mb - #273
  • Separate out task and edge registration to better handle large flow registrations - #277

Fixes

  • Update Helm chart RoleBinding API version - #276

Contributors