From 025494ed9c088a9e96d083a9e2f54ee09f914db3 Mon Sep 17 00:00:00 2001 From: David Duque Date: Mon, 17 Oct 2022 03:41:20 +0100 Subject: [PATCH] v60.0 --- README.md | 10 +++++----- api/mailinabox.yml | 2 +- setup/bootstrap.sh | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b8e02b6..c5eca86 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Power Mail-in-a-Box -**[Installation](#installation)** (current version: v56.5) +**[Installation](#installation)** (current version: v60.0) [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/davness) @@ -38,13 +38,13 @@ The machine this appliance will be installed on needs to have the following spec - 512MB of RAM (**at least 1GB** is recommended); - 10GB of disk; - **One of the following operating systems:** -- - Debian GNU/Linux 10 (Buster) - - Debian GNU/Linux 11 (Bullseye) - - Ubuntu LTS 20.04 (Focal Fossa) +- - Ubuntu LTS 22.04 (Jammy Jellyfish) -**Ubuntu LTS 18.04 (Bionic Beaver) and earlier versions are not supported.** - -**Debian 9 (Stretch) and earlier versions are not supported.** +## Legacy Support +The following distributions are no longer supported for the latest version, but they used to be supported at a earlier time: +- **Debian 10 (Buster)** <= **v56.5** _These network requirements are usually not provided by residential ISP's. They are not **strictly required** for Power Mail-in-a-Box to install, but it will take more work to get it running as intended._ - Static, public IPv4 (most residential connections **do not** provide static addresses); diff --git a/api/mailinabox.yml b/api/mailinabox.yml index 449ea7d..b583217 100644 --- a/api/mailinabox.yml +++ b/api/mailinabox.yml @@ -15,7 +15,7 @@ info: license: name: CC0 1.0 Universal url: https://creativecommons.org/publicdomain/zero/1.0/legalcode - version: 56.5 + version: 60.0 x-logo: url: https://mailinabox.email/static/logo.png altText: Mail-in-a-Box logo diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index 7b9c3f0..99b5817 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -36,7 +36,7 @@ if [ -z "$TAG" ]; then [ "$(echo $OS | grep -o 'Ubuntu 20.04')" == "Ubuntu 20.04" ] || [ "$(echo $OS | grep -o 'Ubuntu 22.04')" == "Ubuntu 22.04" ] then - TAG=v56.5 + TAG=v60.0 elif [ "$OS" == "Debian GNU/Linux 10 (buster)" ]; then echo "We are going to install the last version of Power Mail-in-a-Box supporting Debian 10 (buster)." echo "IF THIS IS A NEW INSTALLATION, STOP NOW, AND USE A SUPPORTED DISTRIBUTION INSTEAD (ONE OF THESE):"