Skip to content

Releases: hubblestack/hubble

v4.5.1_fips_rc1

27 May 06:37
Compare
Choose a tag to compare
v4.5.1_fips_rc1 Pre-release
Pre-release
fixing pip in entrypoint also

v4.5.1

25 May 07:16
35d04f2
Compare
Choose a tag to compare

Features
Added more details about vulnerabilities in oval_scanner
Fixes

  1. Windows file caching bug fix.
  2. value of mode was fixed in stat_nova

v4.5.1_rc1

13 May 12:51
2cf8894
Compare
Choose a tag to compare
v4.5.1_rc1 Pre-release
Pre-release
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

29 Apr 13:59
bf1114c
Compare
Choose a tag to compare
v4.5.0_fips_rc2 Pre-release
Pre-release
Merge pull request #1088 from hubblestack/MoodyMudit-patch-1

Making the azure account url suffix configurable

v4.5.0_fips_rc1

28 Apr 05:48
52c7b7c
Compare
Choose a tag to compare
v4.5.0_fips_rc1 Pre-release
Pre-release

This is the first test build regarding FIPS initiative.

4.5.0

16 Apr 14:18
1d82aa8
Compare
Choose a tag to compare

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

18 Jun 20:33
00b5918
Compare
Choose a tag to compare

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

29 May 03:40
0af8fdb
Compare
Choose a tag to compare

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

27 Mar 12:28
e30365a
Compare
Choose a tag to compare

Features

Releasing Hubble for CentOS8 and RHEL8

Bug Fixes

Restricted hubble config permissions.

Version 3.0.11

13 Mar 11:37
010b702
Compare
Choose a tag to compare

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.