Skip to content

Commit

Permalink
Merge pull request #260 from ZoeLeah/master
Browse files Browse the repository at this point in the history
Bump to new mongo, rabbitmq and redis version
  • Loading branch information
arm4b authored Nov 7, 2023
2 parents 4407c26 + 791946e commit 6f21dd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2023-11-07
* Upgrade to RabbitMQ v3.12
* Upgrade to Redis v7.2

## 2023-10-28
* Refactor st2test, install BATS via `apt install`
* Remove unneeded file st2test-tools.sh
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,14 +244,14 @@ services:
volumes:
- stackstorm-mongodb:/data/db
rabbitmq:
image: rabbitmq:3.8
image: rabbitmq:3.12
restart: on-failure
networks:
- private
volumes:
- stackstorm-rabbitmq:/var/lib/rabbitmq
redis:
image: redis:6.2
image: redis:7.2
restart: on-failure
networks:
- private
Expand Down

0 comments on commit 6f21dd1

Please sign in to comment.