Skip to content

Releases: PrefectHQ/actions-prefect-deploy

v4

04 Sep 15:10
84a20bc
Compare
Choose a tag to compare

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:
          ...

Full Changelog: v3...v4

v3.2.0

27 Jun 15:03
2d464ac
Compare
Choose a tag to compare

What's Changed

  • fix: update param from prefect-file to deployment-file-path by @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

Full Changelog: v3.1.0...v3.2.0

v3

27 Jun 15:04
2d464ac
Compare
Choose a tag to compare

What's Changed

  • fix: update param from prefect-file to deployment-file-path by @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

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-deployments input 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-file to deployment-file-path by @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

Full Changelog: v2...v3

v3.1.0

18 Jan 19:14
fa6ff04
Compare
Choose a tag to compare

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

Full Changelog: v3.0.3...v3.1.0

v3.0.3

20 Oct 14:01
ef1ba97
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3...v3.0.3

v3.0.2

15 May 18:49
91e639d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3...v3.0.2

v3.0.1

15 May 15:00
6064d4f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3...v3.0.1

v3.0.0

11 May 16:26
b1a5ede
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2...v3.0.0

v2.0.0

27 Apr 22:27
48f6386
Compare
Choose a tag to compare

What's Changed

Breaking

  • Must use the Prefect Auth GHA to log into Prefect Cloud prior to building and deploying a deployment

Full Changelog: v1.0.0...v2.0.0

v2

27 Apr 22:28
48f6386
Compare
Choose a tag to compare

What's Changed

Breaking

  • Must use the Prefect Auth GHA to log into Prefect Cloud prior to building and deploying a deployment

Full Changelog: v1.0.0...v2