Releases: PrefectHQ/actions-prefect-deploy
Releases · PrefectHQ/actions-prefect-deploy
v4.4.0
What's Changed
Enhancements
- Fix virtual environment reuse error in multi-deployment jobs by @jamiezieziula in #72
Dependencies
- chore: bump astral-sh/setup-uv from 4 to 6 in the all group by @dependabot[bot] in #67
- chore: bump actions/checkout from 4 to 5 in the all group by @dependabot[bot] in #68
- chore: bump astral-sh/setup-uv from 6 to 7 in the all group by @dependabot[bot] in #69
- chore: bump actions/checkout from 5 to 6 in the all group by @dependabot[bot] in #70
Full Changelog: v4...v4.4.0
v4
What's Changed
Breaking Changes
This release of the prefect deploy action uses the latest version of Prefect - prefect 3. This is a breaking change, as prefect 3 operates differently than prefect 2, please see the official upgrade guide here.
If you would like to continue using prefect 2, simply use the previous version of the action:
- name: Deploy to Prefect Cloud
uses: PrefectHQ/actions-prefect-deploy@v3
with:
...- Update
prefect deployaction to use Prefect version 3 by @jamiezieziula in #54
Full Changelog: v3...v4
v4.3.0
What's Changed
- Re-enable uv for dependencies by @nikhil-ramanan1 in #66
New Contributors
- @nikhil-ramanan1 made their first contribution in #66
Full Changelog: v4...v4.3.0
v4.2.0
v4.1.0
What's Changed
- chore/Update docs to remove auth step and use defined env vars for auth instead by @jimid27 in #56
- Use uv instead of pip by @fchareyr in #57
- chore: update depbot to apply consistent label to all PRs by @jamiezieziula in #58
- chore: bump astral-sh/setup-uv from 3 to 4 in the all group by @dependabot in #59
- Chore/add automated release or update of major GHA version by @jimid27 in #60
New Contributors
Full Changelog: v4...v4.1.0
v3.2.0
What's Changed
- fix: update param from
prefect-filetodeployment-file-pathby @jamiezieziula in #41 - Bump prefect from 2.14.3 to 2.16.5 in /examples/multi-deployment/deployment-1 by @dependabot in #42
- Bump prefect from 2.14.3 to 2.16.5 in /examples/multi-deployment/deployment-2 by @dependabot in #44
- Bump prefect from 2.14.3 to 2.16.5 in /examples/simple by @dependabot in #43
- Bump prefect from 2.14.3 to 2.16.5 in /examples/docker by @dependabot in #45
- Update action.yaml by @venky-span in #46
- chore/Limit prefect version for current deployment action to be under Prefect v3 by @jimid27 in #51
New Contributors
- @venky-span made their first contribution in #46
Full Changelog: v3.1.0...v3.2.0
v3
What's Changed
- fix: update param from
prefect-filetodeployment-file-pathby @jamiezieziula in #41 - Bump prefect from 2.14.3 to 2.16.5 in /examples/multi-deployment/deployment-1 by @dependabot in #42
- Bump prefect from 2.14.3 to 2.16.5 in /examples/multi-deployment/deployment-2 by @dependabot in #44
- Bump prefect from 2.14.3 to 2.16.5 in /examples/simple by @dependabot in #43
- Bump prefect from 2.14.3 to 2.16.5 in /examples/docker by @dependabot in #45
- Update action.yaml by @venky-span in #46
- chore/Limit prefect version for current deployment action to be under Prefect v3 by @jimid27 in #51
New Contributors
- @venky-span made their first contribution in #46
Full Changelog: v3.1.0...v3.2.0
What's Changed
- feat: support deployment of >1 prefect deployment by @jamiezieziula in #13
- Fix/space in names by @jimid27 in #14
- fix/requirements array flow by @jimid27 in #15
- fix: example documentation by @jamiezieziula in #16
- feat: use the --no-prompt flag, to remove any interactivity by @parkedwards in #21
- Chore/remove deployment yaml spec by @jimid27 in #22
- chore: remove add to project workflow by @jamiezieziula in #23
- Add
all-deploymentsinput to pass the --all param for deployments by @jimid27 in #25 - Add all deployment example by @jimid27 in #26
- docs: Update readme with correct checkout action names by @hyldmo in #27
- Bump actions/checkout from 3 to 4 by @dependabot in #24
- Update README.md to fix broken link by @discdiver in #29
- init pyproject support by @zzstoatzz in #30
- Bump prefect from 2.11.0 to 2.14.3 in /examples/docker by @dependabot in #34
- Bump prefect from 2.11.0 to 2.14.3 in /examples/multi-deployment/deployment-1 by @dependabot in #33
- Bump prefect from 2.11.0 to 2.14.3 in /examples/multi-deployment/deployment-2 by @dependabot in #31
- Bump prefect from 2.11.0 to 2.14.3 in /examples/simple by @dependabot in #32
- Chore/allow prefect file pass by @jimid27 in #36
- Chore/context around deployment files by @jimid27 in #37
- fix: update param from
prefect-filetodeployment-file-pathby @jamiezieziula in #41 - Bump prefect from 2.14.3 to 2.16.5 in /examples/multi-deployment/deployment-1 by @dependabot in #42
- Bump prefect from 2.14.3 to 2.16.5 in /examples/multi-deployment/deployment-2 by @dependabot in #44
- Bump prefect from 2.14.3 to 2.16.5 in /examples/simple by @dependabot in #43
- Bump prefect from 2.14.3 to 2.16.5 in /examples/docker by @dependabot in #45
- Update action.yaml by @venky-span in #46
- chore/Limit prefect version for current deployment action to be under Prefect v3 by @jimid27 in #51
New Contributors
- @parkedwards made their first contribution in #21
- @hyldmo made their first contribution in #27
- @discdiver made their first contribution in #29
- @zzstoatzz made their first contribution in #30
- @venky-span made their first contribution in #46
Full Changelog: v2...v3
v3.1.0
What's Changed
- docs: Update readme with correct checkout action names by @hyldmo in #27
- Bump actions/checkout from 3 to 4 by @dependabot in #24
- Update README.md to fix broken link by @discdiver in #29
- init pyproject support by @zzstoatzz in #30
- Bump prefect from 2.11.0 to 2.14.3 in /examples/docker by @dependabot in #34
- Bump prefect from 2.11.0 to 2.14.3 in /examples/multi-deployment/deployment-1 by @dependabot in #33
- Bump prefect from 2.11.0 to 2.14.3 in /examples/multi-deployment/deployment-2 by @dependabot in #31
- Bump prefect from 2.11.0 to 2.14.3 in /examples/simple by @dependabot in #32
- Chore/allow prefect file pass by @jimid27 in #36
- Chore/context around deployment files by @jimid27 in #37
New Contributors
- @hyldmo made their first contribution in #27
- @discdiver made their first contribution in #29
- @zzstoatzz made their first contribution in #30
Full Changelog: v3.0.3...v3.1.0
v3.0.3
What's Changed
- fix: example documentation by @jamiezieziula in #16
- feat: use the --no-prompt flag, to remove any interactivity by @parkedwards in #21
- Chore/remove deployment yaml spec by @jimid27 in #22
- chore: remove add to project workflow by @jamiezieziula in #23
- Add
all-deploymentsinput to pass the --all param for deployments by @jimid27 in #25 - Add all deployment example by @jimid27 in #26
New Contributors
- @parkedwards made their first contribution in #21
Full Changelog: v3...v3.0.3