Releases: HewlettPackard/squest
Releases · HewlettPackard/squest
v1.9.0
Breaking changes ⚠
- Global hook execution now send the same "squest" metadata to the job template as the one used in service operations
Enhancement
- Minor UI enhancements
- Add a link to go back to a request details from request comment page
Fix
- Global hook now send squest metadata
- Global hook use admin request serializer instead of read only serializer
- Fix table sort in request and instance list page
v1.8.2
Fix
- In API, extra_vars JSON fields were displayed as str instead of dict.
- Allow to delete UserRoleBinding linked to deleted object.
- UserRoleBindings on
Request
object were not deleted when deletingRequest
(Fix and cleanup migration).
Feature
- Tags can be filtered with 'AND' or 'OR' method (only 'AND' before).
v1.8.1
v1.8.0
Breaking changes ⚠
- Context usable with Jinja has changed.
spec
/user_spec
-->instance
. Impacted pages:- default values of an operation survey
- 'when' of a profile notification filter
Fix
- URL for available instances was wrong
- Fix JSON integer cast in survey
- Remove exposed MySQL port from prod
Feature
- Add job template config on request process
- Notification filters split: Support or request notification
Enhancement
- Add billing group field in UserSerializer
- Filter instance by spec and user spec
- Update filter sidebar size
- Add accepted_by and approved_by field
v1.7.5
v1.7.4
Fix
- Accept request from API without survey doesn't work
- Auto-process only worked if auto-accept is enabled
- The extra_vars field is not valid if it is in JSON from the API.
- Update resource from API does not work for all fields
Enhancement]
- link docs to operations
- add request messages to request detail
v1.7.3
Enhancement
- Create instance from API return full serializer
- Instance filtered by multiple choice instead of text in UI
- Link to access instances by service from home page in UI
- Service catalog forms with data live search in UI
- Filter for attribute definitions in API
Fix
- Request operation from API return the new request
- Support choices as list in AWX survey
v1.7.2
Feature
- Custom links on instance detail page
Enhancement
- Custom threshold color on resource pool and quota
- Add description documentation to services and portfolios
Fix
- Date submitted was updated on each save
- Hide disabled services from homepage
- Hide admin only create operations for end users
v1.7.1
Enhancement
- Date format can be set for all date from the settings
- Merge operation name and operation color type
Fix
- Fix breadcrumbs links in notification page
- Link to the doc now target the correct current version of the running squest instance
- fill_in_survey flag was saved as a string when created from the API
- Fix maintenance mode was not working when used from the API
v1.7.0
Internal
- Bump python version to 3.10
Fix
- Global hook was not working
- Fix ajax call when synchronizing job template. Number of template was not updated
Feature
- Notification filters
- Extra vars on Tower server, service and operation
- Add maintenance mode
Enhancement
- Operations can be limited to administrators only