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

Releases: PrefectHQ/prefect-azure

v0.3.7

19 Mar 19:30
5e9ef2c
Compare
Choose a tag to compare

What's Changed

  • Fix logic to keep ACI deployment name within Azure character limit error by @zzstoatzz in #147

Full Changelog: v0.3.6...v0.3.7

v0.3.6

18 Mar 14:04
cdd20ef
Compare
Choose a tag to compare

What's Changed

  • Expose AzureBlobStorageContainer block at top level to ensure it is registered with Prefect's ojbect registry by @desertaxle in #145

Full Changelog: v0.3.5...v0.3.6

v0.3.5

14 Mar 18:47
90f6ae5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.4...v0.3.5

v0.3.4

11 Dec 20:08
17ba568
Compare
Choose a tag to compare

0.3.4

Released December 11th, 2023.

Added

  • Ability to publish AzureContainerInstanceJob blocks as an azure-container-instance work pool - #130

v0.3.3

29 Nov 19:51
1f2297e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

13 Nov 22:47
2a12638
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

10 Oct 15:12
bd8aa49
Compare
Choose a tag to compare

0.3.1

Released October 10th, 2023.

Changed

  • Updated imports of deprecated Prefect Docker modules, bumping the minimum required Prefect version to 2.10.11 - #118

Fixed

  • Fixed errors when using deployment steps with account_url - #121

v0.3.0

05 Oct 18:10
7f68445
Compare
Choose a tag to compare

What's Changed

  • Conditional imports to support operating with pydantic>2 installed by @chrisguidry in #119
  • Explicitly state Subscription ID format by @iotmani in #120

New Contributors

Full Changelog: v0.2.12...v0.3.0

v0.2.12

21 Aug 15:55
3b67473
Compare
Choose a tag to compare

0.2.12

Released August 21st, 2023.

Fixed

  • Fixed misconfiguration in AzureContainerWorker base job template where subnet_ids and dns_servers were not included in the default base hob template variables - #113

v0.2.11

20 Jul 14:28
8f92ab7
Compare
Choose a tag to compare

Released July 20th, 2023.

Changed

  • Promoted workers to GA, removed beta disclaimers