|
15 | 15 | [Unreleased](https://github.com/bird-house/birdhouse-deploy/tree/master) (latest) |
16 | 16 | ------------------------------------------------------------------------------------------------------------------ |
17 | 17 |
|
| 18 | +[//]: # (list changes here, using '-' for each new entry, remove this when items are added) |
| 19 | + |
| 20 | +[2.14.0](https://github.com/bird-house/birdhouse-deploy/tree/2.14.0) (2025-05-12) |
| 21 | +------------------------------------------------------------------------------------------------------------------ |
| 22 | + |
18 | 23 | ## Changes |
19 | 24 |
|
| 25 | +- Weaver: update `weaver` component default version to [6.6.0](https://github.com/crim-ca/weaver/tree/6.6.0). |
| 26 | + |
| 27 | + Notable changes include: |
| 28 | + |
| 29 | + - Added HTML representation of job status. |
| 30 | + - Added alternate job `Profile` representations for interoperability with other clients like *WPS* and *openEO*. |
| 31 | + - Adjust job `status` value for `successful` instead of `succeeded` in accordance to latest OGC API standard edits. |
| 32 | + If clients were defined with explicit checks of the older value, they can request that job representation using |
| 33 | + query parameters `?profile=wps&f=json`. Otherwise, it is preferable that scripts are updated to allow either value |
| 34 | + to ensure the statuses are resolved correctly regardless of Weaver version employed by the server. |
| 35 | + - Docker build employs [Provenance](https://docs.docker.com/build/metadata/attestations/slsa-provenance) |
| 36 | + and [Software Bill of Materials (SBOM)](https://docs.docker.com/build/metadata/attestations/sbom) for |
| 37 | + traceable dependencies, validation of references, and trust for replicable execution pipelines. |
| 38 | + - Update Python 3.11 to Python 3.12 in the distributed Docker image. |
| 39 | + - Various bug fixes and security vulnerability fixes. |
| 40 | + |
| 41 | + For full changelog details, see [Weaver Changes](https://pavics-weaver.readthedocs.io/en/latest/changes.html). |
| 42 | + |
20 | 43 | - Cowbird: Update version [`2.5.1`](https://github.com/Ouranosinc/cowbird/blob/master/CHANGES.rst#251-2025-05-06) |
21 | 44 | for security fixes. |
22 | 45 |
|
|
0 commit comments