Skip to content

Commit c4963e9

Browse files
authored
Merge pull request #1628 from yliaog/automated-release-of-20.13.0-upstream-release-20.0-1637343269
Automated release of 20.13.0 upstream release 20.0 1637343269
2 parents 6086e37 + 35c18db commit c4963e9

15 files changed

+23
-17
lines changed

.github/workflows/e2e-master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# as we sync with Kubernetes upstream
3131
config: .github/workflows/kind-configs/cluster-1.18.yaml
3232
- name: Set up Python ${{ matrix.python-version }}
33-
uses: actions/setup-python@v2.2.2
33+
uses: actions/setup-python@v2.3.0
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Install dependencies

.github/workflows/e2e-release-11.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# as we sync with Kubernetes upstream
3131
config: .github/workflows/kind-configs/cluster-1.15.yaml
3232
- name: Set up Python ${{ matrix.python-version }}
33-
uses: actions/setup-python@v2.2.2
33+
uses: actions/setup-python@v2.3.0
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Install dependencies

.github/workflows/e2e-release-12.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# as we sync with Kubernetes upstream
3131
config: .github/workflows/kind-configs/cluster-1.16.yaml
3232
- name: Set up Python ${{ matrix.python-version }}
33-
uses: actions/setup-python@v2.2.2
33+
uses: actions/setup-python@v2.3.0
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Install dependencies

.github/workflows/e2e-release-17.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# as we sync with Kubernetes upstream
3131
config: .github/workflows/kind-configs/cluster-1.17.yaml
3232
- name: Set up Python ${{ matrix.python-version }}
33-
uses: actions/setup-python@v2.2.2
33+
uses: actions/setup-python@v2.3.0
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Install dependencies

.github/workflows/e2e-release-18.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# as we sync with Kubernetes upstream
3131
config: .github/workflows/kind-configs/cluster-1.18.yaml
3232
- name: Set up Python ${{ matrix.python-version }}
33-
uses: actions/setup-python@v2.2.2
33+
uses: actions/setup-python@v2.3.0
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Install dependencies

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
submodules: true
1717
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v2.2.2
18+
uses: actions/setup-python@v2.3.0
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install dependencies

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v20.13.0
2+
3+
Kubernetes API Version: v1.20.13
4+
5+
16
# v20.12.0b1
27

38
Kubernetes API Version: v1.20.12

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ supported versions of Kubernetes clusters.
8989
- [client 17.y.z](https://pypi.org/project/kubernetes/17.17.0/): Kubernetes 1.16 or below (+-), Kubernetes 1.17 (✓), Kubernetes 1.18 or above (+-)
9090
- [client 18.y.z](https://pypi.org/project/kubernetes/18.20.0/): Kubernetes 1.17 or below (+-), Kubernetes 1.18 (✓), Kubernetes 1.19 or above (+-)
9191
- [client 19.y.z](https://pypi.org/project/kubernetes/19.15.0/): Kubernetes 1.18 or below (+-), Kubernetes 1.19 (✓), Kubernetes 1.20 or above (+-)
92-
- [client 20.y.z](https://pypi.org/project/kubernetes/20.12.0/): Kubernetes 1.19 or below (+-), Kubernetes 1.20 (✓), Kubernetes 1.21 or above (+-)
92+
- [client 20.y.z](https://pypi.org/project/kubernetes/20.13.0/): Kubernetes 1.19 or below (+-), Kubernetes 1.20 (✓), Kubernetes 1.21 or above (+-)
9393

9494
> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explaination of why there is no v13-v16 release.
9595
@@ -132,7 +132,8 @@ between client-python versions.
132132
| 18.0 | Kubernetes main repo, 1.18 branch ||
133133
| 19.0 Alpha/Beta | Kubernetes main repo, 1.19 branch ||
134134
| 19.0 | Kubernetes main repo, 1.19 branch ||
135-
| 20.0 Alpha/Beta | Kubernetes main repo, 1.20 branch ||
135+
| 20.0 Alpha/Beta | Kubernetes main repo, 1.20 branch ||
136+
| 20.0 | Kubernetes main repo, 1.20 branch ||
136137

137138
> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explaination of why there is no v13-v16 release.
138139

kubernetes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: release-1.20
7-
- Package version: 20.12.0b1
7+
- Package version: 20.13.0
88
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99

1010
## Requirements.

kubernetes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
__project__ = 'kubernetes'
1616
# The version is auto-updated. Please do not edit.
17-
__version__ = "20.12.0b1"
17+
__version__ = "20.13.0"
1818

1919
import kubernetes.client
2020
import kubernetes.config

kubernetes/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from __future__ import absolute_import
1616

17-
__version__ = "20.12.0b1"
17+
__version__ = "20.13.0"
1818

1919
# import apis into sdk package
2020
from kubernetes.client.api.well_known_api import WellKnownApi

kubernetes/client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7878
self.default_headers[header_name] = header_value
7979
self.cookie = cookie
8080
# Set default User-Agent.
81-
self.user_agent = 'OpenAPI-Generator/20.12.0b1/python'
81+
self.user_agent = 'OpenAPI-Generator/20.13.0/python'
8282
self.client_side_validation = configuration.client_side_validation
8383

8484
def __enter__(self):

kubernetes/client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def to_debug_report(self):
350350
"OS: {env}\n"\
351351
"Python Version: {pyversion}\n"\
352352
"Version of the API: release-1.20\n"\
353-
"SDK Package Version: 20.12.0b1".\
353+
"SDK Package Version: 20.13.0".\
354354
format(env=sys.platform, pyversion=sys.version)
355355

356356
def get_host_settings(self):

scripts/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
KUBERNETES_BRANCH = "release-1.20"
1919

2020
# client version for packaging and releasing.
21-
CLIENT_VERSION = "20.12.0b1"
21+
CLIENT_VERSION = "20.13.0"
2222

2323
# Name of the release package
2424
PACKAGE_NAME = "kubernetes"
2525

2626
# Stage of development, mainly used in setup.py's classifiers.
27-
DEVELOPMENT_STATUS = "4 - Beta"
27+
DEVELOPMENT_STATUS = "5 - Production/Stable"
2828

2929

3030
# If called directly, return the constant value given

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
# Do not edit these constants. They will be updated automatically
1818
# by scripts/update-client.sh.
19-
CLIENT_VERSION = "20.12.0b1"
19+
CLIENT_VERSION = "20.13.0"
2020
PACKAGE_NAME = "kubernetes"
21-
DEVELOPMENT_STATUS = "4 - Beta"
21+
DEVELOPMENT_STATUS = "5 - Production/Stable"
2222

2323
# To install the library, run the following
2424
#

0 commit comments

Comments
 (0)