Skip to content

Releases: dfds-data/mlflow-infrastructure

Update pipelines to use templates and tofu

14 Aug 07:32
6b56cc3

Choose a tag to compare

  • Refactor Azure Pipelines configuration to streamline MLflow image build and push process

  • Remove unnecessary self-repository declaration from Azure Pipelines configuration

  • Add aws_credentials parameter to tofu-check template in Azure Pipelines

  • Add additional parameters for Docker build context and tagging in Azure Pipelines

  • Update Docker push tag to use mlflow_version.mlflow_tag and add new Terraform plan files

  • Remove redundant ECR push task configuration from Azure Pipelines

  • Update source image name to include version tag for ECR push

  • Refactor Docker image tagging step to use a script for improved clarity

  • Fix ECR push configuration to separate source image name and tag

  • Add extra_commands parameter to tofu-check job for automatic approval

Remove conflicting S3 bucket ACL resource from Terraform configuration

10 Jan 08:22
3f1ba7d

Choose a tag to compare

This release implements minor changes to the Terraform files regarding S3 access.
If “Bucket owner enforced” is active for your S3 bucket, ACLs are effectively disabled. Attempting to set them via Terraform (aws_s3_bucket_acl) will fail with AccessControlListNotSupported. See hashicorp/terraform-provider-aws#34079

v4.0.0

25 Aug 08:25
ddda010

Choose a tag to compare

BREAKING:

v3.0.0

15 Mar 13:19
f48b426

Choose a tag to compare

  • Bumped AWS provider dependency to >= 4.0
  • Fix breaking change with S3 bucket provisioning in the new version

v2.0.0

14 Sep 12:09
c5ace1c

Choose a tag to compare

Fixes breaking changes after upgrading to terraform 1.0.0

v1.0.0

16 Apr 12:51

Choose a tag to compare

Merged PR 46002: Set up CI with Azure Pipelines