File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM quay.io/keycloak/keycloak:16.1.0
1+ FROM quay.io/keycloak/keycloak:16.1.1
22
33# add kubectl
44USER root
Original file line number Diff line number Diff line change 44from setuptools import setup , find_packages
55
66NAME = "openapi_server"
7- VERSION = "2.3 .0"
7+ VERSION = "2.4 .0"
88
99# To install the library, run the following
1010#
Original file line number Diff line number Diff line change 44from setuptools import setup , find_packages
55
66NAME = "notifications"
7- VERSION = "2.3 .0"
7+ VERSION = "2.4 .0"
88
99# To install the library, run the following
1010#
Original file line number Diff line number Diff line change 44from setuptools import setup , find_packages
55
66NAME = "samples"
7- VERSION = "2.3 .0"
7+ VERSION = "2.4 .0"
88
99# To install the library, run the following
1010#
Original file line number Diff line number Diff line change 44from setuptools import setup , find_packages
55
66NAME = "volumemanager"
7- VERSION = "2.3 .0"
7+ VERSION = "2.4 .0"
88
99# To install the library, run the following
1010#
Original file line number Diff line number Diff line change 44from setuptools import setup , find_packages
55
66NAME = "workflows_api"
7- VERSION = "2.3 .0"
7+ VERSION = "2.4 .0"
88
99# To install the library, run the following
1010#
Original file line number Diff line number Diff line change 1212from setuptools import setup , find_packages # noqa: H301
1313
1414NAME = "cloudharness-cli"
15- VERSION = "2.3 .0"
15+ VERSION = "2.4 .0"
1616# To install the library, run the following
1717#
1818# python setup.py install
Original file line number Diff line number Diff line change 33
44
55NAME = "cloudharness"
6- VERSION = "2.3 .0"
6+ VERSION = "2.4 .0"
77# To install the library, run the following
88#
99# python setup.py install
Original file line number Diff line number Diff line change 1111
1212
1313NAME = "cloudharness_utils"
14- VERSION = "2.3 .0"
14+ VERSION = "2.4 .0"
1515# To install the library, run the following
1616#
1717# python setup.py install
Original file line number Diff line number Diff line change 88HERE = dn (realpath (__file__ ))
99
1010NAME = "cloudharness_model"
11- VERSION = "2.3 .0"
11+ VERSION = "2.4 .0"
1212REQUIREMENTS = [
1313 "Jinja2 >= 3.1.3" ,
1414 "oyaml >= 1.0" ,
You can’t perform that action at this time.
0 commit comments