Skip to content

Commit d708f3b

Browse files
author
Vidas P
committed
Bump version to 0.9.17
Regular maintenance release before feature release. Update multiple dependencies, including rails version. All following CVE alerts, but none were actually impacting ActiveWorkflow security.
1 parent 018160f commit d708f3b

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.16
1+
0.9.17

config/initializers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ActiveWorkflow
22
class Application
3-
VERSION = '0.9.16'
3+
VERSION = '0.9.17'
44
end
55
end

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)