V2.8.1

Changelog:

  • Fix: Unit-change of admin
  • Fix: Display all teams in session creation and alm-mapping
  • Fix: Role mapping at initial login
  • Fix: Login didn't work when port 80 was blocked
  • Fix: CVEs in several images
  • Fix: Remote editor of team not always displayed
  • Fix: Backlog-board ALM mapping gets deleted when viewing the team board screen
  • Fix: ADO: iteration-path is updated at sticky team-move
  • Feature: Multi-select for search in app

Installation

Install the base version 2.8.0 Installation and then update as describe below to this version. 

Update

 Update to this version

Load the new images

  • With internet connection: 
docker login harbor3.piplanning.io
  • Without internet connection: Ask rentouch for the images.

Update PI-Server config files

On the host-system download the newest version (checkout https://binaries.rentouch.ch/on-premise to see all versions) of the PI-Server docker archive and extract it:

wget https://s3.eu-central-1.amazonaws.com/static-piplanning/releases/on-premise/pi-server-docker_2.8.1.tar
mkdir -p pi-server-docker_2.8.1 && tar -xf pi-server-docker_2.8.1.tar -C pi-server-docker_2.8.1
cd pi-server-docker_2.8.1

Run the updater. You have to pass the path to your PI-Server folder (which contains the docker-compose and all the data) as the first argument.

python update.py /path/to/my/pi-server/installation

When the migration to the newest version is finished restart the pi-server by

cd /path/to/my/pi-server/installation
./install.sh

As a last step: You can clean up by removing the installer

rm pi-server-docker_2.8.1.tar pi-server-docker_2.8.1