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

22 Jun 17:31
44805ac
Compare
Choose a tag to compare

0.2.10

Released on June 22nd, 2023.

Fixed

  • Fixed credentials imports to ensure async credential classes are only used with async clients - #106

v0.2.9

21 Jun 17:45
c38ce8a
Compare
Choose a tag to compare

0.2.9

Released on June 21st, 2023.

Fixed

  • Fixed bug where user assigned identities could not be used - #103

v0.2.8

15 Jun 14:48
d4f9e02
Compare
Choose a tag to compare

0.2.8

Released on June 15th, 2023.

Added

  • Added push and pull steps for Azure Blob Storage - #95

Changed

  • Added option to give containers created by AzureContainerInstanceJob human-readable names with a randomized suffix via the name attribute - #92

Fixed

  • Fixes bug where default Azure credentials could not be used - #97
  • Add py.typed marker to make the package PEP 561 compatible -#100

v0.2.7

25 Apr 20:21
977d889
Compare
Choose a tag to compare

0.2.7

Released on April 25th, 2023.

Fixed

  • Updated template for Azure Container Instance Worker - #89
  • Added handling to set ARM template image with default when not provided by user - #93

v0.2.6

21 Apr 00:04
0569929
Compare
Choose a tag to compare

0.2.6

Release on April 20th, 2023.

Added

  • AzureContainerWorker for running Prefect flows on Azure Container Instances - #87

v0.2.5

29 Mar 17:16
0ceb44d
Compare
Choose a tag to compare

0.2.5

Released on March 29th, 2023.

Added

  • Added Azure Container Registry managed identity support to AzureContainerInstanceJob - #78

Changed

  • Extended blob_storage_list kwargs to mimic underlying azure ContainerClient.list_blobs() signature - #77

v0.2.4

03 Feb 18:41
62424f0
Compare
Choose a tag to compare

0.2.4

Releaseed on February 3rd, 2023.

Added

  • Added AzureContainerInstanceCredentials.credential_kwargs - #69

Changed

  • Made AzureContainerInstanceCredentials args, tenant_id, client_id, client_secret default to None - #69
  • AzureContainerInstanceCredentials is no longer required in AzureContainerInstanceJob - #69

v0.2.3

02 Dec 18:46
0c42737
Compare
Choose a tag to compare

0.2.3

Released on December 2nd, 2022.

Added

  • Added flow run cancellation support to the AzureContainerInstanceJob block - #58
  • Added Managed Identities and custom DNS servers to AzureContainerInstanceJob - #60

Changed

  • Updated the Container Instance Job block to treat PREFECT_API_KEY as a secure environment variable - #57

Fixed

  • Fixed handling of private Docker image registries - #54

v0.2.2

20 Oct 21:13
e9012b5
Compare
Choose a tag to compare

0.2.2

Released on October 20th, 2022.

Changed

  • Made AzureContainerInstanceJob accessible directly from the prefect_azure module - #50

v0.2.1

20 Oct 17:39
d33bd78
Compare
Choose a tag to compare

0.2.1

Released on October 20th, 2022.

Added

  • AzureContainerInstanceJob infrastructure block - #45