Skip to content

Commit

Permalink
update changelog and document (kubeflow#2990)
Browse files Browse the repository at this point in the history
* bump version

* less resource request as MKP side anyway will request more

* done

Co-authored-by: renmingu <40223865+renmingu@users.noreply.github.com>
  • Loading branch information
2 people authored and Jeffwan committed Dec 9, 2020
1 parent 30d2485 commit c6fabc4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

# Change Log

## [0.2.2](https://github.com/kubeflow/pipelines/tree/0.2.2) (2020-02-05)

[Full Changelog](https://github.com/kubeflow/pipelines/compare/0.2.1...0.2.2)

**Merged pull requests:**

- better default bucket name, less resource request [\#2989](https://github.com/kubeflow/pipelines/pull/2989) ([rmgogogo](https://github.com/rmgogogo))
- bump version to 0.2.2 [\#2988](https://github.com/kubeflow/pipelines/pull/2988) ([rmgogogo](https://github.com/rmgogogo))
- \[SDK\] Fix CLI authentication [\#2986](https://github.com/kubeflow/pipelines/pull/2986) ([numerology](https://github.com/numerology))
- Another fix of licenses [\#2984](https://github.com/kubeflow/pipelines/pull/2984) ([numerology](https://github.com/numerology))
- Another license fix [\#2982](https://github.com/kubeflow/pipelines/pull/2982) ([numerology](https://github.com/numerology))
- fix for Init Action [\#2980](https://github.com/kubeflow/pipelines/pull/2980) ([rmgogogo](https://github.com/rmgogogo))
- \[Frontend\] Use latest kf frontend with bug fixes [\#2976](https://github.com/kubeflow/pipelines/pull/2976) ([Bobgy](https://github.com/Bobgy))
- \[License\] Another license fix [\#2975](https://github.com/kubeflow/pipelines/pull/2975) ([numerology](https://github.com/numerology))
- Fix third party license [\#2972](https://github.com/kubeflow/pipelines/pull/2972) ([numerology](https://github.com/numerology))
- pin envoy [\#2968](https://github.com/kubeflow/pipelines/pull/2968) ([rmgogogo](https://github.com/rmgogogo))
- Clean up metric columns [\#2964](https://github.com/kubeflow/pipelines/pull/2964) ([jingzhang36](https://github.com/jingzhang36))
- Update changelog for 0.2.1 release. [\#2962](https://github.com/kubeflow/pipelines/pull/2962) ([neuromage](https://github.com/neuromage))
- Bump version for release 0.2.1 of Pipelines [\#2961](https://github.com/kubeflow/pipelines/pull/2961) ([neuromage](https://github.com/neuromage))
- Add support for automatic visualization of TFX artifacts [\#2957](https://github.com/kubeflow/pipelines/pull/2957) ([Realsen](https://github.com/Realsen))

## [0.2.1](https://github.com/kubeflow/pipelines/tree/0.2.1) (2020-02-02)
[Full Changelog](https://github.com/kubeflow/pipelines/compare/0.2.0...0.2.1)

Expand Down
2 changes: 1 addition & 1 deletion manifests/kustomize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This folder contains Kubeflow Pipelines Kustomize manifests for a light weight d

Deploy latest version of Kubeflow Pipelines
```
export PIPELINE_VERSION=0.1.40
export PIPELINE_VERSION=0.2.2
kubectl apply -f https://storage.googleapis.com/ml-pipeline/pipeline-lite/$PIPELINE_VERSION/crd.yaml
kubectl wait --for condition=established --timeout=60s crd/applications.app.k8s.io
kubectl apply -f https://storage.googleapis.com/ml-pipeline/pipeline-lite/$PIPELINE_VERSION/namespaced-install.yaml
Expand Down

0 comments on commit c6fabc4

Please sign in to comment.