Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Updated changelog for new minor version release
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyjrobins committed Nov 26, 2018
1 parent dec57c7 commit 94f0e17
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Changelog
<!-- Use the tags Added, Changed, Deprecated, Removed, Fixed, Security, and
Contributor to describe changes -->
## [0.9.1]
###### 2018-11-26

### Added
* README.md now contains more detailed instructions on using WALKOFF with Docker, as well as a docker-compose file
* All databases will now be stamped with the most up-to-date alembic version, so WALKOFF will not run if you are using
an out-of-date database (see Fixed section for more details)

### Fixed
* When using Redis as an external accumulator, results are now pickled to preserve typing. This fixes the issue where
everything (list, int, etc.) was incorrectly being returned as strings
* Fixed walkoffctl update script to correctly update databases -- run `python -m walkoff local update` to update
* ActionResult objects are now pretty-printed correctly in the console and log files
* Python Redis library is now pinned in requirements.txt due to breaking changes
* Fixed certificate generation for Kubernetes certificates

### Removed
* Update.py script was removed and replaced with walkoffctl update (see Fixed section for more details)

## [0.9.0]
###### 2018-11-14
Expand Down
2 changes: 1 addition & 1 deletion walkoff/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.9.0'
__version__ = '0.9.1'
2 changes: 1 addition & 1 deletion walkoff/api/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
An active cyber defense development framework enabling orchestration
capabilities to be written once and deployed across WALKOFF-enabled
orchestration tools. https://nsacyber.github.io/WALKOFF/
version: 0.9.0
version: 0.9.1
title: WALKOFF
contact:
email: [email protected]
Expand Down

0 comments on commit 94f0e17

Please sign in to comment.