Skip to content

Releases: teamdatatonic/terraform-google-scheduled-vertex-pipelines

2.0.0

07 Dec 09:28
429cd1f
Compare
Choose a tag to compare

What's Changed

  • feat: update Artifact Registry pipelines to use the templateUri field by @browningjp-datatonic in #9

BREAKING CHANGES

When using a pipeline template from Artifact Registry and pointing to a tag (instead of an exact version), an update to the tag in Artifact Registry will now be followed by the scheduled job, without requiring a new terraform apply to refresh

Full Changelog: 1.0.2...2.0.0

1.0.2

19 Oct 08:53
710e588
Compare
Choose a tag to compare

Bug fixes:

  • Add support for parameters field for pipelines compiled using KFP <2.0.0
  • Fixed failures when pipelineSpec was not the root element of the pipeline JSON

1.0.1

12 Oct 09:28
dee8a97
Compare
Choose a tag to compare

What's Changed

  • fix: fix Terraform 'count' bug by @browningjp-datatonic in #6

Full Changelog: 1.0.0...1.0.1

Initial release

07 Jul 12:35
47a8f96
Compare
Choose a tag to compare
1.0.0

feat: add support for artifact URL pipeline specs