- Upgrade to RabbitMQ v3.12
- Upgrade to Redis v7.2
- Refactor st2test, install BATS via
apt install - Remove unneeded file st2test-tools.sh
- Fix ST2_AUTH_URL and ST2_STREAM_URL
- Migrate to Ubuntu 20 / Python 3.8 based containers
- Upgrade MongoDB
v4.0->v4.4as 4.0 has reached its EOL. (#243) - Fix stackstorm-ssh volume mount path in docker-compose.yml st2actionrunner service (#244)
- Removed
dns_search: .from all services indocker-compose.ymlper discussion in #231
- Add BATS testing
- Upgrade used Redis Docker image to 6.2.
- Add rbac sample files and mount to st2api and st2client (#219)
- Add information on how to utilize a custom config with st2web container. (#225)
- Create counter for st2client startup script (#220)
- Added
st2chatopssupport and service startup script. (#206)
- Switch to using
latesttag for st2 Docker images (#222)
- Add stackstorm-keys volume to workflowengine (#214)
- Deprecate st2resultstracker which is obsolete since the Mistral deprecation with st2
v3.3.0.
- Update st2 configuration to use redis as coordination backend. (#195)
- Replace docker-compose with a new deployment based on stackstorm/st2-dockerfiles images relying on
Ubuntu Bionicandpython 3since st2v3.3dev(#192)
- Deprecate demo all-in-one docker-compose deployment based on outdated
Ubuntu Trustywithpython 2, unsupported since st2v3.1.0(#191)
- Add
st2workflowenginetoentrypoint-1ppc.shandcompose-1ppc/docker-compose.yml.
- The
TAGenvironment variable is replaced byST2_IMAGE_TAG.
- Pin DB's to specific, tested versions.
- Rename
/entrypoint.d/to/st2-docker/entrypoint.d/.