Releases: hubblestack/hubble
Releases · hubblestack/hubble
v4.5.1_fips_rc1
fixing pip in entrypoint also
v4.5.1
Features
Added more details about vulnerabilities in oval_scanner
Fixes
- Windows file caching bug fix.
- value of mode was fixed in stat_nova
v4.5.1_rc1
Merge pull request #1090 from hubblestack/MoodyMudit-patch-1 bug - value of 'mode' is read as 0 and not 0000
v4.5.0_fips_rc2
Merge pull request #1088 from hubblestack/MoodyMudit-patch-1 Making the azure account url suffix configurable
v4.5.0_fips_rc1
This is the first test build regarding FIPS initiative.
4.5.0
Features
- Desalinization: removed the salt-ssh package dependency
- ported the required modules and systems into Hubble's codebase
- promoted Hubble's "ext" mods to be native ones
- removed unnecessary Salt dependencies (e.g. the various message busses)
- removed unused systems (e.g. salt-master filesystem servers, ∅mq/raet message bus, etc)
- Hubble is still very much a Salt descendant, we simply do not need to install Salt as a dependency.
- migrate to Python 3.7
- removed any remaining python2 support (e.g. the six module)
- Repair the build process for Windows platforms
- Complete Audit system rewrite (formerly Nova).
- Docker grains improvements
Fixes
- Various fixes for profile signing
- profile signing verification caching
- Config override for files in hubble.d
- fix various logging spam issues
- e.g. stack traces that could be made into boring error messages
- e.g. errors that should be info or debug messages
Version 4.0.0
Features
- python3 support (standardized to 3.6.10 in the binaries)
- profile signing -- for information on using this feature, see signing.msign in the extutils
Fixes
- the various below fixes from 3.0.8 through 3.0.13 have been forward ported to 4.0.0
- FIM can now watch single files
Version 3.0.13
Features
- Adding a new Hubble grain that lets Hubble know if Docker is installed and running on the system or not.
- Modified Hubble Dockerfiles to support packaging pre-built osquery.
Bug Fixes
- Fixed windows config permissions
Version 3.0.12
Features
Releasing Hubble for CentOS8 and RHEL8
Bug Fixes
Restricted hubble config permissions.
Version 3.0.11
Features
- Changed hubble config permissions and removed user group access from it.
- Added exception handling in hubble schedule.
Bug Fixes
- Fixed osqueryd issue where file read offset was wrongly set to 0 instead of last_read_location.
- Cache file bugfix
- Fixed a hubble_log message that was setting a bad value in the host field.
- Fixed Osqueryd returner timestamp bug.