Skip to content

Commit d03bcf1

Browse files
author
devorb1t
committed
Merge pull request #2628 from yliaog/automated-release-of-36.0.3-upstream-release-36.0-1783634970
Automated release of 36.0.3 upstream release 36.0 1783634970
2 parents 0bce8d5 + 8b66a75 commit d03bcf1

33 files changed

Lines changed: 155 additions & 40 deletions

.github/workflows/deploy-wiki.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
deploy-wiki:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
14+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
1515
with:
1616
submodules: true
1717
- name: Install rsync

.github/workflows/e2e-master.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
python-version: ["3.10", "3.11", "3.12"]
1717
steps:
18-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
18+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
1919
with:
2020
submodules: true
2121
- name: Create Kind Cluster
@@ -30,7 +30,7 @@ jobs:
3030
# as we sync with Kubernetes upstream
3131
config: .github/workflows/kind-configs/cluster-1.35.yaml
3232
- name: Set up Python ${{ matrix.python-version }}
33-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
33+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Install dependencies

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
python-version: [3.10, 3.11, 3.12]
1717
steps:
18-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
18+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
1919
with:
2020
submodules: true
2121
- name: Create Kind Cluster
@@ -30,7 +30,7 @@ jobs:
3030
# as we sync with Kubernetes upstream
3131
config: .github/workflows/kind-configs/cluster-1.35.yaml
3232
- name: Set up Python ${{ matrix.python-version }}
33-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
33+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Install dependencies

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
use_coverage: 'coverage'
1414

1515
steps:
16-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
16+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
1717
with:
1818
submodules: true
1919
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
20+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Install dependencies
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Upload coverage to Codecov
4747
if: "matrix.use_coverage"
48-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354
48+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f
4949
with:
5050
fail_ci_if_error: false
5151
verbose: true

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v36.0.3
2+
3+
Kubernetes API Version: v1.36.2
4+
5+
### Bug or Regression
6+
- Fix Watch.stream selecting watch instead of follow when streaming pod logs.
7+
- Start the leader election worker thread as a daemon so it does not block process shutdown.
8+
- Fix readline_channel, readline_stdout and readline_stderr crashing with OverflowError when using the default timeout, and returning None when a timeout expires.
9+
- Fix format_quantity returning imprecise, non-canonical values for the milli, micro and nano suffixes, and ignoring quantize=Decimal(0).
10+
111
# v36.0.2
212

313
Kubernetes API Version: v1.36.1

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.36
7-
- Package version: 36.0.2
7+
- Package version: 36.0.3
88
- Build package: org.openapitools.codegen.languages.PythonLegacyClientCodegen
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__ = "36.0.2"
17+
__version__ = "36.0.3"
1818

1919
from . import client
2020
from . import config

kubernetes/aio/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.36
7-
- Package version: 36.0.2
7+
- Package version: 36.0.3
88
- Build package: org.openapitools.codegen.languages.PythonLegacyClientCodegen
99

1010
## Requirements.

kubernetes/aio/__init__.py

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

1515
__project__ = "kubernetes_aio"
1616
# The version is auto-updated. Please do not edit.
17-
__version__ = "36.0.2"
17+
__version__ = "36.0.3"
1818

1919
import kubernetes.aio.client as client
2020

kubernetes/aio/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__ = "36.0.2"
17+
__version__ = "36.0.3"
1818

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

0 commit comments

Comments
 (0)