From 7d0985eb395c77cfe0877235c9871689a6dcc99a Mon Sep 17 00:00:00 2001 From: Martin Boulais <31805063+martinboulais@users.noreply.github.com> Date: Thu, 29 Jun 2023 15:00:17 +0200 Subject: [PATCH] Release 0.58.0 (#1037) --- CHANGELOG.md | 10 ++++++++++ lib/public/views/About/Overview/index.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d39e46058..624853c287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.58.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.58.0) +* Notable changes for users: + * Adds total TF size display to LHC fill details, renamed 'total CTF' to 'total CTF size' + * Environment status in overview page is now colored according to the status + * Hints has been added on some of the EoS reports form fields + * A button to create EoS report has been added to the permanent top-bar of the application + * The DCS EoS report is now available + * A new gRPC enpoint has been added to fetch the last LHC fill + * The total TF size is now displayed on LHC fill details page + ## [0.57.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.57.0) * Notable changes for users: * The SLIMOS automatic EoS report has been added diff --git a/lib/public/views/About/Overview/index.js b/lib/public/views/About/Overview/index.js index d39f6e2dc8..16f035eaab 100644 --- a/lib/public/views/About/Overview/index.js +++ b/lib/public/views/About/Overview/index.js @@ -21,7 +21,7 @@ import { table } from '../../../components/common/table/table.js'; */ const aboutOverview = () => { const data = [ - { type: 'Bookkeeping', version: '0.57.0', hostname: '-', port: '4000' }, + { type: 'Bookkeeping', version: '0.58.0', hostname: '-', port: '4000' }, { type: 'NPM', version: '', hostname: '', port: '' }, ]; diff --git a/package-lock.json b/package-lock.json index c16f43c3c5..49d3ebb4c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aliceo2/bookkeeping", - "version": "0.57.0", + "version": "0.58.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aliceo2/bookkeeping", - "version": "0.57.0", + "version": "0.58.0", "bundleDependencies": [ "@aliceo2/web-ui", "cls-hooked", diff --git a/package.json b/package.json index 45d2764499..1aef47f198 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aliceo2/bookkeeping", - "version": "0.57.0", + "version": "0.58.0", "author": "ALICEO2", "scripts": { "coverage": "nyc npm test && npm run coverage:report",