Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Releases: PrefectHQ/actions-prefect-auth

v2

04 Sep 15:10
e093b96
Compare
Choose a tag to compare

What's Changed

Breaking Changes

This release of the prefect auth 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: Auth to Prefect Cloud
        uses: PrefectHQ/actions-prefect-auth@v1
        with:
          ...
  • Update prefect auth action to use Prefect version 3 by @jimid27 in #9

Full Changelog: v1...v2

v1.1.0

27 Jun 15:07
58d7a94
Compare
Choose a tag to compare

What's Changed

  • chore: remove add to project workflow by @jamiezieziula in #3
  • Bump actions/checkout from 3 to 4 by @dependabot in #4
  • Bump prefect from 2.10.4 to 2.14.3 in /examples/simple by @dependabot in #5
  • Bump prefect from 2.14.3 to 2.16.5 in /examples/simple by @dependabot in #6
  • chore/Limit prefect version for current auth action to be under Prefect v3Limit prefect version by @jimid27 in #8

New Contributors

Full Changelog: 1.0.0...v1.1.0

v1

27 Jun 15:07
58d7a94
Compare
Choose a tag to compare
v1

What's Changed

  • chore: remove add to project workflow by @jamiezieziula in #3
  • Bump actions/checkout from 3 to 4 by @dependabot in #4
  • Bump prefect from 2.10.4 to 2.14.3 in /examples/simple by @dependabot in #5
  • Bump prefect from 2.14.3 to 2.16.5 in /examples/simple by @dependabot in #6
  • chore/Limit prefect version for current auth action to be under Prefect v3Limit prefect version by @jimid27 in #8

New Contributors

Full Changelog: 1.0.0...v1.1.0

v1.0.0

27 Apr 22:06
5626127
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/PrefectHQ/actions-prefect-auth/commits/v1.0.0