File tree Expand file tree Collapse file tree 7 files changed +10
-7
lines changed
Expand file tree Collapse file tree 7 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 5353stages :
5454- lint
5555- test
56- - deploy
57- - test-deploy
56+ - name : deploy
57+ if : (tag is present) and (type = push)
58+ - name : test-deploy
59+ if : (tag is present) and (type = push)
Original file line number Diff line number Diff line change 1818
1919# Do not edit these constants. They will be updated automatically
2020# by scripts/update-client.sh.
21- __version__ = "0.6.2 "
21+ __version__ = "0.6.3 "
2222__k8s_client_version__ = "6.0.0"
Original file line number Diff line number Diff line change 33%global library openshift
44
55Name: python-%{library }
6- Version: 0.6.2
6+ Version: 0.6.3
77Release: 10%{?dist }
88Summary: Python client for the OpenShift API
99License: MIT
Original file line number Diff line number Diff line change 11dictdiffer
22jinja2
3- kubernetes > = 6.0.0
3+ kubernetes = = 6.0.0
44python-string-utils
55ruamel.yaml >= 0.15
66six
Original file line number Diff line number Diff line change 2323
2424# client version for packaging and releasing. It can
2525# be different than SPEC_VERSION.
26- CLIENT_VERSION = "0.6.2 "
26+ CLIENT_VERSION = "0.6.3 "
2727KUBERNETES_CLIENT_VERSION = "6.0.0"
2828
2929# Name of the release package
Original file line number Diff line number Diff line change 11set -x
22SCRIPT_ROOT=$( dirname " ${BASH_SOURCE} " )
3+ PACKAGE_NAME=$( python " ${SCRIPT_ROOT} /constants.py" PACKAGE_NAME)
34SOURCE_ROOT=" ${SCRIPT_ROOT} /../"
45CLIENT_ROOT=" ${SOURCE_ROOT} /${PACKAGE_NAME} "
56CLIENT_VERSION=$( python " ${SCRIPT_ROOT} /constants.py" CLIENT_VERSION)
Original file line number Diff line number Diff line change 2424
2525# Do not edit these constants. They will be updated automatically
2626# by scripts/update-client.sh.
27- CLIENT_VERSION = "0.6.2 "
27+ CLIENT_VERSION = "0.6.3 "
2828PACKAGE_NAME = "openshift"
2929DEVELOPMENT_STATUS = "3 - Alpha"
3030
You can’t perform that action at this time.
0 commit comments