From 3b9f7b8fb6d302802c1c2341ae753fa34f749e25 Mon Sep 17 00:00:00 2001 From: Nicolas Marcq Date: Fri, 22 Oct 2021 10:22:22 +0200 Subject: [PATCH] release 1.1 --- CHANGELOG.md | 68 +++++++++++++++++++++++++++++++++-------------- Squest/version.py | 2 +- 2 files changed, 49 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a52b4f92..81111355e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,53 @@ +# v1.1 2021-10-22 + +## Breaking changes +- Replace API token key work "Token" by "Bearer" + +## Fix +- Fix empty job template survey +- Fix attribute text display in some form +- Fix link to doc in instance pages + +## Enhancement +- Add a button to collapse filters in the graph view + +## Feature +- Add functional testing playbooks +- API: CRUD on resource group +- API: CRUD on resource pool +- add static HTML maintenance page +- API: CRUD on Request +- API: CRUD on Service +- API: CRUD on Operation +- Show GIT sha in the footer + # v1.0 2021-09-30 -- Fix: Fix LDAP TLS support with self-signed certificates -- Fix: Fix email host url from settings -- Enhancement: API authentication via token -- Enhancement: Text attribute on resource group -- Enhancement: Add instance and request details page -- Enhancement: Add job template details page -- Enhancement: Admin can delete instance -- Enhancement: Admin can archive and/or delete requests -- Enhancement: Add titles to identify squest fields and survey fields -- Enhancement: Multi stage Docker build -- Enhancement: Add button to list resources from resource group edit page -- Enhancement: Add filter on all page that list resources -- Feature: add documentation linkable to services -- Feature: automatic cleanup of ghost images from documentation -- Feature: add overcommitment ratio on resource group attributes -- Feature: add announcements -- Feature: Token management -- Feature: Job template compliancy checking -- Feature: add integrated backup support -- Feature: add official Docker image +## Fix +- Fix LDAP TLS support with self-signed certificates +- Fix email host url from settings + +## Enhancement +- API authentication via token +- Text attribute on resource group +- Add instance and request details page +- Add job template details page +- Admin can delete instance +- Admin can archive and/or delete requests +- Add titles to identify squest fields and survey fields +- Multi stage Docker build +- Add button to list resources from resource group edit page +- Add filter on all page that list resources + +## Feature +- add documentation linkable to services +- automatic cleanup of ghost images from documentation +- add overcommitment ratio on resource group attributes +- add announcements +- Token management +- Job template compliancy checking +- add integrated backup support +- add official Docker image # v1.1 2021-08-11 diff --git a/Squest/version.py b/Squest/version.py index 390751ae0..a98aa1b87 100644 --- a/Squest/version.py +++ b/Squest/version.py @@ -1,2 +1,2 @@ -__version__ = "1.1b" +__version__ = "1.1" VERSION = __version__