Skip to content

v0.7.2

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jan 23:36
· 29 commits to master since this release
v0.7.2
a9448db

Changelog

  • Updated chart definition
    • Added startup probe
    • Changed default values of failureThreshold and periodSeconds of all probes
    • Added overrides section to allow overriding name, fullname, image repository, image name & image tag
    • Added reference for GPTS' documentation for charts' values
    • Added metadata to Chart.yaml
  • Added support for configurable configuration endpoint's address
  • Upgraded project's dependencies
  • Changed default handler's response structure
    • Headers' values are now returned as single comma-separated string instead of list
    • Added query values logging
  • Updated OpenAPI specification
  • Updated documentation

Commits

  • 71828bc: Update docs (Piotr Icikowski)
  • 97925bf: Update chart definition (Piotr Icikowski) #13
  • 90e3ac6: Add configurable config endpoint (Piotr Icikowski) #13
  • ba30de8: Upgrade project's dependencies (Piotr Icikowski) #13
  • 471de83: Change default handler's response structure (Piotr Icikowski) #13
  • ac8fb7f: Update OpenAPI specification (Piotr Icikowski) #13
  • 0ccf11f: Update docs for GPTS 0.7.2 (Piotr Icikowski) #13
  • a9448db: Fix major issue with startup probe (Piotr Icikowski)