File tree Expand file tree Collapse file tree 5 files changed +18
-7
lines changed Expand file tree Collapse file tree 5 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ current]
9
9
10
+ ## [ 0.9.14.2] - 2021-04-18
11
+ ### Fixed
12
+ - Mimemagic licensing issue.
13
+
14
+ ### Changed
15
+ - Increased default scheduler frequency (may help with reliability issues).
16
+ - Better navigation from agent to its workflow(s).
17
+ - Various UI improvements.
18
+
19
+
10
20
## [ 0.9.14.1] - 2021-03-21
11
21
### Fixed
12
22
- Extract the first paragraph (or heading) from an agent description to be used
@@ -218,7 +228,8 @@ Removed third party agents:
218
228
### Added
219
229
- Initial public release
220
230
221
- [ current ] : https://github.com/automaticmode/active_workflow/compare/v0.9.14.1...HEAD
231
+ [ current ] : https://github.com/automaticmode/active_workflow/compare/v0.9.14.2...HEAD
232
+ [ 0.9.14.1 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.14.2
222
233
[ 0.9.14.1 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.14.1
223
234
[ 0.9.14 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.14
224
235
[ 0.9.13 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.13
Original file line number Diff line number Diff line change 1
- FROM docker.io/automaticmode/active_workflow:0.9.14.1
1
+ FROM docker.io/automaticmode/active_workflow:0.9.14.2
2
2
3
3
# Remove after the release
4
4
COPY docker/scripts/entrypoint-heroku /app/docker/scripts/
Original file line number Diff line number Diff line change 1
- 0.9.14.1
1
+ 0.9.14.2
Original file line number Diff line number Diff line change 1
1
module ActiveWorkflow
2
2
class Application
3
- VERSION = '0.9.14.1 '
3
+ VERSION = '0.9.14.2 '
4
4
end
5
5
end
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ services:
15
15
- 5432:5432
16
16
17
17
active_workflow_web :
18
- image : docker.io/automaticmode/active_workflow:0.9.14.1
18
+ image : docker.io/automaticmode/active_workflow:0.9.14.2
19
19
env_file :
20
20
- .env
21
21
environment :
@@ -31,7 +31,7 @@ services:
31
31
command : /scripts/init
32
32
33
33
active_workflow_scheduler :
34
- image : docker.io/automaticmode/active_workflow:0.9.14.1
34
+ image : docker.io/automaticmode/active_workflow:0.9.14.2
35
35
env_file :
36
36
- .env
37
37
environment :
@@ -45,7 +45,7 @@ services:
45
45
command : bundle exec rails runner bin/scheduler.rb
46
46
47
47
active_workflow_worker :
48
- image : docker.io/automaticmode/active_workflow:0.9.14.1
48
+ image : docker.io/automaticmode/active_workflow:0.9.14.2
49
49
env_file :
50
50
- .env
51
51
environment :
You can’t perform that action at this time.
0 commit comments