Skip to content

v1.3.0

Choose a tag to compare

@itsciccio itsciccio released this 24 Oct 11:17
· 11 commits to master since this release
40cdb9f

Update Instructions

To update an instance of PANIC to this version run these commands inside the project directory:

Prior to upgrade, please make sure to backup the configs/ folder containing the configurations. This is necessary as the upgrade process will be removing these configuration files from PANIC.

docker-compose kill
docker system prune -a --volumes
git fetch
git checkout v1.3.0
sudo scripts/upgrade_to_1_3_0.sh 

The upgrade_to_1_3_0.sh script migrates your configurations from the file system to MongoDB.

To re-build and run PANIC (including the UI), run the following command:

docker-compose up -d --build

The UI can be accessed from https://{UI_ACCESS_IP}:3333, where UI_ACCESS_IP is the IP of where panic is deployed (see installation guide on how to setup PANIC).

Change Log

Released on 24th October 2022

  • Web Installer: Installation procedure merged into PANIC UI.
  • Web Installer: Config editing functionality added to PANIC UI.
  • Web Installer: Docker service removed.
  • Updated PANIC UI to use @simply-vc/uikit 1.6.1.
  • Removed @stencil/router from PANIC UI dependencies.
  • API: Added endpoints required to migrate the web installer to PANIC UI
  • Updated documentation throughout.
  • Updated Polkadot API to 9.6.1.