From 317dfc2eef8c47fc974080eeb7a2a74caab3c878 Mon Sep 17 00:00:00 2001 From: Kyle Quest Date: Sun, 7 Jan 2024 11:26:49 -0800 Subject: [PATCH] 1.40.8 release info Signed-off-by: Kyle Quest --- CHANGELOG.md | 19 +++++++++++++++++++ README.md | 25 +++++++++++++------------ 2 files changed, 32 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1973606735..b1b3183ad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Releases +## 1.40.8 (1/7/2024) + +### New Features + +- New `vulnerability` command and the `epss` subcommand to lookup EPSS scores for vulnerabilities. +- Simple `registry server` command to have a local OCI registry (thank you Sarvesh Raj, @sarveshraj, for your contribution!). +- Simple `registry push` command to push local images to a registry. +- Simple `images` command to list container images. +- RPM packaging for the apps (thank you Rohan Jamadagni, @Rohansjamadagni, for your contribution!) + +### Improvements + +- Enhanced `registry pull` command to pull images from authenticated registries. +- `quiet` mode improvements (WIP) to hide the standard execution context output when it's enabled. +- `quiet` mode for the `images` command. +- Interactive prompt updates to include the `images`, `registry` and `vulnerability` commands and a couple of global flags. +- Monitor Data Event Log (mondel) enhancement to improve the write path. + + ## 1.40.7 (12/9/2023) ### New Features diff --git a/README.md b/README.md index 62dfc77b43..38d8552988 100644 --- a/README.md +++ b/README.md @@ -198,9 +198,10 @@ Elixir application images: ## RECENT UPDATES -Latest version: `1.40.7` (`12/9/2023`) +Latest version: `1.40.8` (`1/7/2024`) -The 1.40.7 release introduces an ability to assemble multi-architecture images from already existing architecture-specific images, an ability to list local container images and various enhancements that improve the minification capabilities. +HERE HERE WIP WIP +The 1.40.8 release adds a simple container registry (`registry server` command) and introduces the `vulnerability` command and the `epss` subcommand to lookup vulnerability exploitation probability score data. For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md). @@ -217,15 +218,15 @@ slim update 1. Download the zip package for your platform. - - [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.40.7/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.7/dist_mac.zip`) + - [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.40.8/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.8/dist_mac.zip`) - - [Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.40.7/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.7/dist_mac_m1.zip`) + - [Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.40.8/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.8/dist_mac_m1.zip`) - - [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.40.7/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.7/dist_linux.tar.gz`) + - [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.40.8/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.8/dist_linux.tar.gz`) - - [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.40.7/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.7/dist_linux_arm.tar.gz`) + - [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.40.8/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.8/dist_linux_arm.tar.gz`) - - [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.40.7/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.7/dist_linux_arm64.tar.gz`) + - [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.40.8/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.8/dist_linux_arm64.tar.gz`) 2. Unzip the package and optionally move it to your bin directory. @@ -1211,11 +1212,11 @@ The demo runs on Mac OS X, but you can build a linux version. Note that these st 1. Get the Slim app binaries: -* [Mac](https://downloads.dockerslim.com/releases/1.40.7/dist_mac.zip), -* [Mac M1](https://downloads.dockerslim.com/releases/1.40.7/dist_mac_m1.zip), -* [Linux](https://downloads.dockerslim.com/releases/1.40.7/dist_linux.tar.gz), -* [Linux ARM](https://downloads.dockerslim.com/releases/1.40.7/dist_linux_arm.tar.gz), -* [Linux ARM64](https://downloads.dockerslim.com/releases/1.40.7/dist_linux_arm64.tar.gz) +* [Mac](https://downloads.dockerslim.com/releases/1.40.8/dist_mac.zip), +* [Mac M1](https://downloads.dockerslim.com/releases/1.40.8/dist_mac_m1.zip), +* [Linux](https://downloads.dockerslim.com/releases/1.40.8/dist_linux.tar.gz), +* [Linux ARM](https://downloads.dockerslim.com/releases/1.40.8/dist_linux_arm.tar.gz), +* [Linux ARM64](https://downloads.dockerslim.com/releases/1.40.8/dist_linux_arm64.tar.gz) Unzip them and optionally add their directory to your `PATH` environment variable if you want to use the app from other locations.