Commit Graph

203 Commits

Author SHA1 Message Date
yliao
ccb2f88b88 update version constants for 32.0.0b1 release 2025-01-16 22:11:03 +00:00
yliao
7cedb076c0 generated API change 2025-01-13 20:30:57 +00:00
yliao
e7d74047c1 update version constants for 32.0.0a1 release 2025-01-13 20:30:24 +00:00
yliao
5342870c0d generated API change 2024-12-17 17:23:52 +00:00
yliao
90bc4b9d12 update version constants for 32.0.0+snapshot release 2024-12-17 17:23:09 +00:00
yliao
35fb14eea8 generated API change 2024-08-29 21:25:25 +00:00
yliao
f27644d1e3 update version constants for 31.0.0+snapshot release 2024-08-29 21:24:46 +00:00
yliao
2aa427de83 generated API change 2024-05-21 22:28:02 +00:00
yliao
dd01438ebc update version constants for 30.0.0+snapshot release 2024-05-21 22:27:32 +00:00
yliao
f9c38c5378 commented out rest_urllib_headers.diff as it caused AttributeError: 2024-05-21 22:09:38 +00: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
yliao
ab097519b8 generated API change 2023-12-18 19:33:51 +00:00
yliao
6e1c955cf9 update version constants for 29.0.0+snapshot release 2023-12-18 19:33:24 +00:00
Yu Liao
a0e401e364 generated API change 2023-08-31 01:36:47 +00:00
Yu Liao
d1ee4ffde4 update version constants for 28.0.0+snapshot release 2023-08-31 01:36:18 +00:00
Tiago Silva
68fe8eea41
Adds support for custom Server Name Indication (SNI) 2023-06-27 14:26:50 +01:00
Kubernetes Prow Robot
698db5d221
Merge pull request #2026 from tomplus/doc/update-rst
Fix docs configuration for Read the Docs
2023-06-13 12:45:59 -07:00
Yu Liao
b490a11a7a generated API change 2023-05-31 21:09:35 +00:00
Yu Liao
db2908a7ec update version constants for 27.0.0+snapshot release 2023-05-31 21:09:14 +00: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
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
Tomasz Prus
8b96c0a3c8 Fix docs configuration for Read the Docs 2023-03-05 16:34:12 +01:00
Tomasz Prus
cdfd750727 Fix snapshot version to be compliant with PEP440. 2023-02-26 12:01:40 +01: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
5f8455ae05 generated API change 2023-01-24 02:04:53 +00:00
Yu Liao
8b263d1bea update version constants for 26.0.0-snapshot release 2023-01-24 02:04:30 +00:00
Yu Liao
06e8a7216a generated API change 2022-10-11 20:12:42 +00:00
Yu Liao
7631863fbb update version constants for 25.0.0-snapshot release 2022-10-11 20:12:25 +00:00
Yu Liao
ecb669ad3a Fixed scripts/rest_client_patch.diff, it is corrupt and cannot be applied. 2022-10-11 04:09:48 +00:00
Mitsuru Kariya
5529dedcb3
Fix DynamicClient.server_side_apply
DynamicClient.server_side_apply is designed to accept a dict or a
ResourceInstance as body.  However, if a dict or a ResourceInstance is
passed actually, an error occurs because RESTClientObject.rest cannot
interpret the Content-Type application/apply-patch+yaml.

So, modify RESTClientObject.rest to treat application/apply-patch+yaml
as other json-based Content-Types.
2022-07-06 01:16:57 +09:00
Yu Liao
0ef6b298fe generated API change 2022-06-06 21:11:30 +00:00
Yu Liao
10a94e7f8f update version constants for 24.0.0-snapshot release 2022-06-06 21:11:04 +00:00
Haowei Cai
28025cbb8d generated API change 2022-05-02 11:58:59 -07:00
Haowei Cai
c7fc4b9016 update version constants for 23.0.1-snapshot release 2022-05-02 11:58:14 -07:00
Yu Liao
b227345fb2 generated API change 2022-02-14 14:12:02 -08:00
Yu Liao
41c4adde02 update version constants for 23.0.0-snapshot release 2022-02-14 14:11:32 -08:00
Yu Liao
c57b1bd6a3 removed docs and scripts around submodules. submodules are no longer
used.
2022-02-04 10:32:36 -08:00
Kubernetes Prow Robot
dac1f7bce7
Merge pull request #1659 from KuberDriver/249_travis_to_gh_actions
Updates to migrate from travis CI to GitHub Actions
2022-01-26 15:30:50 -08:00
KuberDriver
459f4c924d Testing CI without explicit HOME defined 2022-01-12 22:16:44 +00:00
Yu Liao
1ee383e14a generated API change 2022-01-04 09:43:09 -08:00
Yu Liao
097313dce9 update version constants for 22.0.0-snapshot release 2022-01-04 09:42:32 -08:00
KuberDriver
d45830e317 Updates to migrate from travis CI to GitHub Actions 2021-12-17 21:28:44 +00:00
Abhijeet Kasurde
50b921247a Misc typo fixes
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2021-12-17 12:23:37 +05:30
Yu Liao
b8e0b3d083 generated API change 2021-11-29 11:00:28 -08:00
Yu Liao
35a68b2e54 update version constants for 21.0.0-snapshot release 2021-11-29 10:59:46 -08:00
Haowei Cai
b230fc02fb Update k8s API version if the old client was a snapshot 2021-10-27 09:10:11 -07:00
Haowei Cai
029603980b Add comments about what git add . does 2021-10-26 14:06:25 -07:00
Haowei Cai
4fb04c0758 Only collect release notes from tmp output file if the file is non-empty 2021-10-26 13:50:29 -07:00
Haowei Cai
23df733b71 Run release-notes tool only when we actually pull commits into the release branch 2021-10-26 11:28:29 -07:00
itaru2622
e8f77e7ae7 update scripts/apply-hotfixes.sh for no_proxy support 2021-10-26 08:58:04 +00:00