|
34 | 34 |
|
35 | 35 | Also changes the format for `JUPYTERHUB_RESOURCE_LIMITS` to a yaml or JSON string. |
36 | 36 |
|
| 37 | +[2.20.1](https://github.com/bird-house/birdhouse-deploy/tree/2.20.1) (2025-12-16) |
| 38 | +------------------------------------------------------------------------------------------------------------------ |
| 39 | + |
| 40 | +## Fixes |
| 41 | + |
| 42 | +- Add log rotation scheduler job for the nginx logs |
| 43 | + |
| 44 | + Currently the nginx logs are not rotated so they can build up to quite a large size. |
| 45 | + |
| 46 | + Previously, they were rotated by the `canarie-api` component but that is no longer a required |
| 47 | + component and CanarieAPI hasn't handled log rotation since CanarieAPI version 1.0.0 (see |
| 48 | + https://github.com/bird-house/birdhouse-deploy/pull/452 for details). |
| 49 | + |
| 50 | + Fixes https://github.com/bird-house/birdhouse-deploy/issues/593. Here is a summary of the issue: |
| 51 | + |
| 52 | + - CanarieApi parses the log file every minute starting from the beginning of the file |
| 53 | + - If the log file is really big it uses a lot of CPU and memory to read through the whole file |
| 54 | + - This would use a lot less CPU and memory if the log file was smaller |
| 55 | + |
| 56 | + This quick and least disruptive fix to get the production server out of the water should be a |
| 57 | + temporary solution until a better solution using container STDOUT parsing is implemented for |
| 58 | + the CanarieAPI and prometheus-log-parser (https://github.com/bird-house/birdhouse-deploy/issues/618). |
| 59 | + Then we can deprecate this scheduler job. |
| 60 | + |
| 61 | +[2.20.0](https://github.com/bird-house/birdhouse-deploy/tree/2.20.0) (2025-12-10) |
| 62 | +------------------------------------------------------------------------------------------------------------------ |
| 63 | + |
| 64 | +## Changes |
| 65 | + |
| 66 | +- STAC API: update to version [`2.1.0`](https://github.com/crim-ca/stac-app/releases/tag/2.1.0). |
| 67 | + |
| 68 | + - Fix paging error on `/collections` responses causing requests with `limit` query or catalogs |
| 69 | + with more than 10 collections (by default) to never return collections beyond the first page. |
| 70 | + |
| 71 | +- STAC Browser: update to version [`4.0.0-rc.2-crim`](https://github.com/crim-ca/stac-browser/releases/tag/v4.0.0-rc.2-crim). |
| 72 | + |
| 73 | + Apply upstream fixes, notably: |
| 74 | + |
| 75 | + - Logo resizing issue when embedded in contact details. |
| 76 | + - Handling of `geojson.io` external viewer references from compatible GeoJSON STAC Assets. |
| 77 | + - Improvements to UI for better locales, content positioning and browsing experience. |
| 78 | + - Alignment with latest OGC APIs requirements and conformance classes. |
| 79 | + - Added support for multiple additional data representations and visualization. |
| 80 | + |
37 | 81 | [2.19.0](https://github.com/bird-house/birdhouse-deploy/tree/2.19.0) (2025-12-05) |
38 | 82 | ------------------------------------------------------------------------------------------------------------------ |
39 | 83 |
|
|
0 commit comments