Releases: PrefectHQ/prefect-azure
Releases · PrefectHQ/prefect-azure
v0.2.10
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
0.2.9
Released on June 21st, 2023.
Fixed
- Fixed bug where user assigned identities could not be used - #103
v0.2.8
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
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
0.2.6
Release on April 20th, 2023.
Added
AzureContainerWorker
for running Prefect flows on Azure Container Instances - #87
v0.2.5
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
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
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
0.2.2
Released on October 20th, 2022.
Changed
- Made
AzureContainerInstanceJob
accessible directly from the prefect_azure
module - #50
v0.2.1
0.2.1
Released on October 20th, 2022.
Added
AzureContainerInstanceJob
infrastructure block - #45