-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Client 12.0 to stable #1280
Merged
k8s-ci-robot
merged 26 commits into
kubernetes-client:release-12.0
from
palnabarun:release-12.0
Oct 14, 2020
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
d12a9a5
Unittests and example for portforwarding ability added in python-base.
iciclespider c819a81
Rework port forwarding unittest and example.
iciclespider b4db6d0
Add test that checks for portforward port error return value.
iciclespider 3c6e31a
Fix tox errors.
iciclespider 52f31ac
Support both python 2.7 and 3.x.
iciclespider bccdc73
Update kubernetes/base to latest master with portforwarding implement…
iciclespider a037380
Install socat on Kubernetes node for use by port forwarding.
iciclespider 3459fe2
remove duplicate-lines from kubernetes/README.md
unki fbef9f1
updating base for file-like config load support
c343db1
touching readme with newline to check test validity
335fa5a
Add dependabot.
brendanburns 7ee9dd9
Remove redundant release doc
fa4591f
Update release README
8c2bcc9
Address comments about hot issues
b5ec617
Returns the created k8s objects in create_from_{dict,yaml}.
sighingnow 0fc8aa2
Fixes for code format.
sighingnow e8fb24a
Bump actions/setup-python from v1 to v2.1.2
dependabot[bot] 84362f8
Bump actions/setup-python from v2.1.2 to v2.1.3
dependabot[bot] d7e0398
Update constants to reflect 12.0.0 stable release
palnabarun 96a8693
Generate updated client
palnabarun 5a67dd9
Remove tests
palnabarun ca17df6
Fix custom objects API to preserve backward compatibility
palnabarun 1460b1f
Add kubernetes.client.apis as an alias to kubernetes.client.api
palnabarun e745897
Add test to ensure kubernetes client threadpool is cleaned up
fabianvf 29dc69c
Update CHANGELOG
palnabarun 85475c2
Update README
palnabarun File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "pip" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
time: "02:00" | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
time: "03:00" |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
6d64cf67 Merge pull request #1265 from kubernetes-client/dependabot/github_actions/actions/setup-python-v2.1.3 | ||
d31652a3 Bump actions/setup-python from v2.1.2 to v2.1.3 | ||
945aac9f Merge pull request #1260 from kubernetes-client/dependabot/github_actions/actions/setup-python-v2.1.2 | ||
d1ccbf22 Merge pull request #1262 from sighingnow/ht/return-created | ||
bbdfb73c Fixes for code format. | ||
9e534d02 Returns the created k8s objects in create_from_{dict,yaml}. | ||
f41b95b0 Merge pull request #1229 from scottilee/releasedocs | ||
f72d2a50 Bump actions/setup-python from v1 to v2.1.2 | ||
f2b03567 Merge pull request #1259 from brendandburns/dependa | ||
a8243646 Add dependabot. | ||
b1cea7ef Address comments about hot issues | ||
1be69369 Merge branch 'master' of https://github.com/kubernetes-client/python into releasedocs | ||
457ac54a Merge pull request #1254 from palnabarun/cherry-pick-12.0.0b1-notes | ||
de822a28 Update the CHANGELOG and README | ||
0a78dc1e Merge pull request #1253 from ryphon/file-like-base-update | ||
a2ede702 touching readme with newline to check test validity | ||
8e1c331c updating base for file-like config load support | ||
42db3552 Merge pull request #1252 from unki/master | ||
32cb3f91 remove duplicate-lines from kubernetes/README.md | ||
4079c67c Merge pull request #1237 from iciclespider/port-forwarding | ||
b1dd9c4f Install socat on Kubernetes node for use by port forwarding. | ||
3da49a20 Update kubernetes/base to latest master with portforwarding implementation. | ||
c1249c9c Support both python 2.7 and 3.x. | ||
d9ec734a Fix tox errors. | ||
8afcebdf Add test that checks for portforward port error return value. | ||
49f3b6e0 Rework port forwarding unittest and example. | ||
fada718e Unittests and example for portforwarding ability added in python-base. | ||
482b8558 Update release README | ||
a1db8670 Remove redundant release doc | ||
b5603d8e Merge pull request #1220 from greed42/plugin-certificates |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this file generated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah. That upgrade was done by
dependabot
. It was enabled in #1259.