Skip to content

Update python-base submodule#1455

Merged
k8s-ci-robot merged 2 commits intokubernetes-client:masterfrom
roycaihw:update-submodule
May 10, 2021
Merged

Update python-base submodule#1455
k8s-ci-robot merged 2 commits intokubernetes-client:masterfrom
roycaihw:update-submodule

Conversation

@roycaihw
Copy link
Copy Markdown
Member

@roycaihw roycaihw commented May 9, 2021

What type of PR is this?

/kind cleanup

What this PR does / why we need it:

Ran https://github.com/kubernetes-client/python/blob/master/devel/submodules.md#update-submodule. Submodule diff: kubernetes-client/python-base@060cac1...b4d3aad

Script output:

$ ./scripts/update-submodule.sh
remote: Enumerating objects: 17, done.
remote: Counting objects: 100% (17/17), done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 17 (delta 8), reused 12 (delta 7), pack-reused 0
Unpacking objects: 100% (17/17), 5.18 KiB | 662.00 KiB/s, done.
From https://github.com/kubernetes-client/python-base
   f38221c..b4d3aad  master     -> origin/master
Submodule path 'kubernetes/base': checked out 'b4d3aad42dc23e7a6c0e5c032691f8dc385a786c'
INFO Using output format: markdown
INFO Gathering release notes
INFO Starting to process commit 1 of 17 (5.88%): b4d3aad42dc23e7a6c0e5c032691f8dc385a786c
INFO Starting to process commit 2 of 17 (11.76%): bde3935f2698b0145b8c1cf50fae0f67215e7c1f
INFO Starting to process commit 3 of 17 (17.65%): 4d192041bf40639f49212a6ec1c14aa25c5061de
INFO Starting to process commit 4 of 17 (23.53%): 90e16c698e189c7a674868803ea1e1ff70452d10
INFO Starting to process commit 5 of 17 (29.41%): 8a969ee9ad2837528c19673cfb5127b47be03105
INFO Starting to process commit 6 of 17 (35.29%): 96bb22fac5f65b2ea7696a0d48f3f1aa42f9457a
INFO Starting to process commit 7 of 17 (41.18%): f38221ce0039b71152963edfc3012576368bdfee
INFO Starting to process commit 8 of 17 (47.06%): fc5b7302b161697ed6fbdf0c5aa85a119768255a
INFO Starting to process commit 9 of 17 (52.94%): e514f69dff7dc090716a233d16b62f87fcdb5b3d
INFO Starting to process commit 10 of 17 (58.82%): 10ae4760b53a917116ae7525a7bbc94f35632cfb
INFO PR #236 seems to contain a release note
INFO Starting to process commit 11 of 17 (64.71%): db50d0292eb52ac1162d9eb324662c600c5ea6e3
INFO PR #236 seems to contain a release note
INFO Starting to process commit 12 of 17 (70.59%): 90399663f378b33227f723d3f0c1677965b6d96b
INFO Starting to process commit 13 of 17 (76.47%): fb425a3bec5e5597ff44e810241699ba57377046
INFO Starting to process commit 14 of 17 (82.35%): ed98daeae96c6dc4f245421497c390c009dcec72
INFO PR #234 seems to contain a release note
INFO Starting to process commit 15 of 17 (88.24%): 93aa318705b93dbd39a61177bb8d4df9db0dddc4
INFO PR #233 seems to contain a release note
INFO Starting to process commit 16 of 17 (94.12%): 2ea3efbc628597ed3ed2bf3c16e684727addd75b
INFO Starting to process commit 17 of 17 (100.00%): 060cac10e53169c904e0d50b7448233829019e35
INFO PR #233 seems to contain a release note
INFO PR #234 seems to contain a release note
INFO PR #231 seems to contain a release note
INFO PR #231 seems to contain a release note
INFO finished gathering release notes in 1.770808988s
INFO Got 4 release notes, performing rendering
INFO Release notes written to file: /tmp/python-base-relnote.md
Writing the following release notes to CHANGELOG line 1:
# v17.0.0-snapshot

Kubernetes API Version: To Be Updated

### Feature
- Load_kube_config_from_dict() support define custom temp files path ([kubernetes-client/python-base#233](https://github.com/kubernetes-client/python-base/pull/233), [@onecer](https://github.com/onecer))
- The dynamic client now supports customizing http "Accept" header through the `header_params` parameter, which can be used to customizing API server response, e.g. retrieving object metadata only. ([kubernetes-client/python-base#236](https://github.com/kubernetes-client/python-base/pull/236), [@Yashks1994](https://github.com/Yashks1994))

Writing the following release notes to CHANGELOG line 5:
### Bug or Regression
- Fix watch stream non-chunked response handling ([kubernetes-client/python-base#231](https://github.com/kubernetes-client/python-base/pull/231), [@dhague](https://github.com/dhague))
- Fixed a decoding error for BOOTMARK watch events ([kubernetes-client/python-base#234](https://github.com/kubernetes-client/python-base/pull/234), [@yliaog](https://github.com/yliaog))

Successfully updated CHANGELOG for submodule.

Does this PR introduce a user-facing change?

NONE

/cc @yliaog

@k8s-ci-robot k8s-ci-robot requested a review from yliaog May 9, 2021 21:25
@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels May 9, 2021
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: roycaihw

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels May 9, 2021
@yliaog
Copy link
Copy Markdown
Contributor

yliaog commented May 10, 2021

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 10, 2021
@k8s-ci-robot k8s-ci-robot merged commit 88841db into kubernetes-client:master May 10, 2021
@roycaihw roycaihw deleted the update-submodule branch May 10, 2021 17:07
@roycaihw roycaihw mentioned this pull request May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants