chore(release): bumped version to 2.0.0

This commit is contained in:
Chen Sun 2023-06-20 16:54:58 +00:00
parent cdb7932cdb
commit e03e312193
23 changed files with 1091 additions and 32 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
2.0.0-rc.2
2.0.0

View File

@ -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-rc.2
- Package version: 2.0.0-rc.2
- API version: 2.0.0
- Package version: 2.0.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://www.google.com](https://www.google.com)

View File

@ -14,7 +14,7 @@
from __future__ import absolute_import
__version__ = "2.0.0-rc.2"
__version__ = "2.0.0"
# import apis into sdk package
from kfp_server_api.api.experiment_service_api import ExperimentServiceApi

View File

@ -78,7 +78,7 @@ class ApiClient(object):
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'OpenAPI-Generator/2.0.0-rc.2/python'
self.user_agent = 'OpenAPI-Generator/2.0.0/python'
self.client_side_validation = configuration.client_side_validation
def __enter__(self):

View File

@ -351,8 +351,8 @@ conf = kfp_server_api.Configuration(
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 2.0.0-rc.2\n"\
"SDK Package Version: 2.0.0-rc.2".\
"Version of the API: 2.0.0\n"\
"SDK Package Version: 2.0.0".\
format(env=sys.platform, pyversion=sys.version)
def get_host_settings(self):

View File

@ -13,7 +13,7 @@
from setuptools import setup, find_packages # noqa: H301
NAME = "kfp-server-api"
VERSION = "2.0.0-rc.2"
VERSION = "2.0.0"
# To install the library, run the following
#
# python setup.py install

View File

@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "Kubeflow Pipelines API",
"version": "2.0.0-rc.2",
"version": "2.0.0",
"description": "This file contains REST API specification for Kubeflow Pipelines. The file is autogenerated from the swagger definition.",
"contact": {
"name": "google",

View File

@ -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-rc.2
- Package version: 2.0.0-rc.2
- API version: 2.0.0
- Package version: 2.0.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://www.google.com](https://www.google.com)

View File

@ -14,7 +14,7 @@
from __future__ import absolute_import
__version__ = "2.0.0-rc.2"
__version__ = "2.0.0"
# import apis into sdk package
from kfp_server_api.api.auth_service_api import AuthServiceApi

View File

@ -78,7 +78,7 @@ class ApiClient(object):
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'OpenAPI-Generator/2.0.0-rc.2/python'
self.user_agent = 'OpenAPI-Generator/2.0.0/python'
self.client_side_validation = configuration.client_side_validation
def __enter__(self):

View File

@ -351,8 +351,8 @@ conf = kfp_server_api.Configuration(
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 2.0.0-rc.2\n"\
"SDK Package Version: 2.0.0-rc.2".\
"Version of the API: 2.0.0\n"\
"SDK Package Version: 2.0.0".\
format(env=sys.platform, pyversion=sys.version)
def get_host_settings(self):

View File

@ -13,7 +13,7 @@
from setuptools import setup, find_packages # noqa: H301
NAME = "kfp-server-api"
VERSION = "2.0.0-rc.2"
VERSION = "2.0.0"
# To install the library, run the following
#
# python setup.py install

View File

@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "Kubeflow Pipelines API",
"version": "2.0.0-rc.2",
"version": "2.0.0",
"description": "This file contains REST API specification for Kubeflow Pipelines. The file is autogenerated from the swagger definition.",
"contact": {
"name": "google",

View File

@ -12,7 +12,7 @@ metadata:
spec:
descriptor:
type: Kubeflow Pipelines
version: 2.0.0-rc.2
version: 2.0.0
description: |-
Reusable end-to-end ML workflow
maintainers:

View File

@ -1,9 +1,9 @@
x-google-marketplace:
schemaVersion: v2
applicationApiVersion: v1beta1
publishedVersion: 2.0.0-rc.2
publishedVersion: 2.0.0
publishedVersionMetadata:
releaseNote: Based on 2.0.0-rc.2 version.
releaseNote: Based on 2.0.0 version.
releaseTypes:
- Feature
recommended: false

View File

@ -8,4 +8,4 @@ commonLabels:
app: cache-deployer
images:
- name: gcr.io/ml-pipeline/cache-deployer
newTag: 2.0.0-rc.2
newTag: 2.0.0

View File

@ -10,4 +10,4 @@ commonLabels:
app: cache-server
images:
- name: gcr.io/ml-pipeline/cache-server
newTag: 2.0.0-rc.2
newTag: 2.0.0

View File

@ -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-rc.2
appVersion: 2.0.0
dbHost: mysql
dbPort: "3306"
mlmdDb: metadb

View File

@ -9,4 +9,4 @@ resources:
- metadata-grpc-sa.yaml
images:
- name: gcr.io/ml-pipeline/metadata-envoy
newTag: 2.0.0-rc.2
newTag: 2.0.0

View File

@ -37,14 +37,14 @@ resources:
- kfp-launcher-configmap.yaml
images:
- name: gcr.io/ml-pipeline/api-server
newTag: 2.0.0-rc.2
newTag: 2.0.0
- name: gcr.io/ml-pipeline/persistenceagent
newTag: 2.0.0-rc.2
newTag: 2.0.0
- name: gcr.io/ml-pipeline/scheduledworkflow
newTag: 2.0.0-rc.2
newTag: 2.0.0
- name: gcr.io/ml-pipeline/frontend
newTag: 2.0.0-rc.2
newTag: 2.0.0
- name: gcr.io/ml-pipeline/viewer-crd-controller
newTag: 2.0.0-rc.2
newTag: 2.0.0
- name: gcr.io/ml-pipeline/visualization-server
newTag: 2.0.0-rc.2
newTag: 2.0.0

View File

@ -7,4 +7,4 @@ resources:
- metadata-writer-sa.yaml
images:
- name: gcr.io/ml-pipeline/metadata-writer
newTag: 2.0.0-rc.2
newTag: 2.0.0

View File

@ -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-rc.2
newTag: 2.0.0
resources:
- proxy-configmap.yaml
- proxy-deployment.yaml