Skip to content
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

Update STAC app version to 1.0.1 #501

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@
[Unreleased](https://github.com/bird-house/birdhouse-deploy/tree/master) (latest)
------------------------------------------------------------------------------------------------------------------

[//]: # (list changes here, using '-' for each new entry, remove this when items are added)
## Changes

- Update STAC app version to 1.0.1

This update includes a bug fix which treats date-time values as ranges instead of strings when building
JSON schemas for use in queryables or collection summaries.
See https://github.com/crim-ca/stac-app/pull/24 for more details.

[2.10.0](https://github.com/bird-house/birdhouse-deploy/tree/2.10.0) (2025-02-24)
------------------------------------------------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions birdhouse/components/stac/default.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export STAC_PGUSER='${BIRDHOUSE_POSTGRES_USERNAME}'
export STAC_PGPASSWORD='${BIRDHOUSE_POSTGRES_PASSWORD}'

# crim-ca/stac-app:1.0.0 uses STAC-fastapi version 3.0.3
export STAC_VERSION=3.0.3-crim-1.0.0
export STAC_IMAGE='ghcr.io/crim-ca/stac-app:1.0.0'
export STAC_VERSION=3.0.3-crim-1.0.1
export STAC_IMAGE='ghcr.io/crim-ca/stac-app:1.0.1'
export STAC_IMAGE_URI='${STAC_IMAGE}'

# 'docker_image_push' branch points at https://github.com/crim-ca/stac-browser/tree/docker_image_push
Expand Down