yliao
744f0ebb83
generated client change for custom_objects
2024-05-21 22:28:02 +00:00
yliao
6305fa88fa
update changelog
2024-05-21 22:27:32 +00:00
yliao
dd01438ebc
update version constants for 30.0.0+snapshot release
2024-05-21 22:27:32 +00:00
Kubernetes Prow Robot
e1fce8d8fc
Merge pull request #2234 from yliaog/master
...
commented out rest_urllib_headers.diff as it caused AttributeError:
2024-05-21 15:22:59 -07:00
yliao
f9c38c5378
commented out rest_urllib_headers.diff as it caused AttributeError:
2024-05-21 22:09:38 +00:00
Kubernetes Prow Robot
94e42113a1
Merge pull request #2220 from kubernetes-client/dependabot/github_actions/helm/kind-action-1.10.0
...
Bump helm/kind-action from 1.9.0 to 1.10.0
2024-04-25 10:59:33 -07:00
dependabot[bot]
926c725a43
Bump helm/kind-action from 1.9.0 to 1.10.0
...
Bumps [helm/kind-action](https://github.com/helm/kind-action ) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](https://github.com/helm/kind-action/compare/v1.9.0...v1.10.0 )
---
updated-dependencies:
- dependency-name: helm/kind-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-24 03:45:04 +00:00
Kubernetes Prow Robot
9f9bec2739
Merge pull request #2076 from bobh66/watch_named_object
...
Fix dynamic client watch of named resource
2024-04-23 15:25:23 -07:00
Kubernetes Prow Robot
e0234d3e71
Merge pull request #2215 from showjason/replace-utcnow-with-now
...
replace utcnow with now, due to utcnow will be deprecated
2024-04-02 08:28:10 -07:00
showjason
07c94fbee1
fix time format
2024-03-30 22:21:42 +08:00
showjason
1e472043ec
replace utcnow with now, due to utcnow will be deprecated
2024-03-30 22:11:48 +08:00
Kubernetes Prow Robot
851dc2a0b1
Merge pull request #2194 from meln5674/feature/binary-wsclient
...
Enable binary support for WSClient
2024-02-28 21:00:27 -08:00
Andrew Melnick
488518d957
Enable binary support for WSClient
...
Currently, under python 3, the WSClient decodes all data via UTF-8. This
will break, e.g. capturing the stdout of tar or gzip.
This adds a new 'binary' kwarg to the WSClient class and websocket_call
function. If this is set to true, then the decoding will not happen, and
all channels will be interpreted as binary.
This does raise a slight complication, as the OpenAPI-generated client
will convert the output to a string, no matter what, which it ends up
doing by (effectively) calling repr(). This requires a bit of magic to
recover the orignial bytes, and is inefficient. However, this is only
the case when using the default _preload_content=True, setting this to
False and manually calling read_all or read_channel, this issue does not
arise.
2024-02-28 15:41:24 -07:00
Kubernetes Prow Robot
d36ec43f06
Merge pull request #1968 from FlorianJDF/custom_client_config_new_client
...
kube-config: add custom client configuration injection
2024-02-19 07:59:00 -08:00
Kubernetes Prow Robot
7712421cdc
Merge pull request #2187 from tomplus/fix/mergin-current-context
...
Fix merging current-context in kube-configs
2024-02-12 10:32:16 -08:00
Kubernetes Prow Robot
a43cda5523
Merge pull request #2190 from kubernetes-client/dependabot/github_actions/helm/kind-action-1.9.0
...
Bump helm/kind-action from 1.8.0 to 1.9.0
2024-02-12 09:48:46 -08:00
Kubernetes Prow Robot
87d8e741c0
Merge pull request #2188 from kubernetes-client/dependabot/github_actions/codecov/codecov-action-4
...
Bump codecov/codecov-action from 3 to 4
2024-02-12 09:45:24 -08:00
Kubernetes Prow Robot
09bab99914
Merge pull request #2178 from bnavigator/patch-1
...
Replace deprecated assertEquals call
2024-02-12 09:40:40 -08:00
Kubernetes Prow Robot
4c9c058f0c
Merge pull request #2153 from jxdv/update-ioerror
...
remove deprecated IOError
2024-02-12 09:37:31 -08:00
dependabot[bot]
eda192389d
Bump helm/kind-action from 1.8.0 to 1.9.0
...
Bumps [helm/kind-action](https://github.com/helm/kind-action ) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](https://github.com/helm/kind-action/compare/v1.8.0...v1.9.0 )
---
updated-dependencies:
- dependency-name: helm/kind-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 03:03:44 +00:00
Kubernetes Prow Robot
c1f1a4740f
Merge pull request #2189 from tomplus/chore/remove-ipaddress
...
remove ipaddress from requirements.txt
2024-02-07 12:59:36 -08:00
Tomasz Prus
3b89a714e2
remove ipaddress from requirements.txt
2024-02-04 23:50:07 +01:00
dependabot[bot]
72de627426
Bump codecov/codecov-action from 3 to 4
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 03:39:56 +00:00
Tomasz Prus
69cfcda963
Fix merging current-context in kube-configs
2024-01-31 23:48:15 +01:00
Ben Greiner
346e28acab
Replace deprecated assertEquals call
2024-01-13 22:25:26 +01:00
Kubernetes Prow Robot
df43d155d9
Merge pull request #2175 from arcivanov/issue_2169
...
Provides a patch to stop using urllib3 deprecated APIs until the upgrade to latest OpenAPI Generator (>6.4.0)
2024-01-08 23:32:30 +01:00
Arcadiy Ivanov
647d5d182b
Provides a patch to stop using urllib3 deprecated APIs until the upgrade to latest OpenAPI Generator (>6.4.0)
2024-01-08 17:24:55 -05:00
Kubernetes Prow Robot
f6fe74a36f
Merge pull request #2177 from yliaog/master
...
cherry pick CHANGELOG and README from 1.29.0 release
2024-01-08 22:50:07 +01:00
yliao
29dafbbd15
updated compatibility matrix and maintenance status
2024-01-08 18:08:42 +00:00
yliao
c9326f2367
update changelog with release notes from master branch
2024-01-08 18:08:14 +00:00
Kubernetes Prow Robot
ecdbed0fe2
Merge pull request #2173 from yliaog/master
...
update changelog with release notes from master branch
2024-01-02 19:18:36 +01:00
yliao
e1cc5e2e6c
update changelog with release notes from master branch
2023-12-28 18:00:45 +00:00
Kubernetes Prow Robot
1193741609
Merge pull request #2100 from davidopic/master
...
Fix UTF-8 failures in Watch
2023-12-21 00:20:41 +01:00
Kubernetes Prow Robot
72c830d2dc
Merge pull request #2159 from kubernetes-client/dependabot/github_actions/actions/setup-python-5
...
Bump actions/setup-python from 4 to 5
2023-12-21 00:01:38 +01:00
Kubernetes Prow Robot
2270ff927e
Merge pull request #2166 from yliaog/master
...
cherry pick README and CHANGELOG for 1.29 alpha
2023-12-18 23:11:50 +01:00
yliao
b65f7607f4
updated compatibility matrix and maintenance status
2023-12-18 22:01:32 +00:00
yliao
67d28fd07d
update changelog
2023-12-18 22:01:22 +00:00
Kubernetes Prow Robot
fcb41d7997
Merge pull request #2164 from yliaog/automated-release-of-29.0.0+snapshot-upstream-master-1702928004
...
Automated release of 29.0.0+snapshot upstream master 1702928004
2023-12-18 22:46:02 +01:00
yliao
c7be3fc235
generated client change
2023-12-18 19:33:52 +00:00
yliao
ab097519b8
generated API change
2023-12-18 19:33:51 +00:00
yliao
e3ada8b8d9
generated client change for custom_objects
2023-12-18 19:33:51 +00:00
yliao
79f942386f
update changelog
2023-12-18 19:33:24 +00:00
yliao
6e1c955cf9
update version constants for 29.0.0+snapshot release
2023-12-18 19:33:24 +00:00
dependabot[bot]
116deb4e71
Bump actions/setup-python from 4 to 5
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-07 03:38:37 +00:00
Kubernetes Prow Robot
19928029d2
Merge pull request #2155 from dirrao/2142-dynamic-client-empty-results-bug
...
Return empty list when there is no matching resource instsnce items …
2023-11-29 03:27:14 +01:00
gopal
51944266f3
Return empty list when there is no matching resource instsnce items to return
2023-11-28 14:02:58 +05:30
jxdv
50f9dd45d8
remove deprecated IOError
2023-11-26 16:51:49 +01:00
Kubernetes Prow Robot
36cfbe68a5
Merge pull request #2128 from Ananya2001-an/test-add-asserts
...
test: add more assertions in `e2e tests`
2023-10-16 22:26:42 +02:00
Ananya Nayak
20c9ca5135
ci: update codecov action version to v3
2023-10-10 10:27:34 +05:30
Ananya Nayak
335842942a
Merge branch 'kubernetes-client:master' into test-add-asserts
2023-10-10 10:14:35 +05:30