Skip to content

Commit f8fb173

Browse files
committed
Versions update
1 parent d1cc0b7 commit f8fb173

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

applications/accounts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/keycloak/keycloak:16.1.0
1+
FROM quay.io/keycloak/keycloak:16.1.1
22

33
# add kubectl
44
USER root

applications/common/server/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
NAME = "openapi_server"
7-
VERSION = "2.3.0"
7+
VERSION = "2.4.0"
88

99
# To install the library, run the following
1010
#

applications/notifications/server/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
NAME = "notifications"
7-
VERSION = "2.3.0"
7+
VERSION = "2.4.0"
88

99
# To install the library, run the following
1010
#

applications/samples/backend/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
NAME = "samples"
7-
VERSION = "2.3.0"
7+
VERSION = "2.4.0"
88

99
# To install the library, run the following
1010
#

applications/volumemanager/server/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
NAME = "volumemanager"
7-
VERSION = "2.3.0"
7+
VERSION = "2.4.0"
88

99
# To install the library, run the following
1010
#

applications/workflows/server/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
NAME = "workflows_api"
7-
VERSION = "2.3.0"
7+
VERSION = "2.4.0"
88

99
# To install the library, run the following
1010
#

libraries/client/cloudharness_cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from setuptools import setup, find_packages # noqa: H301
1313

1414
NAME = "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

libraries/cloudharness-common/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
NAME = "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

libraries/cloudharness-utils/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
NAME = "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

libraries/models/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
HERE = dn(realpath(__file__))
99

1010
NAME = "cloudharness_model"
11-
VERSION = "2.3.0"
11+
VERSION = "2.4.0"
1212
REQUIREMENTS = [
1313
"Jinja2 >= 3.1.3",
1414
"oyaml >= 1.0",

0 commit comments

Comments
 (0)