Commit Graph

1842 Commits

Author SHA1 Message Date
Tomas Aschan
df1b0c156f
Tweak test to fail like the production code does 2025-01-29 14:57:38 +01:00
Kubernetes Prow Robot
a5c3373294
Merge pull request #2332 from yliaog/master
1.32.0 GA release
2025-01-23 11:31:21 -08:00
yliao
7294f561ae updated compatibility matrix and maintenance status 2025-01-23 19:24:15 +00:00
yliao
50617b091a update changelog with release notes from master branch 2025-01-23 19:24:04 +00:00
Kubernetes Prow Robot
e93f240759
Merge pull request #2316 from anvil-works/handle-ws-close
Close the Python sockets when the Websocket closes
2025-01-17 16:06:35 -08:00
Kubernetes Prow Robot
02197998be
Merge pull request #2324 from yliaog/master
release 1.32.0 beta
2025-01-17 11:28:34 -08:00
yliao
56fda557ee update changelog 2025-01-16 22:17:25 +00:00
yliao
9cb6ee1afd updated compatibility matrix and maintenance status 2025-01-16 22:15:54 +00:00
Kubernetes Prow Robot
c8ff872829
Merge pull request #2315 from kubernetes-client/dependabot/github_actions/helm/kind-action-1.12.0
Bump helm/kind-action from 1.11.0 to 1.12.0
2025-01-15 13:06:33 -08:00
Kubernetes Prow Robot
01de10da58
Merge pull request #2319 from yliaog/master
release 1.32.0 alpha
2025-01-14 09:14:34 -08:00
yliao
f7701ac020 replaced python 3.7 version, it is no longer supported by ubuntu 24.04.
The version '3.7' with architecture 'x64' was not found for Ubuntu 24.04. The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json

fix
2025-01-13 23:38:10 +00:00
yliao
2a23e76e2b updated compatibility matrix and maintenance status. 2025-01-13 20:37:38 +00:00
yliao
94b22b83ac update changelog 2025-01-13 20:37:23 +00:00
Kubernetes Prow Robot
bf1d581cb6
Merge pull request #2313 from yliaog/automated-release-of-32.0.0+snapshot-upstream-master-1734456188
Automated release of 32.0.0+snapshot upstream master 1734456188
2025-01-13 12:18:32 -08:00
Pete
3b58df2b74 Close the Python sockets when the Websocket closes
This allows the client to detect when the connection has been interrupted
2025-01-06 08:17:09 +00:00
dependabot[bot]
5354790241
Bump helm/kind-action from 1.11.0 to 1.12.0
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](https://github.com/helm/kind-action/compare/v1.11.0...v1.12.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-12-24 03:32:15 +00:00
yliao
d99d7805e7 generated client change 2024-12-17 17:23:53 +00:00
yliao
5342870c0d generated API change 2024-12-17 17:23:52 +00:00
yliao
d21b108aa4 generated client change for custom_objects 2024-12-17 17:23:51 +00:00
yliao
bb6af0b3c2 update changelog 2024-12-17 17:23:09 +00:00
yliao
90bc4b9d12 update version constants for 32.0.0+snapshot release 2024-12-17 17:23:09 +00:00
Kubernetes Prow Robot
e104702915
Merge pull request #2312 from kubernetes-client/dependabot/github_actions/helm/kind-action-1.11.0
Bump helm/kind-action from 1.10.0 to 1.11.0
2024-12-17 17:30:53 +01:00
dependabot[bot]
e970c1c32b
Bump helm/kind-action from 1.10.0 to 1.11.0
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](https://github.com/helm/kind-action/compare/v1.10.0...v1.11.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-12-17 03:31:01 +00:00
Kubernetes Prow Robot
98a5be84a7
Merge pull request #2157 from rafrafek/patch-1
Avoid shadowing important built-ins in the example code
2024-11-27 15:18:58 +00:00
Rafał
ee5b9e21a2
Merge branch 'kubernetes-client:master' into patch-1 2024-11-27 15:45:20 +01:00
Kubernetes Prow Robot
3ae5fbb72b
Merge pull request #2306 from kubernetes-client/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2024-11-20 21:36:54 +00:00
dependabot[bot]
b2f84206fa
Bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [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/v4...v5)

---
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-11-15 03:01:12 +00:00
Kubernetes Prow Robot
07fb11f2bc
Merge pull request #2288 from jelly/drop-py-test-dep
Remove py from test-requirements.txt
2024-11-10 02:16:43 +00:00
Kubernetes Prow Robot
542d948515
Merge pull request #2303 from kubernetes-client/exec_cluster
Support providing cluster info to the exec provider
2024-11-06 21:15:29 +00:00
Brendan Burns
8c60fe94e0 Support providing cluster info to the exec provider
Some checks failed
Kubernetes Python Client - Validation / build (3.10) (push) Has been cancelled
Kubernetes Python Client - Validation / build (3.11) (push) Has been cancelled
Kubernetes Python Client - Validation / build (3.7) (push) Has been cancelled
Kubernetes Python Client - Validation / build (3.8) (push) Has been cancelled
Kubernetes Python Client - Validation / build (3.9, coverage) (push) Has been cancelled
2024-10-30 19:50:34 +00:00
Kubernetes Prow Robot
4da83df8f0
Merge pull request #2301 from broken-dream/master
Add patch_namespaced_config_map example
2024-10-24 15:20:54 +01:00
broken-dream
331848f4d8 Add patch_namespaced_config_map example 2024-10-24 20:50:43 +08:00
Kubernetes Prow Robot
f414832bb0
Merge pull request #2289 from PranoyD/master
Added Shell=True for windows flow. Fixes file not found error while r…
2024-10-09 22:44:23 +01:00
Pranoy Dey
2dfa782fb9
Added Shell=True for windows flow. Fixes file not found error while running in Windows 2024-10-05 17:31:29 +05:30
Jelle van der Waa
5939b73640 Remove py from test-requirements.txt
`py` is in maintenance mode and nothing in this project depends on it.
2024-09-26 15:07:41 +02:00
Kubernetes Prow Robot
b7ccf179f1
Merge pull request #2285 from jmontleon/remove-mock-dep
Remove mock from test-requirements.txt
2024-09-24 23:20:00 +01:00
Jason Montleon
10ced92775 Remove mock from test-requirements.txt
Signed-off-by: Jason Montleon <jmontleo@redhat.com>
2024-09-22 16:46:45 -04:00
Kubernetes Prow Robot
eeeb43cce3
Merge pull request #2282 from yliaog/master
updated README and CHANGELOG
2024-09-19 00:52:45 +01:00
yliao
6d3338997b Fixed CHANGELOG, the API version should be 1.31.0, the release tooling
mistook 1.31.1 API.
2024-09-18 21:02:05 +00:00
Kubernetes Prow Robot
18fe6683d5
Merge pull request #2252 from dcmcand/master
Add ability to use server_side_apply to  utils.create_from_yaml
2024-09-16 14:57:13 +01:00
yliao
03225b6267 update changelog 2024-09-13 21:50:29 +00:00
yliao
51a04804bd Update the compatibility matrix and maintenance status in the README file 2024-09-13 21:42:10 +00:00
Kubernetes Prow Robot
041103952a
Merge pull request #2278 from yliaog/master
cherry pick CHANGELOG and README for 1.31.0b1
2024-09-07 02:43:02 +01:00
yliao
ec6041b1c1 updated compatibility matrix and maintenance status 2024-09-06 18:45:02 +00:00
yliao
5331a4ea27 update changelog 2024-09-06 18:44:52 +00:00
Kubernetes Prow Robot
d8f35c7ef3
Merge pull request #2272 from kavishdahekar/kavishdahekar-patch-1
fix: missing method invocation in kube_config_test.py
2024-08-30 23:30:44 +01:00
Kubernetes Prow Robot
9b3c83c8e2
Merge pull request #2275 from yliaog/master
cherry pick CHANGELOG and README
2024-08-30 00:07:31 +01:00
yliao
c7be67cb54 updated compatibility matrix and maintenance status in the README 2024-08-29 22:57:44 +00:00
yliao
dcc00cc928 update changelog 2024-08-29 22:57:26 +00:00
Kubernetes Prow Robot
35e5630c1b
Merge pull request #2273 from yliaog/automated-release-of-31.0.0+snapshot-upstream-master-1724966685
Automated release of 31.0.0+snapshot upstream master 1724966685
2024-08-29 23:41:31 +01:00