-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
library versions update #186
Conversation
@@ -23,5 +23,5 @@ CODE_QUALITY_VERSION=0.3.0 | |||
DOC_QUALITY_VERSION=0.3.0 | |||
INGEST_TO_PARQUET_VERSION=0.3.0 | |||
|
|||
KFP_DOCKER_VERSION=0.2.0 | |||
KFP_DOCKER_VERSION=0.1.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did you returned the major version back?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because we are really on 0.1.1. Trying to be consistent
@@ -1,6 +1,6 @@ | |||
[project] | |||
name = "data_prep_toolkit_kfp" | |||
version = "0.1.0" | |||
version = "0.1.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the version is wrong
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, its 0.1.1, which is correct
@@ -11,7 +11,7 @@ inputs: | |||
|
|||
implementation: | |||
container: | |||
image: quay.io/dataprep1/data-prep-kit/kfp-data-processing:0.2.0 | |||
image: quay.io/dataprep1/data-prep-kit/kfp-data-processing:0.1.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it should be 0.2.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See above
the pipelines should be updates as well |
done |
Why are these changes needed?
updated library/kfp image versions to 0.1.1 to capture the latest changes
Related issue number (if any).