Skip to content

Commit

Permalink
bump rabbitmq version from 3.7.10 to 3.8.3 #1395
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Arendt committed Jul 14, 2020
1 parent dfcb1cf commit 16014d2
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
- socat
- logrotate
- erlang-21.3.* # order matters, check RabbitMQ/Erlang version compatibility matrix before modification
- rabbitmq-server-3.7.10
state: present
- rabbitmq-server-3.8.3
state: present
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ python-slip-dbus # for firewalld
python-ipaddress
python-backports
quota # for nfs-utils
rabbitmq-server-3.7.10
rabbitmq-server-3.8.3
rh-haproxy18
rh-haproxy18-haproxy-syspaths
postgresql10-server
Expand Down Expand Up @@ -170,7 +170,7 @@ brainsam/pgbouncer:1.12
# TODO remove?
jboss/keycloak:4.8.3.Final
jboss/keycloak:9.0.0
rabbitmq:3.7.10
rabbitmq:3.8.3
# K8s upgrade
## v1.14.6
k8s.gcr.io/kube-apiserver:v1.14.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ python-psycopg2
python-setuptools
python-slip-dbus # for firewalld
quota # for nfs-utils
rabbitmq-server-3.7.10
rabbitmq-server-3.8.3
rh-haproxy18
rh-haproxy18-haproxy-syspaths
postgresql10-server
Expand Down Expand Up @@ -168,7 +168,7 @@ brainsam/pgbouncer:1.12
# TODO remove?
jboss/keycloak:4.8.3.Final
jboss/keycloak:9.0.0
rabbitmq:3.7.10
rabbitmq:3.8.3
# K8s upgrade
## v1.14.6
k8s.gcr.io/kube-apiserver:v1.14.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ python-pip
python-psycopg2
python-selinux
python-setuptools
rabbitmq-server 3.7.10
rabbitmq-server 3.8.3
smbclient
samba-common
smbclient
Expand Down Expand Up @@ -185,7 +185,7 @@ brainsam/pgbouncer:1.12
# TODO remove?
jboss/keycloak:4.8.3.Final
jboss/keycloak:9.0.0
rabbitmq:3.7.10
rabbitmq:3.8.3
# K8s upgrade
## v1.14.6
k8s.gcr.io/kube-apiserver:v1.14.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ specification:

- name: rabbitmq
enabled: no
image_path: rabbitmq:3.7.10
image_path: rabbitmq:3.8.3
use_local_image_registry: true
#image_pull_secret_name: regcred # optional
service:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ specification:
file_name: keycloak-4.8.3.Final.tar # TODO Remove?
- name: "jboss/keycloak:9.0.0"
file_name: keycloak-9.0.0.tar
- name: "rabbitmq:3.7.10"
file_name: rabbitmq-3.7.10.tar
- name: "rabbitmq:3.8.3"
file_name: rabbitmq-3.8.3.tar
- name: "apacheignite/ignite:2.5.0"
file_name: ignite-2.5.0.tar
- name: "kubernetesui/dashboard:v2.0.0-beta8"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: configuration/rabbitmq
title: "RabbitMQ"
name: default
specification:
version: 3.7.10
version: 3.8.3
rabbitmq_user: rabbitmq
rabbitmq_group: rabbitmq

Expand All @@ -16,4 +16,4 @@ specification:
rabbitmq_plugins: []
custom_configurations: []
cluster:
is_clustered: false
is_clustered: false
2 changes: 1 addition & 1 deletion docs/home/COMPONENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Note that versions are default versions and can be changed in certain cases thro
| Canal | 3.15.0 | https://github.com/projectcalico/calico | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) |
| Kafka | 2.3.1 | https://github.com/apache/kafka | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) |
| Zookeeper | 3.4.12 | https://github.com/apache/zookeeper | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) |
| RabbitMQ | 3.7.10 | https://github.com/rabbitmq/rabbitmq-server | [Mozilla Public License](https://www.mozilla.org/en-US/MPL/) |
| RabbitMQ | 3.8.3 | https://github.com/rabbitmq/rabbitmq-server | [Mozilla Public License](https://www.mozilla.org/en-US/MPL/) |
| Docker-ce | 18.09 | https://github.com/docker/docker-ce/ | [Apache License](https://www.apache.org/licenses/LICENSE-1.0) |
| KeyCloak | 9.0.0 | https://github.com/keycloak/keycloak | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) |
| Elasticsearch OSS | 7.6.1 | https://github.com/elastic/elasticsearch | https://github.com/elastic/elasticsearch/blob/master/LICENSE.txt |
Expand Down

0 comments on commit 16014d2

Please sign in to comment.