Skip to content

Commit

Permalink
Release 0.4.0: Update change log (#3468)
Browse files Browse the repository at this point in the history
* Updated component images to version eb69a6b

* Updated components to version 0e794e8

* update version number

* update change log
  • Loading branch information
Jiaxiao Zheng authored Apr 8, 2020
1 parent 5b3aad2 commit 2d05e3d
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,68 @@
# Changelog

## [0.4.0](https://github.com/kubeflow/pipelines/tree/0.4.0) (2020-04-07)

[Full Changelog](https://github.com/kubeflow/pipelines/compare/0.3.0...0.4.0)

**Merged pull requests:**

- \[Release\] update version [\#3467](https://github.com/kubeflow/pipelines/pull/3467) ([numerology](https://github.com/numerology))
- Release eb69a6b8ae2d82cd8574ed11f04af4607756061c [\#3466](https://github.com/kubeflow/pipelines/pull/3466) ([numerology](https://github.com/numerology))
- \[Cache\] Change cache-deployer deployment to strategy recreate [\#3456](https://github.com/kubeflow/pipelines/pull/3456) ([Bobgy](https://github.com/Bobgy))
- SDK - Components - Fixed bug in loading input-less graph components [\#3446](https://github.com/kubeflow/pipelines/pull/3446) ([Ark-kun](https://github.com/Ark-kun))
- AWS Sagemaker : Updated documents [\#3440](https://github.com/kubeflow/pipelines/pull/3440) ([akartsky](https://github.com/akartsky))
- Refactor the legacy way of using pipeline id to create run in KFP backend [\#3437](https://github.com/kubeflow/pipelines/pull/3437) ([jingzhang36](https://github.com/jingzhang36))
- \[Backend\] Keep workflow service account when not default or empty [\#3435](https://github.com/kubeflow/pipelines/pull/3435) ([Bobgy](https://github.com/Bobgy))
- \[Fix\]Cache - Revert objectSelector in mutatingwebhookconfiguration [\#3433](https://github.com/kubeflow/pipelines/pull/3433) ([rui5i](https://github.com/rui5i))
- \[Manifest\] Cache - MKP deployment [\#3430](https://github.com/kubeflow/pipelines/pull/3430) ([rui5i](https://github.com/rui5i))
- \[Backend\]Cache - Fix flag parse [\#3429](https://github.com/kubeflow/pipelines/pull/3429) ([rui5i](https://github.com/rui5i))
- \[SDK\] Skip host name preprocess for the IAP case [\#3427](https://github.com/kubeflow/pipelines/pull/3427) ([chensun](https://github.com/chensun))
- Update deployment resource version from /v1beta1 -\> /v1 [\#3421](https://github.com/kubeflow/pipelines/pull/3421) ([NikeNano](https://github.com/NikeNano))
- \[SDK\]\[Multi-user\] refine sdk for multi-user support [\#3417](https://github.com/kubeflow/pipelines/pull/3417) ([chensun](https://github.com/chensun))
- revert kfp-cache from Hosted/MKP [\#3416](https://github.com/kubeflow/pipelines/pull/3416) ([rmgogogo](https://github.com/rmgogogo))
- \[Manifest\]Fix - Cache mkp deployment [\#3414](https://github.com/kubeflow/pipelines/pull/3414) ([rui5i](https://github.com/rui5i))
- quick fix envoy proxy service name [\#3413](https://github.com/kubeflow/pipelines/pull/3413) ([rmgogogo](https://github.com/rmgogogo))
- \[Backend\]Cache - Max cache staleness support [\#3411](https://github.com/kubeflow/pipelines/pull/3411) ([rui5i](https://github.com/rui5i))
- enable native Keras + TFMA [\#3409](https://github.com/kubeflow/pipelines/pull/3409) ([rmgogogo](https://github.com/rmgogogo))
- Fix presubmit failure by avoiding license downloading when building image [\#3406](https://github.com/kubeflow/pipelines/pull/3406) ([Bobgy](https://github.com/Bobgy))
- Testing - Upgraded GKE master version to fix tests [\#3404](https://github.com/kubeflow/pipelines/pull/3404) ([Ark-kun](https://github.com/Ark-kun))
- \[UI\] No longer pass namespace to createRun api [\#3403](https://github.com/kubeflow/pipelines/pull/3403) ([Bobgy](https://github.com/Bobgy))
- Add new instructions to ensure compatibility for managed ai platform … [\#3400](https://github.com/kubeflow/pipelines/pull/3400) ([luotigerlsx](https://github.com/luotigerlsx))
- AWS sagemaker : Added license files and updated Dockerfile to use AmazonLinux [\#3397](https://github.com/kubeflow/pipelines/pull/3397) ([akartsky](https://github.com/akartsky))
- Fix lstrip with regex bug in the KFP client [\#3396](https://github.com/kubeflow/pipelines/pull/3396) ([sngahane](https://github.com/sngahane))
- \[Sample\] Change preloaded TFX samples to use GCR images [\#3395](https://github.com/kubeflow/pipelines/pull/3395) ([numerology](https://github.com/numerology))
- \[Backend\]\[Multi-user\] support multi-user mode for job APIs [\#3384](https://github.com/kubeflow/pipelines/pull/3384) ([chensun](https://github.com/chensun))
- enable CloudSQL+GCSObjStore without default credential [\#3378](https://github.com/kubeflow/pipelines/pull/3378) ([rmgogogo](https://github.com/rmgogogo))
- \[Manifest\] Cache - Enable cache and cache deployer in base kustomization file [\#3376](https://github.com/kubeflow/pipelines/pull/3376) ([rui5i](https://github.com/rui5i))
- AWS sagemaker : Make 'endpoint\_url' argument default to None instead of empty string [\#3374](https://github.com/kubeflow/pipelines/pull/3374) ([akartsky](https://github.com/akartsky))
- \[Backend\]Cache - KFP pod filter logic looking for cache\_enabled = true label selector [\#3368](https://github.com/kubeflow/pipelines/pull/3368) ([rui5i](https://github.com/rui5i))
- \[Test\] Add argo retry in sample/integration tests to reduce flakiness. [\#3365](https://github.com/kubeflow/pipelines/pull/3365) ([numerology](https://github.com/numerology))
- pass token outside of SDK for server-to-server case [\#3363](https://github.com/kubeflow/pipelines/pull/3363) ([rmgogogo](https://github.com/rmgogogo))
- Integration test fix [\#3357](https://github.com/kubeflow/pipelines/pull/3357) ([rmgogogo](https://github.com/rmgogogo))
- Fix Tensorboard viewer image parsing [\#3356](https://github.com/kubeflow/pipelines/pull/3356) ([rafaelbarreto87](https://github.com/rafaelbarreto87))
- \[UI\] Tensorboard support for multi user [\#3355](https://github.com/kubeflow/pipelines/pull/3355) ([Bobgy](https://github.com/Bobgy))
- \[Backend\] Cache - Add cache\_enabled label for cache filtering [\#3352](https://github.com/kubeflow/pipelines/pull/3352) ([rui5i](https://github.com/rui5i))
- \[UI\] Add namespace filter for All and Archived Runs page [\#3351](https://github.com/kubeflow/pipelines/pull/3351) ([Bobgy](https://github.com/Bobgy))
- \[UI\] Stops experiment list from leaking previous error message [\#3350](https://github.com/kubeflow/pipelines/pull/3350) ([Bobgy](https://github.com/Bobgy))
- Update CHANGELOG for 0.3.0 [\#3349](https://github.com/kubeflow/pipelines/pull/3349) ([neuromage](https://github.com/neuromage))
- Fix README formatting. [\#3348](https://github.com/kubeflow/pipelines/pull/3348) ([neuromage](https://github.com/neuromage))
- \[Manifest\]Cache - mkp deployment [\#3343](https://github.com/kubeflow/pipelines/pull/3343) ([rui5i](https://github.com/rui5i))
- \[Backend\]\[Multi-user\] Add authorization check on ListExperiment [\#3341](https://github.com/kubeflow/pipelines/pull/3341) ([chensun](https://github.com/chensun))
- \[SDK/CLI\] Add version param to run\_pipeline [\#3339](https://github.com/kubeflow/pipelines/pull/3339) ([pselden](https://github.com/pselden))
- \[Manifest\] Cache - Fix upgrade manifest [\#3338](https://github.com/kubeflow/pipelines/pull/3338) ([rui5i](https://github.com/rui5i))
- \[Backend\]\[Multi-user\] Adjust/implement run api for multiuser support [\#3337](https://github.com/kubeflow/pipelines/pull/3337) ([chensun](https://github.com/chensun))
- \[UI Server\] Blocks non public KFP report APIs [\#3334](https://github.com/kubeflow/pipelines/pull/3334) ([Bobgy](https://github.com/Bobgy))
- \[Testing\] Disable cache-deployer temporarily because it blocks upgrade tests [\#3333](https://github.com/kubeflow/pipelines/pull/3333) ([Bobgy](https://github.com/Bobgy))
- Add hostNetwork for marketplace proxy-agent manifest [\#3330](https://github.com/kubeflow/pipelines/pull/3330) ([Bobgy](https://github.com/Bobgy))
- SDK - Tests - Improved tests for serializing lists containing objects [\#3326](https://github.com/kubeflow/pipelines/pull/3326) ([Ark-kun](https://github.com/Ark-kun))
- SDK - Added pinned dependency snapshot [\#3303](https://github.com/kubeflow/pipelines/pull/3303) ([Ark-kun](https://github.com/Ark-kun))
- \[SDK\]\[Multi-user\] Add namespace to experiment SDK calls [\#3272](https://github.com/kubeflow/pipelines/pull/3272) ([chensun](https://github.com/chensun))
- Post-submit test for Hosted/MKP \(mpdev verify\) [\#3193](https://github.com/kubeflow/pipelines/pull/3193) ([rmgogogo](https://github.com/rmgogogo))
- apiserver: Handle BucketExists\(\) error [\#3132](https://github.com/kubeflow/pipelines/pull/3132) ([discordianfish](https://github.com/discordianfish))
- Manifests: Rename metadata gRPC server's resources to metadata-grpc-\* [\#3108](https://github.com/kubeflow/pipelines/pull/3108) ([elikatsis](https://github.com/elikatsis))
- \[Sample\] CI Sample: Kaggle [\#3021](https://github.com/kubeflow/pipelines/pull/3021) ([dldaisy](https://github.com/dldaisy))
- \[Frontend\] Node server artifact handler supports preview and handles both archived and unarchived \(gzip/tarball\) artifacts \#2172 [\#2992](https://github.com/kubeflow/pipelines/pull/2992) ([eterna2](https://github.com/eterna2))

## [0.3.0](https://github.com/kubeflow/pipelines/tree/0.3.0) (2020-03-23)
[Full Changelog](https://github.com/kubeflow/pipelines/compare/0.2.5...0.3.0)

Expand Down

0 comments on commit 2d05e3d

Please sign in to comment.