File tree Expand file tree Collapse file tree 5 files changed +13
-7
lines changed
Expand file tree Collapse file tree 5 files changed +13
-7
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.9.15] - 2021-08-04
11+ ## Removed
12+ - Removed IMAP Folder agent.
13+ - Removed FTP Site agent.
14+
1015## [ 0.9.14.4] - 2021-06-07
1116### Changed
1217- Update nokogiri and puma (several CVEs).
@@ -237,7 +242,8 @@ Removed third party agents:
237242### Added
238243- Initial public release
239244
240- [ current ] : https://github.com/automaticmode/active_workflow/compare/v0.9.14.4...HEAD
245+ [ current ] : https://github.com/automaticmode/active_workflow/compare/v0.9.15...HEAD
246+ [ 0.9.15 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.15
241247[ 0.9.14.4 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.14.4
242248[ 0.9.14.3 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.14.3
243249[ 0.9.14.2 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.14.2
Original file line number Diff line number Diff line change 1- FROM docker.io/automaticmode/active_workflow:0.9.14.4
1+ FROM docker.io/automaticmode/active_workflow:0.9.15
22
33# Remove after the release
44COPY docker/scripts/entrypoint-heroku /app/docker/scripts/
Original file line number Diff line number Diff line change 1- 0.9.14.4
1+ 0.9.15
Original file line number Diff line number Diff line change 11module ActiveWorkflow
22 class Application
3- VERSION = '0.9.14.4 '
3+ VERSION = '0.9.15 '
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.14.4
18+ image : docker.io/automaticmode/active_workflow:0.9.15
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.14.4
34+ image : docker.io/automaticmode/active_workflow:0.9.15
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.14.4
48+ image : docker.io/automaticmode/active_workflow:0.9.15
4949 env_file :
5050 - .env
5151 environment :
You can’t perform that action at this time.
0 commit comments