Commit Graph

180 Commits

Author SHA1 Message Date
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
Yu Liao
b0dbe417f2 generated API change 2021-10-25 14:41:04 -07:00
Yu Liao
6817741aa0 update version constants for 20.0.0-snapshot release 2021-10-25 14:40:18 -07:00
Haowei Cai
32877fea9a update custom object api hotfix commit 2021-10-25 14:30:40 -07:00
Haowei Cai
ab54b6f5de Update Kubernetes API Version if we are generating a snapshot 2021-10-25 13:16:36 -07:00
Haowei Cai
e8dbdd1d3b Remove unnecessary hotfix 2021-10-25 12:58:45 -07:00
Haowei Cai
cedbcf304f fixup! Collect release notes from master branch 2021-10-25 10:54:08 -07:00
Haowei Cai
a9085a8055 Skip unnecessary changelog update. Update print message. 2021-10-24 21:00:46 -07:00
Haowei Cai
606b64e454 Accept the automatically generated merge commit message 2021-10-24 20:51:46 -07:00
Haowei Cai
b8b3accc4b Collect release notes from master branch 2021-10-24 20:48:33 -07:00
Haowei Cai
6ec81ea513 DEVELOPMENT_STATUS may contain slash. Use colon as delimiter instead 2021-10-24 19:47:37 -07:00
Haowei Cai
96cc50e58e Checkout a local branch, pull a remote branch 2021-10-24 19:36:40 -07:00
Haowei Cai
b422c0de77 Update comments to make the code more readable 2021-10-24 16:02:54 -07:00
Haowei Cai
0684397d63 go get is deprecated: https://golang.org/doc/go-get-install-deprecation 2021-10-03 15:18:49 -07:00
Haowei Cai
e562fecc35 Add a TODO about updating readme automatically 2021-09-20 10:26:00 -07:00
Haowei Cai
a6c28e11ec Explicitly set USERNAME in the release script
Sometimes a user's machine has this env set. Setting the value explicitly
makes sure we always download the right kubernetes openapi spec during a
release.
2021-09-20 10:23:41 -07:00
Haowei Cai
4e02372708 release automation: tolerate when there is no API change 2021-09-19 19:36:35 -07:00
Haowei Cai
c04e2f6ed0 generated API change 2021-09-13 12:59:16 -07:00
Haowei Cai
692630d8fa update version constants for 19.0.0-snapshot release 2021-09-13 12:57:21 -07:00
Haowei Cai
d8e7686d28 add a release script 2021-09-13 11:48:10 -07:00
Jason Price
29729af6a0 address PR comment around removing hotfix when v20 clients are released 2021-06-23 18:10:01 -04:00
Jason Price
9a2fbde41b update the hotfix script for tolerating null sources on projected volumes 2021-06-21 13:57:24 -04:00
Nabarun Pal
c55930bb50
Generate updated client 18.0.0-snapshot
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-06-09 21:07:31 +05:30
Nabarun Pal
1c81d2eac2
Update constants to reflect 18.0.0-snapshot
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-06-09 21:07:31 +05:30