Releases: criblio/appscope
Release 1.2.2
Maintenance Release
Assets are available attached to the release here and via Docker and the Cribl CDN at the links below.
- Docker:
cribl/scope:1.2.2
- x86: https://cdn.cribl.io/dl/scope/1.2.2/linux/x86_64/scope
- ARM: https://cdn.cribl.io/dl/scope/1.2.2/linux/aarch64/scope
Pre-Release 1.2.2-rc1
Maintenance Release
Assets are available attached to the release here and via Docker and the Cribl CDN at the links below.
- Docker:
cribl/scope:1.2.2-rc1
- x86: https://cdn.cribl.io/dl/scope/1.2.2-rc1/linux/x86_64/scope
- ARM: https://cdn.cribl.io/dl/scope/1.2.2-rc1/linux/aarch64/scope
Test Candidate for disabling UPX compression
Maintenance Release
Assets are available attached to the release here and via Docker and the Cribl CDN at the links below.
- Docker:
cribl/scope:1.2.1-tc0
- x86: https://cdn.cribl.io/dl/scope/1.2.1-tc0/linux/x86_64/scope
- ARM: https://cdn.cribl.io/dl/scope/1.2.1-tc0/linux/aarch64/scope
Test Candidate for maintaining net state after connection close
Maintenance Release
Assets are available attached to the release here and via Docker and the Cribl CDN at the links below.
- Docker:
cribl/scope:1.1.0-close-fix
- x86: https://cdn.cribl.io/dl/scope/1.1.0-close-fix/linux/x86_64/scope
- ARM: https://cdn.cribl.io/dl/scope/1.1.0-close-fix/linux/aarch64/scope
Pre-Release 1.2.2-rc0
Maintenance Release
Assets are available attached to the release here and via Docker and the Cribl CDN at the links below.
- Docker:
cribl/scope:1.2.2-rc0
- x86: https://cdn.cribl.io/dl/scope/1.2.2-rc0/linux/x86_64/scope
- ARM: https://cdn.cribl.io/dl/scope/1.2.2-rc0/linux/aarch64/scope
Release 1.2.1
Maintenance Release
Assets are available attached to the release here and via Docker and the Cribl CDN at the links below.
Docker
:cribl/scope:1.2.1
x86
: https://cdn.cribl.io/dl/scope/1.2.1/linux/x86_64/scopeARM
: https://cdn.cribl.io/dl/scope/1.2.1/linux/aarch64/scope
Bugfixes
- Resolved issue #1055 : With certain combinations of mount and PID namespaces, AppScope fails to attach to a process
- Resolved issue #1186 : Scope crashes mysqld
- Resolved issue #1192 : Attempting to scope applications that use their own custom-built versions of system libraries can cause those applications to crash
New Features and Improvements
- Support for
detach all
from the CLI - Support for attaching to LXD and LXC containers
Pre-Release 1.2.1-rc0
Maintenance Release
Assets are available attached to the release here and via Docker and the Cribl CDN at the links below.
Docker
:cribl/scope:1.2.1-rc0
x86
: https://cdn.cribl.io/dl/scope/1.2.1-rc0/linux/x86_64/scopeARM
: https://cdn.cribl.io/dl/scope/1.2.1-rc0/linux/aarch64/scope
Release 1.2.0
Minor Release
Assets are available attached to the release here and via Docker and the Cribl CDN at the links below.
Docker
:cribl/scope:1.2.0
x86
: https://cdn.cribl.io/dl/scope/1.2.0/linux/x86_64/scopeARM
: https://cdn.cribl.io/dl/scope/1.2.0/linux/aarch64/scope
New Features and Improvements
AppScope 1.2.0 introduces substantial new functionality:
-
The new
scope start
command, which takes a filter list as an argument. The filter list has an allowlist section for specifying which processes to scope (along with desired configs), and an optional denylist section for specifying which processes not to scope. Related issues: #987,#1027,#1038,#1069. -
Integration with Cribl Edge and Cribl Stream version 4.0, whose built-in AppScope Source now supports creating filters (equivalent to editing the filter list described above). Cribl Edge and Cribl Stream also now provide an AppScope Config Editor for creating AppScope config files (variants of
scope.yml
) and storing them in an AppScope Config Library. -
The new
scope detach
command, which stops scoping a process without terminating that process. Related issues: #370,#1039,#1085,#1087,#1088,#1089,#1094,#1107,#1129. -
To attach to or detach from a process running in a container, it is no longer necessary to run AppScope within the container. You can just scope the container processes from the host. Related issues: #1061,
#1119. -
Support for executables built with Go 1.19. (This release also removes support for executables built with Go 1.8.) Related issue: #1073.
Pre-Release 1.2.0-rc1
Maintenance Release
Assets are available attached to the release here and via Docker and the Cribl CDN at the links below.
- Docker:
cribl/scope:1.2.0-rc1
- x86: https://cdn.cribl.io/dl/scope/1.2.0-rc1/linux/x86_64/scope
- ARM: https://cdn.cribl.io/dl/scope/1.2.0-rc1/linux/aarch64/scope
Pre-Release 1.2.0-rc0
Maintenance Release
Assets are available attached to the release here and via Docker and the Cribl CDN at the links below.
- Docker:
cribl/scope:1.2.0-rc0
- x86: https://cdn.cribl.io/dl/scope/1.2.0-rc0/linux/x86_64/scope
- ARM: https://cdn.cribl.io/dl/scope/1.2.0-rc0/linux/aarch64/scope