From 553372c438631271a190f404ab4d7c83cb2bc752 Mon Sep 17 00:00:00 2001 From: accetto <34798830+accetto@users.noreply.github.com> Date: Sun, 19 Nov 2023 11:09:21 +0100 Subject: [PATCH] Release 23.11 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fab8aa..f7bba69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ *** +### Release 23.11 + +- Added file `$HOME/.bashrc` to all images. +It contains examples of custom aliases + - `ll` - just `ls -l` + - `cls` - clears the terminal window + - `ps1` - sets the command prompt text + +- Added more 'die-fast' error handling into the building and publishing scripts. +They exit immediately if the image building or pushing commands fail. + ### Release 23.08.1 Main changes: