Commit Graph

1659 Commits

Author SHA1 Message Date
Yu Liao
cc14fe7aa2 updated compatibility matrix and maintenance status 2023-06-05 04:09:10 +00:00
Kubernetes Prow Robot
469ef552ce
Merge pull request #2063 from yliaog/automated-release-of-27.0.0+snapshot-upstream-master-1685567353
Automated release of 27.0.0+snapshot upstream master 1685567353
2023-06-04 13:08:41 -07:00
Yu Liao
42d6156b27 generated client change 2023-05-31 21:09:36 +00:00
Yu Liao
b490a11a7a generated API change 2023-05-31 21:09:35 +00:00
Yu Liao
ea66f65f4f generated client change for custom_objects 2023-05-31 21:09:35 +00:00
Yu Liao
d9951a7ba6 update changelog 2023-05-31 21:09:14 +00:00
Yu Liao
db2908a7ec update version constants for 27.0.0+snapshot release 2023-05-31 21:09:14 +00:00
Kubernetes Prow Robot
9a2d5e4290
Merge pull request #2049 from juergenhoetzel/disable_equal_scalar_resolv
Prevent ConstructorError when parsing YAML containing '=' scalars
2023-05-24 12:42:50 -07:00
Kubernetes Prow Robot
aa841588d6
Merge pull request #2059 from rjsadow/master
fix: use dl.k8s.io, not kubernetes-release bucket
2023-05-24 12:26:50 -07:00
Kubernetes Prow Robot
5509bb8afa
Merge pull request #2050 from peterhorsley/exec-provider-exception
Fix exception in ExecProvider when no console is attached.
2023-05-24 12:24:50 -07:00
Ricky Sadowski
bb6a9eebab fix: use dl.k8s.io, not kubernetes-release bucket
Signed-off-by: Ricky Sadowski <richard.j.sadowski@gmail.com>
2023-05-22 12:50:16 +00:00
Kubernetes Prow Robot
ca4bfe5093
Merge pull request #2058 from kubernetes-client/dependabot/github_actions/helm/kind-action-1.7.0
Bump helm/kind-action from 1.6.0 to 1.7.0
2023-05-18 17:58:28 -07:00
dependabot[bot]
8985898f74
Bump helm/kind-action from 1.6.0 to 1.7.0
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](https://github.com/helm/kind-action/compare/v1.6.0...v1.7.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>
2023-05-18 03:56:56 +00:00
Kubernetes Prow Robot
32b824633f
Merge pull request #2057 from kubernetes-client/dependabot/github_actions/helm/kind-action-1.6.0
Bump helm/kind-action from 1.4.0 to 1.6.0
2023-05-17 15:58:34 -07:00
dependabot[bot]
b871329338
Bump helm/kind-action from 1.4.0 to 1.6.0
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.4.0 to 1.6.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](https://github.com/helm/kind-action/compare/v1.4.0...v1.6.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>
2023-05-17 03:56:49 +00:00
Kubernetes Prow Robot
4722e8f7e5
Merge pull request #2055 from rjsadow/master
use dl.k8s.io, not kubernetes-release bucket
2023-05-11 09:03:02 -07:00
Ricky Sadowski
2b1b5a705a [CI/CD] Update Kubernetes version retrieval in kube-init.sh script
This commit updates the kube-init.sh script to retrieve the Kubernetes
version using the updated URL: https://dl.k8s.io/release/stable.txt.
The previous URL (https://storage.googleapis.com/kubernetes-release/release/stable.txt)
is no longer valid. This change ensures that the script installs the
correct and up-to-date Kubernetes version by fetching the version
information from the new URL.

Signed-off-by: Ricky Sadowski <richard.j.sadowski@gmail.com>
2023-05-11 14:27:00 +00:00
Peter Horsley
b5b39b378e Fix exception in ExecProvider when no console is attached. 2023-05-08 08:11:56 +10:00
Jürgen Hötzel
1729f35c7e Prevent ConstructorError when parsing YAML containing '=' scalars
pyyaml assignes '=' to tag:yaml.org,2002:value even though there's
no constructor for it. Removing the implicit resolver for '=' fixes
the issue.
2023-04-30 18:07:39 +02:00
Kubernetes Prow Robot
2f546b9dcb
Merge pull request #1966 from blackstorm/lee/fix-load-config
Fix load_kube_config unexpected `kube_config_path` keyword argument
2023-04-10 12:57:15 -07:00
Kubernetes Prow Robot
56eea103a7
Merge pull request #2029 from jumbosushi/jumbosushi-patch-2
Include Python 3.11 to setuptools classifiers
2023-03-15 15:01:06 -07:00
Atsushi Yamamoto
8f075d4d14
Include Python 3.11 to setuptools classifiers 2023-03-15 14:50:04 -07:00
Kubernetes Prow Robot
617e5f520f
Merge pull request #2013 from tomplus/feat/update-doc
[doc] update Sphinx configuration
2023-02-27 13:33:16 -08:00
Kubernetes Prow Robot
c9e2342ba8
Merge pull request #2016 from danielpodwysocki/master
fix broken oauthlib dependency
2023-02-26 11:32:18 -08:00
Kubernetes Prow Robot
1a0cb46952
Merge pull request #2018 from tomplus/fix/snapshot-version
Fix snapshot version to be compliant with PEP440.
2023-02-26 08:52:17 -08:00
Tomasz Prus
cdfd750727 Fix snapshot version to be compliant with PEP440. 2023-02-26 12:01:40 +01:00
Yu Liao
f4196f9c5f
Merge pull request #2012 from yliaog/master
changelog and readme
2023-02-24 20:36:57 -08:00
Yu Liao
854672a93a
Merge pull request #1998 from kianmeng/fix-typos
Fix typos
2023-02-24 20:36:00 -08:00
Kubernetes Prow Robot
0c6714abef
Merge pull request #1886 from 0xFelix/resource-field-to-dict
Add to_dict method to ResourceField
2023-02-24 18:06:05 -08:00
danielpodwysocki
a968c3a05f fix broken oauthlib dependency 2023-02-24 23:42:15 +01:00
Tomasz Prus
299a67845d Update root .gitignore 2023-02-19 19:26:03 +01:00
Tomasz Prus
04aba3d0a1 [doc] update Sphinx configuration 2023-02-19 19:16:48 +01:00
Yu Liao
178199499c updated compatibility matrix and maintenance status 2023-02-15 06:12:14 +00:00
Yu Liao
f9c48bb7ac update changelog with release notes from master branch 2023-02-15 06:11:54 +00:00
Kubernetes Prow Robot
055fa706b8
Merge pull request #2008 from yliaog/master
1.26.1 beta README and CHANGELOG
2023-02-13 09:41:29 -08:00
Kubernetes Prow Robot
84f5fea2a3
Merge pull request #2007 from yliaog/master
added release 1.26 e2e
2023-01-31 14:48:50 -08:00
Yu Liao
8bd9ff9307 update changelog with release notes from master branch 2023-01-31 21:24:53 +00:00
Yu Liao
67572e710b updated compatibility matrix and maintenance status 2023-01-31 21:24:17 +00:00
Yu Liao
5cbce2442d added release 1.26 e2e 2023-01-31 21:20:09 +00:00
Kubernetes Prow Robot
8e102fa428
Merge pull request #2003 from yliaog/master
added 3.11 to the tests
2023-01-31 11:26:50 -08:00
Yu Liao
a62a271aa4
Merge pull request #1902 from mostaphaRoudsari/patch-1
Fix small misspelling error
2023-01-30 21:05:45 -08:00
Kubernetes Prow Robot
f81c7281cf
Merge pull request #1976 from t-yrka/inconsistent-timeout
Convert timeout to milliseconds when using poll method
2023-01-30 15:16:49 -08:00
Yu Liao
cec66a1b55 added 3.11 to the tests 2023-01-30 22:59:35 +00:00
Kubernetes Prow Robot
806fb623e1
Merge pull request #1996 from yliaog/master
update README and CHANGELOG
2023-01-30 09:38:50 -08:00
Yu Liao
6a7cc398b8
Merge pull request #1971 from chandsharma/patch-1
added newline at the end of code.
2023-01-28 21:12:12 -08:00
Yu Liao
872643ca52
Merge pull request #1980 from ghinks/examples/pod_exec
doc: comment pod_exec.py for multiple containers
2023-01-28 21:11:12 -08:00
Yu Liao
a1a36b1d73
Merge pull request #1997 from venukarnati92/master
Dynamic Client Request Timeout Example
2023-01-28 21:09:13 -08:00
Venu Karnati
655b78c491 Creating Configmap with Request Timeout Setting
Updating README With Request Timeout Example

Updating Copyrights to 2023

Update timeout-settings.md
2023-01-27 14:53:57 -08:00
Kian-Meng Ang
2d299b7a57 Fix typos
Found via `codespell -S CHANGELOG.md,*.json,*.unprocessed -L querys,couldn`
2023-01-27 11:10:29 +08:00
Yu Liao
6cc224ecb8 uploading to codecov failure does not fail the CI.
https://github.com/yliaog/client-python/actions/runs/4010290284/jobs/6886629356
2023-01-25 22:06:34 +00:00