File tree Expand file tree Collapse file tree 5 files changed +13
-9
lines changed Expand file tree Collapse file tree 5 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,21 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
-
9
8
## [ current]
9
+
10
+
11
+ ## [ 0.9.11] - 2020-10-28
10
12
### Changed
11
13
- Updated ` mini_racer ` and ` libv8 ` - current combination started failing
12
14
to install on MacOS.
13
15
- Updated ` puma ` - MacOS related [ issue] ( https://github.com/puma/puma/issues/2304 ) .
14
16
- Renamed ` headers_to_save ` to ` headers_to_include ` in HTTP Status Agent.
15
17
- Replace ` working ` with ` issues ` and add desctiptions.
16
18
- Update ` bundler ` to 2.1.4.
19
+ - Numerous UI improvements.
17
20
18
21
19
- ## [ 0.9.10]
22
+ ## [ 0.9.10] - 2020-09-22
20
23
### Fixed
21
24
- Don't use ` foreman ` to manage multiple processes when running with
22
25
` SINGLE_DYNO=1 ` . Single-dyno mode was demoted to being used purely for trying
@@ -175,7 +178,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
175
178
### Added
176
179
- Initial public release
177
180
178
- [ current ] : https://github.com/automaticmode/active_workflow/compare/v0.9.10...HEAD
181
+ [ current ] : https://github.com/automaticmode/active_workflow/compare/v0.9.11...HEAD
182
+ [ 0.9.11 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.11
179
183
[ 0.9.10 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.10
180
184
[ 0.9.9.2 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.9.2
181
185
[ 0.9.9.1 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.9.1
Original file line number Diff line number Diff line change 1
- FROM docker.io/automaticmode/active_workflow:0.9.10
1
+ FROM docker.io/automaticmode/active_workflow:0.9.11
Original file line number Diff line number Diff line change 1
- 0.9.10
1
+ 0.9.11
Original file line number Diff line number Diff line change 1
1
module ActiveWorkflow
2
2
class Application
3
- VERSION = '0.9.10 '
3
+ VERSION = '0.9.11 '
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.10
18
+ image : docker.io/automaticmode/active_workflow:0.9.11
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.10
34
+ image : docker.io/automaticmode/active_workflow:0.9.11
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.10
48
+ image : docker.io/automaticmode/active_workflow:0.9.11
49
49
env_file :
50
50
- .env
51
51
environment :
You can’t perform that action at this time.
0 commit comments