Skip to content
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

Updates the changelog for the v0.1.23 release #1571

Merged
merged 2 commits into from
Jun 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 92 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,96 @@
# Change Log

## [0.1.23](https://github.com/kubeflow/pipelines/tree/0.1.23) (2019-06-26)
[Full Changelog](https://github.com/kubeflow/pipelines/compare/0.1.22...0.1.23)

**Merged pull requests:**

- Sort keys in nested dictionaries for fixing unit tests [\#1558](https://github.com/kubeflow/pipelines/pull/1558) ([derekhh](https://github.com/derekhh))
- Use sorted\(dict.items\(\)\) for stable output [\#1554](https://github.com/kubeflow/pipelines/pull/1554) ([derekhh](https://github.com/derekhh))
- Use GCP external Stackdriver links [\#1552](https://github.com/kubeflow/pipelines/pull/1552) ([derekhh](https://github.com/derekhh))
- configurable timeout and namespace in docker magic [\#1550](https://github.com/kubeflow/pipelines/pull/1550) ([gaoning777](https://github.com/gaoning777))
- Updated links in READMEs [\#1544](https://github.com/kubeflow/pipelines/pull/1544) ([sarahmaddox](https://github.com/sarahmaddox))
- SDK/Client - Add optional parameter "name" to upload\_pipeline method [\#1543](https://github.com/kubeflow/pipelines/pull/1543) ([fabito](https://github.com/fabito))
- Parameterize namespace and suppress pod error [\#1539](https://github.com/kubeflow/pipelines/pull/1539) ([hongye-sun](https://github.com/hongye-sun))
- SDK/Lightweight - Use argparse for command-line parsing [\#1534](https://github.com/kubeflow/pipelines/pull/1534) ([Ark-kun](https://github.com/Ark-kun))
- Release v0.22 [\#1525](https://github.com/kubeflow/pipelines/pull/1525) ([kevinbache](https://github.com/kevinbache))
- SDK/Lightweight - Added python version compatibility checks [\#1524](https://github.com/kubeflow/pipelines/pull/1524) ([Ark-kun](https://github.com/Ark-kun))
- fix api doc link url [\#1496](https://github.com/kubeflow/pipelines/pull/1496) ([xieqihui](https://github.com/xieqihui))
- add issue template [\#1492](https://github.com/kubeflow/pipelines/pull/1492) ([gaoning777](https://github.com/gaoning777))
- SDK - Travis configuration for Python 3.5 and 3.7 [\#1467](https://github.com/kubeflow/pipelines/pull/1467) ([kvalev](https://github.com/kvalev))
- Add timeout out in dsl [\#1465](https://github.com/kubeflow/pipelines/pull/1465) ([gaoning777](https://github.com/gaoning777))

## [0.1.22](https://github.com/kubeflow/pipelines/tree/0.1.22) (2019-06-21)
[Full Changelog](https://github.com/kubeflow/pipelines/compare/0.1.21...0.1.22)

**Merged pull requests:**

- increment sdk versions [\#1538](https://github.com/kubeflow/pipelines/pull/1538) ([hongye-sun](https://github.com/hongye-sun))
- SDK/Client - Added support for all APIs [\#1536](https://github.com/kubeflow/pipelines/pull/1536) ([Ark-kun](https://github.com/Ark-kun))
- SDK/Client - Added the upload\_pipeline API [\#1535](https://github.com/kubeflow/pipelines/pull/1535) ([Ark-kun](https://github.com/Ark-kun))
- Update Watson pipeline component source to the latest commit [\#1533](https://github.com/kubeflow/pipelines/pull/1533) ([Tomcli](https://github.com/Tomcli))
- SDK - Generated paths will be in /tmp by default [\#1531](https://github.com/kubeflow/pipelines/pull/1531) ([Ark-kun](https://github.com/Ark-kun))
- Add metrics table to run details page, run outputs tab [\#1530](https://github.com/kubeflow/pipelines/pull/1530) ([rileyjbauer](https://github.com/rileyjbauer))
- SDK+Frontend - Fixed the task display name annotation key [\#1526](https://github.com/kubeflow/pipelines/pull/1526) ([Ark-kun](https://github.com/Ark-kun))
- SDK - Fixed import [\#1522](https://github.com/kubeflow/pipelines/pull/1522) ([Ark-kun](https://github.com/Ark-kun))
- Sample: model retraining scenario using AI Platform components [\#1513](https://github.com/kubeflow/pipelines/pull/1513) ([kweinmeister](https://github.com/kweinmeister))
- SDK/Lightweight - Disabled code pickling by default [\#1512](https://github.com/kubeflow/pipelines/pull/1512) ([Ark-kun](https://github.com/Ark-kun))
- SDK/Lightweight - Enable cloudpickle installation from non-root users [\#1511](https://github.com/kubeflow/pipelines/pull/1511) ([Ark-kun](https://github.com/Ark-kun))
- SDK - Improving python component logs by making stdout and stderr unbuffered [\#1510](https://github.com/kubeflow/pipelines/pull/1510) ([Ark-kun](https://github.com/Ark-kun))
- Release 1d55a27cf8b69696f3ab5c10687edf2fde0068c7 [\#1506](https://github.com/kubeflow/pipelines/pull/1506) ([hongye-sun](https://github.com/hongye-sun))
- Add wait\_job command [\#1505](https://github.com/kubeflow/pipelines/pull/1505) ([hongye-sun](https://github.com/hongye-sun))
- Add myself as a approver/reviewer. [\#1503](https://github.com/kubeflow/pipelines/pull/1503) ([neuromage](https://github.com/neuromage))
- Update README.md [\#1500](https://github.com/kubeflow/pipelines/pull/1500) ([krazyhaas](https://github.com/krazyhaas))
- use cluster role for viewer crd for now since viewer crd doesn't support namespaced deployemnt [\#1499](https://github.com/kubeflow/pipelines/pull/1499) ([IronPan](https://github.com/IronPan))
- SDK - Make it easier to compile and submit a pipeline run [\#1484](https://github.com/kubeflow/pipelines/pull/1484) ([Ark-kun](https://github.com/Ark-kun))
- Fixed broken link in README.md [\#1480](https://github.com/kubeflow/pipelines/pull/1480) ([ajchili](https://github.com/ajchili))
- Base64 encode the pickled code [\#1476](https://github.com/kubeflow/pipelines/pull/1476) ([kvalev](https://github.com/kvalev))
- removing some creds [\#1470](https://github.com/kubeflow/pipelines/pull/1470) ([animeshsingh](https://github.com/animeshsingh))
- SDK/Compiler - Invoke the op\_transformers as early as possible [\#1464](https://github.com/kubeflow/pipelines/pull/1464) ([kvalev](https://github.com/kvalev))
- Frontend - Show customized task display names [\#1463](https://github.com/kubeflow/pipelines/pull/1463) ([Ark-kun](https://github.com/Ark-kun))
- Output default job\_dir.txt file [\#1459](https://github.com/kubeflow/pipelines/pull/1459) ([hongye-sun](https://github.com/hongye-sun))
- Add op\_to\_templates\_handler to compiler [\#1458](https://github.com/kubeflow/pipelines/pull/1458) ([hongye-sun](https://github.com/hongye-sun))
- Pin selenium chrome version [\#1457](https://github.com/kubeflow/pipelines/pull/1457) ([rileyjbauer](https://github.com/rileyjbauer))
- Apiserver s3 and MySQL env vars [\#1455](https://github.com/kubeflow/pipelines/pull/1455) ([yaronha](https://github.com/yaronha))
- update manifest/ readme [\#1454](https://github.com/kubeflow/pipelines/pull/1454) ([IronPan](https://github.com/IronPan))
- SDK/Compiler - Fix s3 artifact key names [\#1451](https://github.com/kubeflow/pipelines/pull/1451) ([kvalev](https://github.com/kvalev))
- KFP CLI [\#1449](https://github.com/kubeflow/pipelines/pull/1449) ([hongye-sun](https://github.com/hongye-sun))
- Add rileyjbauer as to frontend integration tests OWNERS [\#1447](https://github.com/kubeflow/pipelines/pull/1447) ([yebrahim](https://github.com/yebrahim))
- update namespaced install manifest to include inverse proxy [\#1446](https://github.com/kubeflow/pipelines/pull/1446) ([IronPan](https://github.com/IronPan))
- Added license URL for google-cloud-datastore [\#1445](https://github.com/kubeflow/pipelines/pull/1445) ([Ark-kun](https://github.com/Ark-kun))
- Build - Simplify python SDK package installation [\#1444](https://github.com/kubeflow/pipelines/pull/1444) ([Ark-kun](https://github.com/Ark-kun))
- Load auth from kube config. [\#1443](https://github.com/kubeflow/pipelines/pull/1443) ([hongye-sun](https://github.com/hongye-sun))
- Fix Katib-launcher component with python file open issue [\#1441](https://github.com/kubeflow/pipelines/pull/1441) ([Tomcli](https://github.com/Tomcli))
- expose add\_op\_transformer in the PipelineConf and add an example [\#1440](https://github.com/kubeflow/pipelines/pull/1440) ([gaoning777](https://github.com/gaoning777))
- remove support for deserializing a string of a dict for typemeta [\#1439](https://github.com/kubeflow/pipelines/pull/1439) ([gaoning777](https://github.com/gaoning777))
- SDK - Controlling which modules are captured with Lightweight components [\#1435](https://github.com/kubeflow/pipelines/pull/1435) ([Ark-kun](https://github.com/Ark-kun))
- SDK - Only install cloudpickle if it's not available [\#1434](https://github.com/kubeflow/pipelines/pull/1434) ([Ark-kun](https://github.com/Ark-kun))
- Update the doc to enable proxy agent by default [\#1432](https://github.com/kubeflow/pipelines/pull/1432) ([IronPan](https://github.com/IronPan))
- enable proxy by default [\#1431](https://github.com/kubeflow/pipelines/pull/1431) ([IronPan](https://github.com/IronPan))
- SDK - Dynamically installing cloudpickle module [\#1429](https://github.com/kubeflow/pipelines/pull/1429) ([Ark-kun](https://github.com/Ark-kun))
- Backend - Updated Argo package from v2.3.0 RC to final version [\#1428](https://github.com/kubeflow/pipelines/pull/1428) ([Ark-kun](https://github.com/Ark-kun))
- Testing - Updated Argo CLI to v2.3.0 [\#1427](https://github.com/kubeflow/pipelines/pull/1427) ([Ark-kun](https://github.com/Ark-kun))
- Manifests: Update Argo version to v2.3.0 [\#1425](https://github.com/kubeflow/pipelines/pull/1425) ([elikatsis](https://github.com/elikatsis))
- Update pipeline version in KFP manifest to 0.1.21 https://github.com/kubeflow/pipelines/releases/tag/0.1.21 [\#1424](https://github.com/kubeflow/pipelines/pull/1424) ([jingzhang36](https://github.com/jingzhang36))
- Updates Google Cloud Storage and pins axios version [\#1415](https://github.com/kubeflow/pipelines/pull/1415) ([rileyjbauer](https://github.com/rileyjbauer))
- update the API doc description [\#1410](https://github.com/kubeflow/pipelines/pull/1410) ([IronPan](https://github.com/IronPan))
- add single API swagger json file [\#1408](https://github.com/kubeflow/pipelines/pull/1408) ([IronPan](https://github.com/IronPan))
- add default value type checking [\#1407](https://github.com/kubeflow/pipelines/pull/1407) ([gaoning777](https://github.com/gaoning777))
- Add doc for API [\#1406](https://github.com/kubeflow/pipelines/pull/1406) ([IronPan](https://github.com/IronPan))
- Fix API package names and regenerate checked-in proto files. [\#1404](https://github.com/kubeflow/pipelines/pull/1404) ([neuromage](https://github.com/neuromage))
- update DSL client documentation [\#1403](https://github.com/kubeflow/pipelines/pull/1403) ([IronPan](https://github.com/IronPan))
- SDK/DSL: Make 'name' argument of a PipelineVolume omittable [\#1402](https://github.com/kubeflow/pipelines/pull/1402) ([elikatsis](https://github.com/elikatsis))
- Fix auto generated resource link for DSL [\#1400](https://github.com/kubeflow/pipelines/pull/1400) ([IronPan](https://github.com/IronPan))
- set dataset\_location as the default location. [\#1399](https://github.com/kubeflow/pipelines/pull/1399) ([hongye-sun](https://github.com/hongye-sun))
- Added the link to the SDK reference docs to README.md [\#1398](https://github.com/kubeflow/pipelines/pull/1398) ([Ark-kun](https://github.com/Ark-kun))
- Fixed the handling of PipelineParam-based default values in extract\_metadata [\#1380](https://github.com/kubeflow/pipelines/pull/1380) ([Ark-kun](https://github.com/Ark-kun))
- SDK - Use different volume names for different secrets [\#1379](https://github.com/kubeflow/pipelines/pull/1379) ([Ark-kun](https://github.com/Ark-kun))
- Add HyperParameters back to SageMaker training job [\#1377](https://github.com/kubeflow/pipelines/pull/1377) ([Jeffwan](https://github.com/Jeffwan))
- SDK/Compiler: Add add\_pvolumes\(\) method to ContainerOp [\#1353](https://github.com/kubeflow/pipelines/pull/1353) ([elikatsis](https://github.com/elikatsis))
- SDK - Refactored \_func\_to\_component\_spec to split code generation from signature analysis [\#1334](https://github.com/kubeflow/pipelines/pull/1334) ([Ark-kun](https://github.com/Ark-kun))
- SDK - Improved test script compatibility with editable package installation [\#1200](https://github.com/kubeflow/pipelines/pull/1200) ([Ark-kun](https://github.com/Ark-kun))
- Enhance pipeline TFX taxi sample to support on-prem cluster [\#749](https://github.com/kubeflow/pipelines/pull/749) ([jinchihe](https://github.com/jinchihe))

## [0.1.21](https://github.com/kubeflow/pipelines/tree/0.1.21) (2019-05-29)
[Full Changelog](https://github.com/kubeflow/pipelines/compare/0.1.20...0.1.21)

Expand Down Expand Up @@ -1234,4 +1325,4 @@



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*