-
Notifications
You must be signed in to change notification settings - Fork 7
update STAC API (CRIM stac-app) 2.1.0 and STAC Browser 4.0.0-rc.2-crim #613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@fmigneault FYI I am unable to activate My Something else I need to check? |
|
Something else in |
|
|
@tlvu Sorry for the problem. Look at the PR @mishaschwartz opened. |
|
@tlvu I have manually updated the image so you can just re-pull it once and it should work: |
It works, thanks ! So the root cause is an accidental re-release from an automated build to a "movable" docker tag. Why are we using "movable" docker tag in production in the first place? It's production where reproducibility is required, not optional ! If the release is not fully ready (hence the |
|
It's not a moveable tag. The build that created the image for that tag did not run correctly. |
Oh it's not a moveable docker tag ! So somehow github trigger a build again on an existing git tag or did we move the git tag which triggers an unplanned build? |
|
I manually triggered the workflow that re-builds the image. The tag didn't change. |
Overview
Maintenance updates and fixes for STAC-related components.
Note
This release also serves to update and test the components to identify (if any) remaining quirks that could be resolve before https://github.com/radiantearth/stac-browser/releases/tag/v4.0.0-rc.2 is released officially (non-prerelease). The 4.x branch is expected to be the last before a massive v5 overhaul (radiantearth/stac-browser#746) that could affect deployment and/or UX.
Therefore, it is important to quickly raise any identified quick fixes that could make it in before the major update.
Changes
Non-breaking changes
STAC API: update to version
2.1.0./collectionsresponses causing requests withlimitquery or catalogswith more than 10 collections (by default) to never return collections beyond the first page.
STAC Browser: update to version
4.0.0-rc.2-crim.Apply upstream fixes, notably:
geojson.ioexternal viewer references from compatible GeoJSON STAC Assets.Breaking changes
Related Issue / Discussion
CollectionSearchExtension+TokenPaginationExtensionunsupported? stac-utils/stac-fastapi-pgstac#334Note
Both already deployed on https://hirondelle.crim.ca/ if you would like to explore them.
CI Operations
birdhouse_daccs_configs_branch: master
birdhouse_skip_ci: false