Skip to content

Releases: HewlettPackard/squest

v1.9.0

14 Dec 13:32
Compare
Choose a tag to compare

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

31 Oct 15:18
Compare
Choose a tag to compare

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 deleting Request (Fix and cleanup migration).

Feature

  • Tags can be filtered with 'AND' or 'OR' method (only 'AND' before).

v1.8.1

12 Oct 08:48
Compare
Choose a tag to compare

Fix

  • Fix the request serializer on day 2 operations. fill_in_survey was saved as string instead of dict

Enhancement

  • Minor UI enhancements

v1.8.0

10 Oct 16:33
Compare
Choose a tag to compare

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

16 Sep 09:02
Compare
Choose a tag to compare

Fix

  • [Fix] Fix bad queryset 😅

v1.7.4

15 Sep 15:43
Compare
Choose a tag to compare

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

31 Aug 08:29
Compare
Choose a tag to compare

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

04 Aug 13:27
Compare
Choose a tag to compare

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

21 Jul 15:44
Compare
Choose a tag to compare

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

18 Jul 09:39
Compare
Choose a tag to compare

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