File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed
Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ current]
99
10+ ## [ 0.6.17]
11+ ### Changed
12+ - Updated multiple dependencies. Mostly CVE
13+ mitigations, not-relevant to ActiveWorkflow security.
14+
1015## [ 0.9.16]
1116### Removed
1217- Heroku-specific support (single button install, custom docker image, etc)
@@ -263,7 +268,8 @@ Removed third party agents:
263268### Added
264269- Initial public release
265270
266- [ current ] : https://github.com/automaticmode/active_workflow/compare/v0.9.16...HEAD
271+ [ current ] : https://github.com/automaticmode/active_workflow/compare/v0.9.17...HEAD
272+ [ 0.9.17 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.17
267273[ 0.9.16 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.16
268274[ 0.9.15.1 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.15.1
269275[ 0.9.15 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.15
Original file line number Diff line number Diff line change 1- 0.9.16
1+ 0.9.17
Original file line number Diff line number Diff line change 11module ActiveWorkflow
22 class Application
3- VERSION = '0.9.16 '
3+ VERSION = '0.9.17 '
44 end
55end
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ services:
1515 - 5432:5432
1616
1717 active_workflow_web :
18- image : docker.io/automaticmode/active_workflow:0.9.16
18+ image : docker.io/automaticmode/active_workflow:0.9.17
1919 env_file :
2020 - .env
2121 environment :
@@ -31,7 +31,7 @@ services:
3131 command : /scripts/init
3232
3333 active_workflow_scheduler :
34- image : docker.io/automaticmode/active_workflow:0.9.16
34+ image : docker.io/automaticmode/active_workflow:0.9.17
3535 env_file :
3636 - .env
3737 environment :
@@ -45,7 +45,7 @@ services:
4545 command : bundle exec rails runner bin/scheduler.rb
4646
4747 active_workflow_worker :
48- image : docker.io/automaticmode/active_workflow:0.9.16
48+ image : docker.io/automaticmode/active_workflow:0.9.17
4949 env_file :
5050 - .env
5151 environment :
You can’t perform that action at this time.
0 commit comments