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

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch '0.6'
  • Loading branch information
zhill committed Jan 31, 2020
2 parents 64bc2d1 + dfac53e commit 4196e34
Show file tree
Hide file tree
Showing 49 changed files with 76,194 additions and 3,229 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## 0.6.1 (2020-1-30)
+ Improved - Substantial updates to feed sync process in policy engine service to increate transparency in the process, show incremental updates, and use much less memory during the sync. Fixes #284
+ Improved - Adds commented out defaults in docker-compose.yaml embedded in image to easily support starting prometheus and a swagger ui sidecar for API browsing.
+ Improved - Adds backoff/retry in analyzer task flow for loads to policy engine to handle transient failures. Fixes #322.
+ Improved - Dependency updates
+ Fix - Adds the release component of package version for rpms in package listing of OS packages in API responses. Fixes #320.
+ Fix - Removes the embedded swagger ui to keep image smaller and less dependencies with reduced security surface. Uses a side-card model instead with another container for the UI if browsing the API is desired. Fixes #323.
+ Minor bug fixes and improvements

## 0.6.0 (2019-12-13)

+ Added - Substantial updates to event subsystem, adding new many new info and error level event types and implementation.
Expand Down

0 comments on commit 4196e34

Please sign in to comment.