Skip to content

Releases: getindata/kedro-airflow-k8s

Release 0.6.4

05 Aug 12:32
be2fea6
Compare
Choose a tag to compare

[0.6.4] - 2021-08-05

  • FIX: Adjusted operators to make them compatible with Airflow >= 2.1.1
  • FIX: Restore dependency versions that release process bumped unintentionally

Release 0.6.3

04 Aug 14:20
da4a3f2
Compare
Choose a tag to compare

[0.6.3] - 2021-08-04

  • FIX: Avoid file based Jinja template for data-volume-init

Release 0.6.2

04 Aug 12:32
59d5030
Compare
Choose a tag to compare

[0.6.2] - 2021-08-04

  • FIX: Add missing Jinja template for data-volume-init to module manifest

Release 0.6.1

04 Aug 12:05
c80e583
Compare
Choose a tag to compare

[0.6.1] - 2021-08-04

  • FIX: service_account_name or image_pull_secrets should be passed to data-volume-init step as well

Release 0.6.0

30 Jul 07:50
aceaa10
Compare
Choose a tag to compare

[0.6.0] - 2021-07-29

  • Added option to specify service_account_name or image_pull_secrets to executed dag.

Release 0.5.4

21 Jul 15:20
a89e712
Compare
Choose a tag to compare

[0.5.4] - 2021-07-21

  • Run config contains optional start_date in format YYYYMMDD, if not specified default is left to days_ago(2)

Release 0.5.3

12 Jul 08:59
2c6d43e
Compare
Choose a tag to compare

[0.5.3] - 2021-07-12

  • Support for airflow macro parameters and variables

Release 0.5.2

05 Jul 10:26
a672e6e
Compare
Choose a tag to compare

[0.5.2] - 2021-07-05

  • Support for Secrets in k8s
  • FIX: DeletePipelineStorageOperator was missing trigger rule 'all_done'

Release 0.5.1

17 May 10:12
e734af2
Compare
Choose a tag to compare

[0.5.1] - 2021-05-17

  • Docker image added as a Mlflow run parameter (to support kedro inference pipeline)

Release 0.5.0

30 Apr 09:08
2eb9379
Compare
Choose a tag to compare

[0.5.0] - 2021-04-30

  • External dependencies can be added as optionals in configuration
  • Support for labels, tolerations and annotations in k8s
  • Logging added to operators