Skip to content

Commit

Permalink
chore(release): bumped version to 2.0.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gkcalat committed Oct 14, 2022
1 parent 42c3408 commit 850a5a5
Show file tree
Hide file tree
Showing 17 changed files with 55 additions and 24 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## [2.0.0-alpha.6](https://github.com/kubeflow/pipelines/compare/2.0.0-alpha.5...2.0.0-alpha.6) (2022-10-14)


### Features

* **components:** Add Infra Validation remote runner ([a06a4e6](https://github.com/kubeflow/pipelines/commit/a06a4e65925da9e21b98ffc5d9c91897a1dfe2a3))
* **components:** Add model input to vertex ai model evaluation component ([35b13b3](https://github.com/kubeflow/pipelines/commit/35b13b3ca806f5a1ec2e377791631c1d36e10952))
* **components:** Internal change ([bf21b7b](https://github.com/kubeflow/pipelines/commit/bf21b7bba1524b33d8e65d8a4f849d400c97c4ab))
* **components:** Model Evaluation, rename EvaluationDataSplitterOp to TargetFieldDataRemoverOp, rename ground_truth_column to target_field, rename class_names to class_labels, and remove key_columns input ([71c8e77](https://github.com/kubeflow/pipelines/commit/71c8e77d8a583c629e6f83dcd629fee8133f6d2a))
* **components:** Update AutoML Tables components to have latest SDK features ([49fdac6](https://github.com/kubeflow/pipelines/commit/49fdac60fbf22f7a3138d3aff76a0a3ec7d19c8e))
* **frontend:** Complete Sub-DAG implementation in KFPv2. ([\#8326](https://github.com/kubeflow/pipelines/issues/8326)) ([21cf640](https://github.com/kubeflow/pipelines/commit/21cf6407ebafaddf7ad5cf36cd236dcd9967c52a))


### Bug Fixes

* **backend:** Fix user cache setting P0D ignored by cache server. Fixes [\#8366](https://github.com/kubeflow/pipelines/issues/8366) ([\#8368](https://github.com/kubeflow/pipelines/issues/8368)) ([e3bf5ed](https://github.com/kubeflow/pipelines/commit/e3bf5edda05501148831869cfe8eb6b7c7afecc6))
* **backend:** Upgrade mysql to 8.0.26 ([\#8351](https://github.com/kubeflow/pipelines/issues/8351)) ([65ee01a](https://github.com/kubeflow/pipelines/commit/65ee01a436758e0f7ca4741e517452c02182ec03))
* **components:** make inputs.model_artifact_url optional in sagemaker model component ([\#8336](https://github.com/kubeflow/pipelines/issues/8336)) ([328edd8](https://github.com/kubeflow/pipelines/commit/328edd8117f05a03fe2a61a358e03bf82b00b6f8))
* **components:** Sync GCPC staging to prod to include bug fix for built-in algorithms ([d9d5c7d](https://github.com/kubeflow/pipelines/commit/d9d5c7d4721633ebdb7fb1adb3cc3f2d965c547a))
* **frontend:** Surface output artifact of a SubDAG by reading subtask ([\#8354](https://github.com/kubeflow/pipelines/issues/8354)) ([c2fb286](https://github.com/kubeflow/pipelines/commit/c2fb286daf7e04216555f408008c344e3dd7b28c))
* **sdk:** Fix "No KFP components found in file" error. Fixes [\#8353](https://github.com/kubeflow/pipelines/issues/8353) ([\#8359](https://github.com/kubeflow/pipelines/issues/8359)) ([83e0f16](https://github.com/kubeflow/pipelines/commit/83e0f16af1cd376b97b7d62b63a7fe8db3b63be8))
* **sdk:** fix NamedTuple output with Dict/List bug ([\#8316](https://github.com/kubeflow/pipelines/issues/8316)) ([26f1fe4](https://github.com/kubeflow/pipelines/commit/26f1fe4dfa3ec44ee477bc93e47b8763d3873993))
* **sdk:** Fix PyPi typo in cli/component docstring ([\#8361](https://github.com/kubeflow/pipelines/issues/8361)) ([7641401](https://github.com/kubeflow/pipelines/commit/764140153ffb1a20913e07c8d9f3aa7f621251ee))


### Other Pull Requests

* Update HP tuning sample notebook ([42c3408](https://github.com/kubeflow/pipelines/commit/42c3408cf58cbcdf5e1702b1496ab6e3d799d6c9))
* chore(components/pytorch) - fix url paths ([\#8293](https://github.com/kubeflow/pipelines/issues/8293)) ([72aab0b](https://github.com/kubeflow/pipelines/commit/72aab0b5b82744ea0e3405aee353ee862fdfcf02))
* feat(backend) add maximum_cache_staleness and default_cache_staleness ([\#8270](https://github.com/kubeflow/pipelines/issues/8270)) ([9f9f035](https://github.com/kubeflow/pipelines/commit/9f9f035fb60be0512097149db9b85135bbab02e7))

## [2.0.0-alpha.5](https://github.com/kubeflow/pipelines/compare/2.0.0-alpha.4...2.0.0-alpha.5) (2022-09-26)


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-alpha.5
2.0.0-alpha.6
4 changes: 2 additions & 2 deletions backend/api/python_http_client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ This file contains REST API specification for Kubeflow Pipelines. The file is au

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 2.0.0-alpha.5
- Package version: 2.0.0-alpha.5
- API version: 2.0.0-alpha.6
- Package version: 2.0.0-alpha.6
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://www.google.com](https://www.google.com)

Expand Down
2 changes: 1 addition & 1 deletion backend/api/python_http_client/kfp_server_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from __future__ import absolute_import

__version__ = "2.0.0-alpha.5"
__version__ = "2.0.0-alpha.6"

# import apis into sdk package
from kfp_server_api.api.experiment_service_api import ExperimentServiceApi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'OpenAPI-Generator/2.0.0-alpha.5/python'
self.user_agent = 'OpenAPI-Generator/2.0.0-alpha.6/python'
self.client_side_validation = configuration.client_side_validation

def __enter__(self):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@ def to_debug_report(self):
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 2.0.0-alpha.5\n"\
"SDK Package Version: 2.0.0-alpha.5".\
"Version of the API: 2.0.0-alpha.6\n"\
"SDK Package Version: 2.0.0-alpha.6".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion backend/api/python_http_client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "kfp-server-api"
VERSION = "2.0.0-alpha.5"
VERSION = "2.0.0-alpha.6"
# To install the library, run the following
#
# python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion backend/api/swagger/kfp_api_single_file.swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
spec:
descriptor:
type: Kubeflow Pipelines
version: 2.0.0-alpha.5
version: 2.0.0-alpha.6
description: |-
Reusable end-to-end ML workflow
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions manifests/gcp_marketplace/schema.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
x-google-marketplace:
schemaVersion: v2
applicationApiVersion: v1beta1
publishedVersion: 2.0.0-alpha.5
publishedVersion: 2.0.0-alpha.6
publishedVersionMetadata:
releaseNote: Based on 2.0.0-alpha.5 version.
releaseNote: Based on 2.0.0-alpha.6 version.
releaseTypes:
- Feature
recommended: false
Expand Down
2 changes: 1 addition & 1 deletion manifests/kustomize/base/cache-deployer/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ commonLabels:
app: cache-deployer
images:
- name: gcr.io/ml-pipeline/cache-deployer
newTag: 2.0.0-alpha.5
newTag: 2.0.0-alpha.6
2 changes: 1 addition & 1 deletion manifests/kustomize/base/cache/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ commonLabels:
app: cache-server
images:
- name: gcr.io/ml-pipeline/cache-server
newTag: 2.0.0-alpha.5
newTag: 2.0.0-alpha.6
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data:
until the changes take effect. A quick way to restart all deployments in a
namespace: `kubectl rollout restart deployment -n <your-namespace>`.
appName: pipeline
appVersion: 2.0.0-alpha.5
appVersion: 2.0.0-alpha.6
dbHost: mysql
dbPort: "3306"
mlmdDb: metadb
Expand Down
2 changes: 1 addition & 1 deletion manifests/kustomize/base/metadata/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ resources:
- metadata-grpc-sa.yaml
images:
- name: gcr.io/ml-pipeline/metadata-envoy
newTag: 2.0.0-alpha.5
newTag: 2.0.0-alpha.6
12 changes: 6 additions & 6 deletions manifests/kustomize/base/pipeline/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ resources:
- kfp-launcher-configmap.yaml
images:
- name: gcr.io/ml-pipeline/api-server
newTag: 2.0.0-alpha.5
newTag: 2.0.0-alpha.6
- name: gcr.io/ml-pipeline/persistenceagent
newTag: 2.0.0-alpha.5
newTag: 2.0.0-alpha.6
- name: gcr.io/ml-pipeline/scheduledworkflow
newTag: 2.0.0-alpha.5
newTag: 2.0.0-alpha.6
- name: gcr.io/ml-pipeline/frontend
newTag: 2.0.0-alpha.5
newTag: 2.0.0-alpha.6
- name: gcr.io/ml-pipeline/viewer-crd-controller
newTag: 2.0.0-alpha.5
newTag: 2.0.0-alpha.6
- name: gcr.io/ml-pipeline/visualization-server
newTag: 2.0.0-alpha.5
newTag: 2.0.0-alpha.6
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ resources:
- metadata-writer-sa.yaml
images:
- name: gcr.io/ml-pipeline/metadata-writer
newTag: 2.0.0-alpha.5
newTag: 2.0.0-alpha.6
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: gcr.io/ml-pipeline/inverse-proxy-agent
newTag: 2.0.0-alpha.5
newTag: 2.0.0-alpha.6
resources:
- proxy-configmap.yaml
- proxy-deployment.yaml
Expand Down

0 comments on commit 850a5a5

Please sign in to comment.