You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update nuxt-client to the upcoming 0.0.9 release
Remove the clientSecret from the default values.yaml to avoid security issue (the previous one is now revoked)
Fix issue with cwl-loader for loading some CWL files
Update to the latest ZOO-Project-DRU version (including fix for GHSA-58pv-8j8x-9vj2)
Update the Postgresql docker image to version 16-trixie (16-alpine before), the image is a bit bigger in size but also safer
Add support for OGC API - Processes - Part 1: Core 2.0 conformance classes (optional, disabled by default)
Add option to skip cwl2ogc schema generation in processDescription responses (disabled by default)
| zoo.promoteHead | Expose endpoints using the HEAD HTTP method in the OpenAPI | true |
204
204
| zoo.detectEntrypoint | Dynamically deploy a pod and its associated service to detect docker `ENTRYPOINT` to prepend to existing baseCommand | false |
205
+
| zoo.processesv2 | Add OGC API - Processes - Part 1: Core 2.0 conformance classes | false |
206
+
| zoo.skipCwl2ogcSchema | When enabled, processDescription responses omit schemas generated by cwl2ogc | false |
0 commit comments