summaryrefslogtreecommitdiffstats
path: root/helm/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2020-02-14Support python3 in all pluginsMiroslav Los1-6/+7
Unify tox/requirements/setup.py requirement specifications. Use cloudify-common 5.0.5 release. For helm, use a dev cloudify-common build with better python3 code. Use PEP 508 URLs in requirements for the non-PyPI (github) release. Fix mixed indentation and trailing whitespace. Signed-off-by: Miroslav Los <miroslav.los@pantheon.tech> Issue-ID: CCSDK-1931 Change-Id: I607957d9e2c299121785f3f02420c6038966a200
2019-10-16Enhance logic to hide credentials in logHong Guan1-1/+1
Issue-ID: CCSDK-1839 Signed-off-by: Hong Guan <hg4105@att.com> Change-Id: I8687e1de5165851f05dfffe2c45dcad3d844573d
2019-05-13Enhance Helm PlugindublinHong Guan1-1/+1
Change-Id: I82fea00651d726147276e0bba378f3b76ebbd4e6 Issue-ID: CCSDK-1330 Signed-off-by: Hong Guan <hg4105@att.com>
2019-02-23Update Helm plugin version for DublinHong Guan1-1/+1
Change-Id: I927e6a856aa7e33fadd050b908d5c6a8acfcae17 Issue-ID: CCSDK-1104 Signed-off-by: Hong Guan <hg4105@att.com>
2018-12-04Add a new 'status' workflow for Helm PluginHong Guan1-1/+1
Change-Id: I87aa50b5ab5524494f035b290323c697169f26b9 Issue-ID: CCSDK-788 Signed-off-by: Hong Guan <hg4105@att.com>
2018-08-15Change helm plugin versionHong Guan1-1/+1
Change-Id: Icc2fe6309a96f324c535de3f447408260e0bab02 Issue-ID: CCSDK-392 Signed-off-by: Hong Guan <hg4105@att.com>
2018-08-08Add Helm Plugin maven buildHong Guan1-2/+2
Change-Id: I111db7511658bfff73e85cf9efed69e1a4e44713 Issue-ID: CCSDK-392 Signed-off-by: Hong Guan <hg4105@att.com>
2018-07-05Reformat the helm plugin python codeHong Guan1-2/+3
Change-Id: I9b826964db98dcae59ff6165be9ed0897dcd5f47 Issue-ID: CCSDK-351 Signed-off-by: Hong Guan <hg4105@att.com>
2018-07-05Enhancement to support yaml inputHong Guan1-1/+1
Change-Id: Ib3d638965091a363f0c223012de9748650eb0960 Issue-ID: CCSDK-333 Signed-off-by: Hong Guan <hg4105@att.com>
2018-06-27Update helm plugin source codejh245g1-0/+46
Change-Id: I1689d8d915c8f18a3e8230dcabb33413a2b9043e Issue-ID: CCSDK-322 Signed-off-by: jh245g <jh245g@att.com>