Releases: edgebitio/edgebit-agent
Releases · edgebitio/edgebit-agent
v0.6.0
v0.5.0
- Ability to disable machine SBOM generation
- Update dependencies
- Bug fixes
v0.4.3
- Update dependencies
v0.4.2
- 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
- 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
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
- 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
Read more on the EdgeBit blog: https://edgebit.io/blog/kube-support/
- Kubernetes support
- Deploy the agent using a DaemonSet
- Monitor k8s pods running under containerd
- Deploy the agent using a Docker container
- Bug fixes
v0.2.0
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
This release supports the following functionality:
- Generates an SBOM of the host on startup and uploads it
- Monitors files in-use on the host
- If Docker is available, reports container start/stop events
- If Docker is available, monitors files in-use inside the container