Skip to content

Commit b82e6d2

Browse files
committed
1.40.5 - release info
Signed-off-by: Kyle Quest <[email protected]>
1 parent d95fb94 commit b82e6d2

File tree

2 files changed

+40
-14
lines changed

2 files changed

+40
-14
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Releases
22

3+
## 1.40.5 (11/1/2023)
4+
5+
### New Features
6+
7+
- Sensor `control` commands to control sensor execution when running in the standalone mode (first command: `stop-target-app`).
8+
- `xray` - detect system identities (users, groups) and their properties (`--detect-identities` flag, enabled by default).
9+
- `build` - Keep the OS/libc zoneinfo data (`--include-zoneinfo` flag, disabled by default).
10+
- `build`/`profile` - Mon(itor) Data Event Log (aka `mondel`) - optional data event log for sensor monitors to log/stream monitor events (`--enable-mondel` main app flag, `--mondel`/`-n` sensor flag(s)).
11+
12+
### Improvements
13+
14+
- `target-app-running` sensor lifecycle hook.
15+
- `build`/`profile`: `--env-file` to load env vars from a file.
16+
- `build`/`profile`: basic input validation to ignore malformed env var data for the `--env` flag.
17+
- `build`: Using internal output image builder by default (`--image-build-engine` flag)
18+
- Renamed the reverse engineered Dockerfile from `Dockerfile.fat`
19+
to `Dockerfile.reversed`
20+
21+
### Bug Fixes
22+
23+
- Various bug fixes
24+
25+
326
## 1.40.4 (8/25/2023)
427

528
### Improvements

README.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ Elixir application images:
196196

197197
## RECENT UPDATES
198198

199-
Latest version: 1.40.4 (8/25/2023)
199+
Latest version: `1.40.5` (`11/1/2023`)
200200

201-
The 1.40.4 release update the `debug` command improving its support for kubernetes and enhancing the overall debugging experience.
201+
The 1.40.5 release introduces a number of new features and improvements for the `debug`, `xray`, `build` and `profile` commands in addition to introducing monitor even log and control commands in the sensor.
202202

203203
For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md).
204204

@@ -215,15 +215,15 @@ slim update
215215

216216
1. Download the zip package for your platform.
217217

218-
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.40.4/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.4/dist_mac.zip`)
218+
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.40.5/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.5/dist_mac.zip`)
219219

220-
- [Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.40.4/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.4/dist_mac_m1.zip`)
220+
- [Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.40.5/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.5/dist_mac_m1.zip`)
221221

222-
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.40.4/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.4/dist_linux.tar.gz`)
222+
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.40.5/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.5/dist_linux.tar.gz`)
223223

224-
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.40.4/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.4/dist_linux_arm.tar.gz`)
224+
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.40.5/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.5/dist_linux_arm.tar.gz`)
225225

226-
- [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.40.4/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.4/dist_linux_arm64.tar.gz`)
226+
- [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.40.5/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.5/dist_linux_arm64.tar.gz`)
227227

228228
2. Unzip the package and optionally move it to your bin directory.
229229

@@ -387,6 +387,7 @@ To disable the version checks set the global `--check-version` flag to `false` (
387387
- `--detect-utf8` - Detect utf8 files and optionally extract the discovered utf8 file content (possible values: "true" or "dump" or "dump:output_target.tgz" or "dump:output_target.tgz::max_size_bytes" or "dump:output_target.tgz:::max_size_bytes").
388388
- `--detect-all-certs` - Detect all certifcate files
389389
- `--detect-all-cert-pks` - Detect all certifcate private key files
390+
- `--detect-identities` - Detect system identities (users, groups) and their properties (default: true)
390391
- `--change-match-layers-only` - Show only layers with change matches (default: false).
391392
- `--export-all-data-artifacts` - TAR archive file path to export all text data artifacts (if value is set to `.` then the archive file path defaults to `./data-artifacts.tar`)
392393
- `--remove-file-artifacts` - Remove file artifacts when command is done (note: you'll loose the reverse engineered Dockerfile)
@@ -472,6 +473,7 @@ In the interactive CLI prompt mode you must specify the target image using the `
472473
- `--include-cert-pk-dirs` - Keep known cert private key directories and all files in them
473474
- `--include-new` - Keep new files created by target during dynamic analysis (default value: true)
474475
- `--include-oslibs-net` - Keep the common networking OS libraries (default value: true)
476+
- `--include-zoneinfo` - Keep the OS/libc zoneinfo data (default value: false)
475477
- `--include-app-nuxt-dir` - Keep the root Nuxt.js app directory (default value: false)
476478
- `--include-app-nuxt-build-dir` - Keep the build Nuxt.js app directory (default value: false)
477479
- `--include-app-nuxt-dist-dir` - Keep the dist Nuxt.js app directory (default value: false)
@@ -491,7 +493,8 @@ In the interactive CLI prompt mode you must specify the target image using the `
491493
- `--exclude-mounts` - Exclude mounted volumes from image (default value: true)
492494
- `--label` - Override or add LABEL analyzing image at runtime [can use this flag multiple times]
493495
- `--volume` - Add VOLUME analyzing image at runtime [can use this flag multiple times]
494-
- `--env` - Override ENV analyzing image at runtime [can use this flag multiple times]
496+
- `--env` - Add ENV analyzing target image at runtime [can use this flag multiple times]
497+
- `--env-file` - Load multiple environment variables from a file when analyzing target image at runtime.
495498
- `--workdir` - Override WORKDIR analyzing image at runtime
496499
- `--network` - Override default container network settings analyzing image at runtime
497500
- `--expose` - Use additional EXPOSE instructions analyzing image at runtime [can use this flag multiple times]
@@ -539,7 +542,7 @@ In the interactive CLI prompt mode you must specify the target image using the `
539542
- `--image-build-engine` - Select image build engine: `internal` | `docker` | `none` (`internal` - build the output image without using Docker [default behavior], `docker` - build the output image with Docker, `none` - don't build the output image, allows you to do your own build with the tools you want to use, which you'll be able to do by pointing to the artifact directory where the `files.tar` and `Dockerfile` artifacts are located for the output image)
540543
- `--image-build-arch` - Select output image build architecture (use the standard container image names for the architectures without the OS part)
541544
- `--obfuscate-metadata` - Obfuscate the standard system and application metadata to make it more challenging to identify the image components (experimental flag, first version of obfuscation; inspired by the [`Malicious Compliance`](https://kccnceu2023.sched.com/event/1Hybu/malicious-compliance-reflections-on-trusting-container-scanners-ian-coldwater-independent-duffie-cooley-isovalent-brad-geesaman-ghost-security-rory-mccune-datadog) KubeCon EU 2023 talk)
542-
545+
- `--enable-mondel` - Enable monitor data event log for sensor monitors to log/stream the events captured by those monitors (default: false)
543546

544547
In the interactive CLI prompt mode you must specify the target image using the `--target` flag while in the traditional CLI mode you can use the `--target` flag or you can specify the target image as the last value in the command.
545548

@@ -1078,11 +1081,11 @@ The demo runs on Mac OS X, but you can build a linux version. Note that these st
10781081

10791082
1. Get the Slim app binaries:
10801083

1081-
* [Mac](https://downloads.dockerslim.com/releases/1.40.4/dist_mac.zip),
1082-
* [Mac M1](https://downloads.dockerslim.com/releases/1.40.4/dist_mac_m1.zip),
1083-
* [Linux](https://downloads.dockerslim.com/releases/1.40.4/dist_linux.tar.gz),
1084-
* [Linux ARM](https://downloads.dockerslim.com/releases/1.40.4/dist_linux_arm.tar.gz),
1085-
* [Linux ARM64](https://downloads.dockerslim.com/releases/1.40.4/dist_linux_arm64.tar.gz)
1084+
* [Mac](https://downloads.dockerslim.com/releases/1.40.5/dist_mac.zip),
1085+
* [Mac M1](https://downloads.dockerslim.com/releases/1.40.5/dist_mac_m1.zip),
1086+
* [Linux](https://downloads.dockerslim.com/releases/1.40.5/dist_linux.tar.gz),
1087+
* [Linux ARM](https://downloads.dockerslim.com/releases/1.40.5/dist_linux_arm.tar.gz),
1088+
* [Linux ARM64](https://downloads.dockerslim.com/releases/1.40.5/dist_linux_arm64.tar.gz)
10861089

10871090
Unzip them and optionally add their directory to your `PATH` environment variable if you want to use the app from other locations.
10881091

0 commit comments

Comments
 (0)