Hello everybody,
We will release version 20.1 of EGroupware on
12. August 2020
The cumulative release notes of the previous pre-releases have already been published:
New features, preferences or other important things (since release) of EGroupware 20.1
The actual detailed release notes for 20.1 are in progress and will be published here as soon as possible.
In a standard docker installation, the 20.1 container is automatically imported. The associated packages must be imported manually (if not automated). This is also the case for maintenance releases.
If the automatic update to 20.1 is not wanted, the update to 20.1 can be prevented respectively the system can be set to 19.1.
The following is the documentation:
The update to 20.1 is a two-step process, both steps must be disabled to keep the system at 19.1:
The update of the egroupware-docker package must be prevented in the repository configuration file:
Debian/Ubuntu
In the file (where the repo is entered), for example:
/etc/apt/sources.list.d/server:eGroupWare.list
comment out the line with the repo with a #:
# deb http://download.opensuse.org/repositories/server:/eGroupWare/xUbuntu_18.04/ /
For
CentOS/RHEL
in the
/etc/yum.repos.d/server:eGroupWare.repo
respectively for
openSUSE/SLES
in the
/etc/zypp/repos.d/server:eGroupWare.repo
must be set enabled=0. For example:
[server_eGroupWare]
name=EGroupware (RHEL_7)
type=rpm-md
baseurl=https://download.opensuse.org/repositories/server:/eGroupWare/RHEL_7/
gpgcheck=1
gpgkey=https://download.opensuse.org/repositories/server:/eGroupWare/RHEL_7/repodata/repomd.xml.key
enabled=0
Secondly, the version of the docker container must be set to 19.1. The tag :latest' (thus always installs the version marked as latest) is changed to
:19.1’ in the configuration file. This will not update to 20.1, but will still install 19.1 Maintenance Updates.
To do this, you must edit
/etc/egroupware-docker/docker-compose.yml
and change the der tag :latest to :19.1
services:
egroupware:
image: egroupware/egroupware:19.1
The indentations per space must NOT be changed!
Without these two changes, at least the container update will take place directly with the release of version 20.1!
The fourth RC is currently available for testing:
Changelog fourth release candidate 20.1.20200728
Newsletter: EGroupware 20.1 Releasecandidate
20.1 Installation & Update
For questions, suggestions etc. please create your own topic in the forum as usual and refer to this article.