Skip to content

v1.2.0-beta

Latest
Compare
Choose a tag to compare
@gridhead gridhead released this 10 Apr 07:18
f7f85fb

Changelog

This release comes with the following new additions.

  • General

    • Updated the frontend CSS/JS assets from AdminLTE v3.1.0-rc to AdminLTE v3.1.0 [#79]
    • Version bumped Frontend service from v1.1.0-beta to v1.2.0-beta
    • Fixed dark mode which was broken due to the frontend framework version bump [#84]
    • Clicking on the name now redirects the DockerHub page of the project
  • System

    • Added markings and cursor spotting for physical memory graph [#68]
    • Added markings and cursor spotting for virtual memory graph [#68]
    • Added markings and cursor spotting for CPU clock speed graph [#68]
    • Added markings and cursor spotting for CPU stress levels graph [#68]
    • Added markings and cursor spotting for battery level graph [#68]
    • Process listing uses a separate endpoint now for better efficiency
  • Web-Terminal (for host system and containers)

    • Fixed the inheritance of illuminance settings to the termpage template [#74]
  • Containers

    • Hard-coded the background colour for the logging page to white [#73]
    • Fixed borked RAM usage percentage for containers (one-tenth of the actual was shown) [#72]
    • Fixed issues for certain CPUs where CPU usage was not provided by the driver [#81]
    • Added marking and cursor spotting for CPU overall usage [#68]
    • Added marking and cursor spotting for memory overall usage [#68]
  • Images

    • Restricted revision count to natural numbers only (count start from 1) [#24]
  • Metrics

    • Added a new feature to facilitate passive monitoring using metric storage [#80]
    • Added a page listing metric records from storage
    • Added a page for showing single metric data
    • Sorted the metrics in the descending order of their timestamp before displaying [#78]
    • Used jQuery Knob for showing physical memory and virtual memory levels
    • Added Bootstrap progress bar for showing CPU clock speeds, CPU stress levels and battery

Availability

The releases are available at DockerHub.

Use the following command if you are on a generic PC.

docker run -d \
  --restart unless-stopped \
  --name supervisor-frontend-service \
  -p 9696:9696 \
  t0xic0der/supervisor-frontend-service:v1.2.0b-amd64

or the following command, if you are using an aarch64 distribution on Raspberry Pi 3 or 4.

docker run -d \
  --restart unless-stopped \
  --name supervisor-frontend-service \
  -p 9696:9696 \
  t0xic0der/supervisor-frontend-service:v1.2.0b-arm64

This version of the frontend service is compatible with v1.2.0b and v1.2.1b of the driver service.