Skip to content

Commit

Permalink
release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sispheor committed Oct 22, 2021
1 parent 1d161ae commit 3b9f7b8
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 21 deletions.
68 changes: 48 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Squest/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.1b"
__version__ = "1.1"
VERSION = __version__

0 comments on commit 3b9f7b8

Please sign in to comment.