Skip to content

Commit 80e941a

Browse files
authored
Merge pull request #70 from stfc/Add_six
Add six to requirements
2 parents 4648cea + 58dcb42 commit 80e941a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

OpenStack-Rabbit-Consumer/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ requests_kerberos
44
pika
55
urllib3
66
mashumaro
7-
openstacksdk
7+
openstacksdk
8+
six # for openstacksdk
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.0.1

charts/rabbit-consumer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ type: application
66
# This is the chart version. This version number should be incremented each time you make changes
77
# to the chart and its templates, including the app version.
88
# Versions are expected to follow Semantic Versioning (https://semver.org/)
9-
version: 1.1.0
9+
version: 1.1.1
1010

1111
# This is the version number of the application being deployed. This version number should be
1212
# incremented each time you make changes to the application. Versions are not expected to
1313
# follow Semantic Versioning. They should reflect the version the application is using.
1414
# It is recommended to use it with quotes.
15-
appVersion: "v2.0.0"
15+
appVersion: "v2.0.1"

0 commit comments

Comments
 (0)