Commit Graph

6 Commits (release-1.19)

Author SHA1 Message Date
Karen Bradshaw 222c147011 modify k8s_release clone string 2020-08-01 12:18:46 -04:00
Jacky Wu 9b1c863e1f
fix: make update-imported-docs.py works on macOS. (#19667) 2020-03-23 05:04:45 -07:00
Karen Bradshaw 694815d454
clean up makefile, config (#18517)
Added target for createversiondirs (shell script) in Makefile.

updates for tagged release

regenerate api ref, rm Makefile_temp

add parens to pip check
2020-01-30 16:40:20 -08:00
Karen Bradshaw 59a42b1165 updated assets, regen refs (#18466)
* updated assets, regenerated refs

* update version checks

* rebuilt api ref, versioning updates
2020-01-06 16:50:18 -08:00
Karen Bradshaw bcfbd1e8f3 regenerate ref docs, 1.17, script chgs (#18067)
* modify comp. tool reference config

* modify home dir to variable

* added k8s_release variable

* added kubectl cmd build

added temporary use of copied Makefile

* added build of api ref

* build api, kubectl cmd refs

* regenerate api with updated bootstrap

* regenerate api ref, corrected definitions
2020-01-03 09:39:40 -08:00
aimeeu 04127a3acb Update script for Python3, PyYAML 5.1.2 (#17127)
-Update to use argparse.ArgumentParser() for command line args
-Use tempfile library to create tmp work directory

-Remove shutil.rmtree because it was throwing permission errors and
not deleting the directory. Also no longer needed after switching
to tempfile.

-Enchance error handling
-Add check for Go installation
-Enhance check for PyYAML installation
-Change deprecated PyYAML load function to full_load
-Add comments at top of file
-Modify to comply with PEP8
-Update kubernetes-components.md with software versions to match script

Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2019-10-22 14:04:18 -07:00