Skip to content

Releases: edgebitio/edgebit-agent

v0.6.0

19 Apr 15:52
0796638
Compare
Choose a tag to compare

What's Changed

  • Support Azure metadata service
  • Port to Syft v1.1.1

v0.5.0

10 Jan 00:30
048135d
Compare
Choose a tag to compare
  • Ability to disable machine SBOM generation
  • Update dependencies
  • Bug fixes

v0.4.3

15 Dec 00:42
98e4dcc
Compare
Choose a tag to compare
v0.4.3 Pre-release
Pre-release
  • Update dependencies

v0.4.2

27 Jul 17:53
36612b8
Compare
Choose a tag to compare
  • No longer persist the refresh access token on disk. Re-enroll with machine-id instead.
  • Fix sessions not refreshing the access token due to time drift on VMs

v0.4.1

26 May 22:18
585077f
Compare
Choose a tag to compare
  • Add PSS policy to the edgebit-system Kube ns
  • Add a daemonset-norealtime.yaml for environments where realtime package tracking is not supported
  • Be tolerant of missing fields in cloud metadata documents
  • Use the latest platform API

v0.4.0

15 May 18:27
9d5d1d4
Compare
Choose a tag to compare

Read more on the EdgeBit blog: https://edgebit.io/blog/additional-providers/

  • Label workloads with Kube (namespace & pod name) and cloud provider (account id, region, etc) metadata
  • Support for Civo provider
  • Add jitter to heartbeats to avoid thundering herd
  • Better handling of stopped workloads
  • An option to disable file/pkg in-use tracking
  • Bug fixes

v0.3.1

08 May 17:02
b609064
Compare
Choose a tag to compare
  • Improve file-in-use reporting performance
    • Keep an LRU list of already reported files to reduce sending duplicates
    • Batch reports into 1 second intervals

v0.3.0

12 Apr 19:58
91fcc13
Compare
Choose a tag to compare

Read more on the EdgeBit blog: https://edgebit.io/blog/kube-support/

  • Kubernetes support
    1. Deploy the agent using a DaemonSet
    2. Monitor k8s pods running under containerd
  • Deploy the agent using a Docker container
  • Bug fixes

v0.2.0

13 Mar 03:29
91b0e79
Compare
Choose a tag to compare

Read more on the EdgeBit blog: https://edgebit.io/blog/multiarch-support/

The theme of this release was wider platform support, including ARM cloud instances and improved support for Podman-based systems that masquerade as Docker.

  • aarch64 support
  • Podman support
  • Bug fixes

v0.1.0

01 Mar 08:13
cb1f94c
Compare
Choose a tag to compare

This release supports the following functionality:

  1. Generates an SBOM of the host on startup and uploads it
  2. Monitors files in-use on the host
  3. If Docker is available, reports container start/stop events
  4. If Docker is available, monitors files in-use inside the container