Skip to content

Releases: getindata/kedro-kubeflow

Release 0.7.4

27 Feb 14:44
d3cff89
Compare
Choose a tag to compare

[0.7.4] - 2023-02-27

  • Removed field validation from resources configuration field - now it can take any custom parameters such as "nvidia.com/gpu":1
  • Added support for kedro namespaces for parameters

Release 0.7.3

23 Sep 11:15
7117e5c
Compare
Choose a tag to compare

[0.7.3] - 2022-09-23

  • Fixed plugin config provider so it respects environment provided by the user

Release 0.7.2

22 Sep 13:21
ec4ac27
Compare
Choose a tag to compare

[0.7.2] - 2022-09-22

  • Fixed compatibility with kedro-mlflow >= 0.8

Release 0.7.1

21 Sep 09:04
d4166d4
Compare
Choose a tag to compare

[0.7.1] - 2022-09-21

  • Support latest changes in Dex login screens
  • Improvements in build process (migrated build tool to poetry, quality gate switched to sonarcloud)

Release 0.7.0

22 Aug 11:20
45bf6c5
Compare
Choose a tag to compare

[0.7.0] - 2022-08-22

  • Added testing and support for python versions 3.9, 3.10
  • Added templating capabilities to docs generator and used them in the docs for kedro versioning
  • Added pre-commit hook for pyspelling check
  • Changed sphinx markdown engine to myst_parser
  • Added CI for spellchecking the documentation with configuration for myst
  • Updated documentation quickstart to workaround known issues and make it work on local kind cluster
  • Updated documentation - added contributing guidelines and setup tips
  • Merged e2e and unittest workflows. Now e2e runs only if unittests succeed.
  • Changed default resource limits in kubeflow.yaml config
  • Added --wait-for-completion and --timeout for kedro kubeflow run-once command
  • Added e2e tests github action for pull requests with kubeflow setup in gcp
  • Added support for extra volumes per node
  • Refactored configuration classes to Pydantic
  • Add support for kedro>=0.18.1,<0.19

Release 0.6.4

01 Jun 14:41
ebb9452
Compare
Choose a tag to compare

[0.6.4] - 2022-06-01

  • Added support for specifying tolerations

Release 0.6.3

10 May 11:06
5e57a04
Compare
Choose a tag to compare

[0.6.3] - 2022-05-10

  • KFP SDK version bumped to 1.8.11 in order to fix misbehaving TTL issue
  • Dropped support for VertexAI, please use kedro-vertexi instead
  • Add Kedro environment name to the pipeline name during upload

Release 0.6.2

10 Mar 10:36
be5f0b1
Compare
Choose a tag to compare

[0.6.2] - 2022-03-10

  • Added support for defining retry policy for the Kubeflow Pipelines nodes

Release 0.6.1

07 Mar 14:09
9130b92
Compare
Choose a tag to compare

[0.6.1] - 2022-03-07

  • Fixed support for parameters of type datetime.date

Release 0.6.0

18 Feb 08:17
7a8090a
Compare
Choose a tag to compare

[0.6.0] - 2022-02-18

  • Kedro pipeline name is now added into Kubeflow pipeline name during upload
  • Project hook that injected environmental variables values into all the configuration files is dropped, with backward compatibility to support these in kubeflow.yaml
  • Added missing on-exit-handler for node_merge_strategy: full
  • Handle KEDRO_ENV enviroment variable