Yu Liao
382484f3e6
update version constants for 22.6.0 release
2022-02-14 10:52:15 -08:00
Yu Liao
4cb1f87e91
update version constants for 22.6.0b1 release
2022-02-07 10:14:14 -08:00
Yu Liao
87614465d5
removed docs and scripts around submodules. submodules are no longer
...
used.
2022-02-07 10:14:14 -08:00
Yu Liao
56309b93a0
update version constants for 22.6.0a1 release
2022-01-31 11:52:00 -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
Priyanka Saggu
6f097330cf
drop python2 support
...
- remove python2 from the .travis.yaml file
- remove python2 from the tox.ini file
- remove `-y` flag from isort command in update-pycodestle.sh script
- fix sequence of module imports to fix faiing pycodestyle check in the following files:
- examples/multiple_clusters.py
- examples/pick_kube_config_context.py
- examples/pod_config_list.py
- testing coverage & codecov tests with python3
- testing `update-pycodestyle` for python v3.9 and arch ppc6le
Signed-off-by: Priyanka Saggu <priyankasaggu11929@gmail.com>
2021-05-15 00:57:04 +05:30
Haowei Cai
468115e63f
refactor OS X sed check into a util
2021-05-10 10:30:09 -07:00
Haowei Cai
bb7bb64845
add OS X sed check to update-submodule.sh
2021-05-10 08:36:44 -07:00
Kubernetes Prow Robot
829d8a0d09
Merge pull request #1443 from roycaihw/hotfixes-use-upstream-commits
...
Apply-hotfixes: use commits from upstream repo instead of a forked repo
2021-04-29 16:17:57 -07:00
Haowei Cai
9182d09457
apply-hotfixes: use commits from upstream repo instead of a forked repo
2021-04-29 11:41:39 -07:00
Haowei Cai
684544e53e
detect OS X sed and fail client generation script
2021-04-29 11:20:40 -07:00
Haowei Cai
7309a45b77
configure the openapi-generator version
2021-04-26 11:51:37 -07:00
Haowei Cai
83d294e2b0
fixup! add update-submodule script
2021-04-20 16:56:30 -07:00
Haowei Cai
7b9e77bfd2
add update-submodule script
2021-04-19 21:46:38 -07:00
Nabarun Pal
598d41ba5f
Generate client 17.0.0
...
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-07 16:10:08 +05:30