Skip to content

Commit

Permalink
version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jetabaska64 committed Apr 20, 2022
1 parent b5f66c2 commit dca586b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog for BayerCLAW

## [v1.1.2] 2022-04-20 Bug fixes and security updates

### Fixed
- Resolved unit test incompatibilities.
- Minor security upgrades:
- Block all public access to resource and launcher buckets.
- Tightened up Lambda permissions.
- Encrypt EC2 root volumes.

### Other changes
- bclaw_runner now tries to pull its child Docker image every time it is executed, allowing
the image to be updated between runs.

## [v1.1.1] 2022-03-29 Security update

### Added
Expand Down
2 changes: 1 addition & 1 deletion bclaw_runner/src/runner/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.1.1"
VERSION = "0.1.2"

0 comments on commit dca586b

Please sign in to comment.