Skip to content

Commit d8f2be2

Browse files
committed
1.36.1 release info
1 parent b861b96 commit d8f2be2

File tree

2 files changed

+21
-8
lines changed

2 files changed

+21
-8
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
# Releases
22

3+
## 1.36.1 (6/20/2021)
4+
5+
### Improvements
6+
7+
- Ability to detect additional shells.
8+
- Saving command report to /tmp directory if it's not possible to save it in the current working directory.
9+
- Printing tag information for build command.
10+
11+
### Bug Fixes
12+
13+
- Default `continue-after` value handling fix (remove `probe` mode if http probing is disabled).
14+
- Sensor not exiting when it's trying to copy a directory it already copied.
15+
316
## 1.36.0 (6/12/2021)
417

518
### New Features
619

7-
- Ability to find duplicate files for xray (`--detect-duplicates`, `--show-duplicates`)
20+
- Ability to find duplicate files for xray (`--detect-duplicates`, `--show-duplicates`).
821
- Ability to find all utf8 encoded files for xray using the `--detect-utf8` flag (optionally dumping them to console, directory or tar file).
922
- Ability to find the files with special permissions (`--show-special-perms`).
1023
- Ability to find all installed shells for xray.

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ Elixir application images:
180180

181181
## RECENT UPDATES
182182

183-
Latest version: 1.36.0 (6/12/2021)
183+
Latest version: 1.36.1 (6/20/2021)
184184

185-
The 1.36.0 release adds many new `xray` capabilities including duplicate file, utf8 file and shell detection.
185+
The 1.36.x releases add many new `xray` capabilities including duplicate file, utf8 file and shell detection.
186186

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

@@ -191,13 +191,13 @@ For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md).
191191

192192
1. Download the zip package for your platform.
193193

194-
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.36.0/dist_mac.zip)
194+
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.36.1/dist_mac.zip)
195195

196-
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.36.0/dist_linux.tar.gz)
196+
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.36.1/dist_linux.tar.gz)
197197

198-
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.36.0/dist_linux_arm.tar.gz)
198+
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.36.1/dist_linux_arm.tar.gz)
199199

200-
- [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.36.0/dist_linux_arm64.tar.gz)
200+
- [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.36.1/dist_linux_arm64.tar.gz)
201201

202202
2. Unzip the package.
203203

@@ -645,7 +645,7 @@ You can use the generated profile with your original image or with the minified
645645

646646
The demo runs on Mac OS X, but you can build a linux version. Note that these steps are different from the steps in the demo video.
647647

648-
1. Get the docker-slim [Mac](https://downloads.dockerslim.com/releases/1.36.0/dist_mac.zip), [Linux](https://downloads.dockerslim.com/releases/1.36.0/dist_linux.tar.gz), [Linux ARM](https://downloads.dockerslim.com/releases/1.36.0/dist_linux_arm.tar.gz) or [Linux ARM64](https://downloads.dockerslim.com/releases/1.36.0/dist_linux_arm64.tar.gz) binaries. Unzip them and optionally add their directory to your PATH environment variable if you want to use the app from other locations.
648+
1. Get the docker-slim [Mac](https://downloads.dockerslim.com/releases/1.36.1/dist_mac.zip), [Linux](https://downloads.dockerslim.com/releases/1.36.1/dist_linux.tar.gz), [Linux ARM](https://downloads.dockerslim.com/releases/1.36.1/dist_linux_arm.tar.gz) or [Linux ARM64](https://downloads.dockerslim.com/releases/1.36.1/dist_linux_arm64.tar.gz) binaries. Unzip them and optionally add their directory to your PATH environment variable if you want to use the app from other locations.
649649

650650
The extracted directory contains two binaries:
651651

0 commit comments

Comments
 (0)