Releases: PrefectHQ/prefect-helm
2025.3.7033449
What's Changed
Packaged with Prefect version 3.2.11
This release contains several breaking changes. Checkout the upgrading docs for the prefect-server and prefect-worker charts for a more detailed guide to upgrading.
Prefect Server
- The
prefectApiUrl
andprefectApiHost
values have been removed in favor of the singleprefectUiApiUrl
value. .Values.server.uiConfig.prefectUiUrl
has been removed..Values.server.uiConfig.prefectUiEnabled
has been removed.
Prefect Worker
- The allowed values for the
apiConfig
key changed fromcloud
,server
, orselfManaged
tocloud
,selfHostedServer
, andselfManagedCloud
. - The
serverApiConfig
key has been replaced with theselfHostedServerApiConfig
..Values.worker.serverApiConfig
=>.Values.worker.selfHostedServerApiConfig
.
- The
basicAuth
key has been nested under theselfHostedServerApiConfig key
..Values.worker.basicAuth
=>.Values.worker.selfHostedServerApiConfig.basicAuth
.
Changelog
Breaking Changes
- breaking(prefect-worker): update self-hosted server references to be consistent by @jamiezieziula in #453
- breaking(prefect-server): remove confusing & duplicative environment variables by @jamiezieziula in #450
- breaking(prefect-server): update
basicAuth
settings to be nested under the rightselfHostedServerApiConfig
key by @jamiezieziula in #456 - breaking(prefect-server): remove the ability to disable the
UI
onprefect-server
by @jamiezieziula in #459
Documentation
- chore(docs): add context to background services by @mitchnielsen in #458
- chore(docs): Finalize upgrade docs for breaking change release by @jamiezieziula in #464
Enhancements
- enhancement(prefect-server): expose
PREFECT_SERVER_API_BASE_PATH
setting on server deployment by @jamiezieziula in #460 - feat: Update worker to pass API key to created jobs via Kubernetes secret by @desertaxle in #463
New Contributors
- @desertaxle made their first contribution in #463
Full Changelog: 2025.2.21193831...2025.3.6
2025.3.6
What's Changed
This release contains several breaking changes. Checkout the upgrading docs for the prefect-server and prefect-worker charts for a more detailed guide to upgrading.
Prefect Server
- The
prefectApiUrl
andprefectApiHost
values have been removed in favor of the singleprefectUiApiUrl
value. .Values.server.uiConfig.prefectUiUrl
has been removed..Values.server.uiConfig.prefectUiEnabled
has been removed.
Prefect Worker
- The allowed values for the
apiConfig
key changed fromcloud
,server
, orselfManaged
tocloud
,selfHostedServer
, andselfManagedCloud
. - The
serverApiConfig
key has been replaced with theselfHostedServerApiConfig
..Values.worker.serverApiConfig
=>.Values.worker.selfHostedServerApiConfig
.
- The
basicAuth
key has been nested under theselfHostedServerApiConfig key
..Values.worker.basicAuth
=>.Values.worker.selfHostedServerApiConfig.basicAuth
.
Changelog
Breaking Changes
- breaking(prefect-worker): update self-hosted server references to be consistent by @jamiezieziula in #453
- breaking(prefect-server): remove confusing & duplicative environment variables by @jamiezieziula in #450
- breaking(prefect-server): update
basicAuth
settings to be nested under the rightselfHostedServerApiConfig
key by @jamiezieziula in #456 - breaking(prefect-server): remove the ability to disable the
UI
onprefect-server
by @jamiezieziula in #459
Documentation
- chore(docs): add context to background services by @mitchnielsen in #458
- chore(docs): Finalize upgrade docs for breaking change release by @jamiezieziula in #464
Enhancements
- enhancement(prefect-server): expose
PREFECT_SERVER_API_BASE_PATH
setting on server deployment by @jamiezieziula in #460 - feat: Update worker to pass API key to created jobs via Kubernetes secret by @desertaxle in #463
New Contributors
- @desertaxle made their first contribution in #463
Full Changelog: 2025.2.21193831...2025.3.6
2025.2.21193831
Packaged with Prefect version 3.2.7
Full Changelog: 2025.2.18191117...2025.2.21193831
2025.2.19212245
Full Changelog: 2025.2.19032435...2025.2.19212245
2025.2.19032435
Full Changelog: 2025.2.18213028...2025.2.19032435
2025.2.18213028
Full Changelog: 2025.2.18195625...2025.2.18213028
2025.2.18195625
Full Changelog: 2025.2.18194714...2025.2.18195625
2025.2.18194714
Full Changelog: 2025.2.18191117...2025.2.18194714
2025.2.18191117
Packaged with Prefect version 3.2.3
What's Changed
Enhancements
- feat(prefect-server): add custom entrypoint and args by @fatih-acar in #449
New Contributors
- @fatih-acar made their first contribution in #449
Full Changelog: 2025.2.13162113...2025.2.18191117
2025.2.13162113
Packaged with Prefect version 3.2.2
What's Changed
Documentation
- chore(docs): document how to set imagePullSecrets in baseJobTemplate by @mitchnielsen in #446
Fixes
- Add PREFECT_API_AUTH_STRING to init container by @n0tlikethatplz in #448
New Contributors
- @n0tlikethatplz made their first contribution in #448
Full Changelog: 2025.2.10212743...2025.2.13162113