Skip to content

Releases: PrefectHQ/prefect-helm

2024.5.31205053

31 May 20:51
Compare
Choose a tag to compare

Packaged with Prefect version 3.0.0rc1

What's Changed

Upgrade Notes

If you were previously using worker.config.baseJobTemplate or worker.config.baseJobTemplateName, you will need to transition to using the new value's schema of worker.config.baseJobTemplate.configuration and worker.config.baseJobTemplate.name

Breaking Changes

Enhancements

New Contributors

Full Changelog: 2024.5.29222000...2024.5.31205053

2024.5.30190018

30 May 19:00
948b893
Compare
Choose a tag to compare

Packaged with Prefect version 2.19.3

Full Changelog: 2024.5.29222000...2024.5.30190018

2024.5.29222000

29 May 22:20
948b893
Compare
Choose a tag to compare

Packaged with Prefect version 2.19.2

What's Changed

This release contains a breaking change -- we've introduced default prefect-server resource requests and limits. If you haven't previously defined your own, please review the defaults the chart sets and ensure they are suitable for your environment.

Default resource values:

  resources:
    # -- the requested resources for the server container
    requests:
      cpu: 500m
      memory: 512Mi
    # -- the requested limits for the server container
    limits:
      cpu: "1"
      memory: 1Gi

Breaking Changes

  • chore/Add default requests and limits to prefect server by @jimid27 in #332

Enhancements

  • prefect-server helm chart enhancement to support multi-port service by @baisystems in #318

New Contributors

Full Changelog: 2024.5.16203708...2024.5.29222000

2024.5.23194919

23 May 19:49
0463025
Compare
Choose a tag to compare

Packaged with Prefect version 2.19.2

Full Changelog: 2024.5.13203346...2024.5.23194919

2024.5.16203708

16 May 20:37
0463025
Compare
Choose a tag to compare

Packaged with Prefect version 2.19.1

Full Changelog: 2024.5.13203346...2024.5.16203708

prefect-prometheus-exporter-2024.5.15

15 May 21:57
979ff6b
Compare
Choose a tag to compare

What's Changed

Prometheus Exporter

Full Changelog: prefect-prometheus-exporter-2023.12.7...prefect-prometheus-exporter-2024.5.15

2024.5.13203346

13 May 20:34
8084d34
Compare
Choose a tag to compare

Packaged with Prefect version 2.19.0

Full Changelog: 2024.5.2224951...2024.5.13203346

2024.5.2224951

02 May 22:50
8084d34
Compare
Choose a tag to compare

Packaged with Prefect version 2.18.3

Full Changelog: 2024.5.2205910...2024.5.2224951

2024.5.2205910

02 May 20:59
8084d34
Compare
Choose a tag to compare

Packaged with Prefect version 2.18.2

What's Changed

Uncategorized

New Contributors

Full Changelog: 2024.4.30151230...2024.5.2205910

2024.4.30151230

30 Apr 15:12
f9b518b
Compare
Choose a tag to compare

Packaged with Prefect version 2.18.1

What's Changed

Dependency Updates

  • chore(deps): bump azure/setup-helm from 3.5 to 4 by @dependabot in #315
  • chore(deps): bump helm/kind-action from 1.9.0 to 1.10.0 by @dependabot in #322

Fixes

  • chore: allow strings to be passed to containerPorts in addition to integers by @jamiezieziula in #320

Uncategorized

  • Fix git ls-remote pattern for latest prefect release by @cappadona in #321

New Contributors

Full Changelog: 2024.4.11200237...2024.4.30151230