Skip to content

Releases: NASA-IMPACT/veda-backend

v1.1.0-rc.18

12 Dec 16:23
92ad57c
Compare
Choose a tag to compare
v1.1.0-rc.18 Pre-release
Pre-release

v1.1.0-rc.18 (2023-12-12)

Feature

  • feat: add render link injection to item collection (#247) (92ad57c)

v2.1.0

11 Dec 16:46
0ce5c2e
Compare
Choose a tag to compare

v2.1.0 (2023-12-11)

Feature

  • feat: release stac-browser and fixes (#256)

What

  • New eoapi-cdk construct
    for deploying
    a radiant earth
    stac-browser
  • Updates to github actions versions to resolve node version warnings
  • Adds support for externally triggered deployment actions
  • Adds bootstrap-qualifier support for deploying to an aws account with
    a non-standard cdk toolkit
  • Fixes permissions boundary construct
  • Deployment requires an updated aws-cdk version (0ce5c2e)

v1.1.0-rc.17

04 Dec 19:21
730b05b
Compare
Choose a tag to compare
v1.1.0-rc.17 Pre-release
Pre-release

v1.1.0-rc.17 (2023-12-04)

Documentation

  • docs: update editable context diagram (eeead4d)

  • docs: update readme and improve comments (b4eee58)

Feature

  • feat(browser): use eoapi-cdk to build a radiant earth stac browser (#257)

What

Added

  • Add eoapi-cdk construct
    for deploying a
    radiant earth
    stac-browser
  • Supports stacks that are deployed with either a custom subdomain (i.e.
    <stage>-stac.delta-backend.com) or cloudfront with custom routes (i.e.
    <cfdomain>.com/api/stac).
  • Add a construct to provision a new s3 website if an existing bucket is
    not provided in configuration

Changed

  • aws-cdk-lib(s) version update
  • routes construct updated to use the bucket from the new s3 website
    construct as origin (instead of just an existing bucket).
  • Docs updated
    > Note 1.
    There is a hack in the PR to work around a sequencing issue: neither the
    https app id nor the stac api construct url are available at the time
    that the eoapi-construct builds the stac-browser (i.e. this is not a
    valid url string for the stac catalog:
    https://${Token[TOKEN.189]}.execute-api.uswest-2.amazonaws.com). To
    work around this we are able to infer what the STAC catalog url will be
    based on configuration for the cloudfront or subdomain.

> Note 2.
based on work introduced in pr #222 (with updates for current
veda-backend)

Source issue

NASA-IMPACT/veda-architecture#305

How tested

  • deployed a test stack with cloudfront & browser
  • pre-deploy cdk diff looks good (runner builds stac-browser)
  • tested custom domain case (i.e. <stage>-stac.delta-backend.com) (730b05b)
  • feat(browser): create s3 static website as a separate construct and enable deploying a stac browser for a stac-api with a custom subdomain (75488e8)

  • feat(browser): use eoapi-cdk to build a radiant earth stac browser for instances with a cloudfront (184382c)

Unknown

  • fix infer catalog url for app with service specific subdomains (881d3e9)

v1.1.0-rc.16

27 Nov 15:57
7e348cf
Compare
Choose a tag to compare
v1.1.0-rc.16 Pre-release
Pre-release

v1.1.0-rc.16 (2023-11-27)

Fix

  • fix(ci): upgrade github actions to resolve warnings (#254)
  • Upgrade to github actions to resolve outdated node version warnings
  • Add cdk deploy output to file to resolve set-output warning
  • Conventional PR linter if not not updated: we may need to remove or
    replace if this upgrade
    PR

    is not accepted. For now, there is a warning in the pr action about
    forcing linter to run on an upgraded node version.

Parent issue NASA-IMPACT/veda-architecture#345 (7e348cf)

v1.1.0-rc.15

23 Nov 17:18
acea4da
Compare
Choose a tag to compare
v1.1.0-rc.15 Pre-release
Pre-release

v1.1.0-rc.15 (2023-11-23)

Feature

  • feat(ci): production github action for veda deploy (#255)

Include github action to be used for production deployment with veda-deploy (acea4da)

v1.1.0-rc.14

22 Nov 18:39
fc51c36
Compare
Choose a tag to compare
v1.1.0-rc.14 Pre-release
Pre-release

v1.1.0-rc.14 (2023-11-22)

Fix

  • fix: use managed policy for permissions boundary (#253)

A managed policy is needed for permission boundary (fc51c36)

v1.1.0-rc.13

22 Nov 18:28
08d4365
Compare
Choose a tag to compare
v1.1.0-rc.13 Pre-release
Pre-release

v1.1.0-rc.13 (2023-11-22)

Feature

  • feat: include app context config for bootstrap qualifier (#252)

Include app context config for bootstrap qualifier. (08d4365)

Unknown

v2.0.1

16 Nov 20:56
835aea2
Compare
Choose a tag to compare

v2.0.1 (2023-11-16)

Fix

  • fix(raster): pin rio-tiler 6.2.3.post1 (#250)

What

Pin a post rio-tiler release that supports zonal statistics upgrades
while a map zooming issue is investigated

Why

cogeotiff/rio-tiler#654 (835aea2)

v1.1.0-rc.12

15 Nov 23:50
35816ba
Compare
Choose a tag to compare
v1.1.0-rc.12 Pre-release
Pre-release

v1.1.0-rc.12 (2023-11-15)

Fix

  • fix(raster): pin rio-tiler 6.2.3.post1 (#249)

Post release 6.2.3.post1 to get features/fixed which were added after
6.2.3 (fix for weighted spatial average) (35816ba)

  • fix(raster): pin rio-tiler 6.2.3.post1 (a3d87b2)

v1.1.0-rc.11

15 Nov 21:02
9d9ec9d
Compare
Choose a tag to compare
v1.1.0-rc.11 Pre-release
Pre-release

v1.1.0-rc.11 (2023-11-15)

Fix

  • fix(raster): temp downgrade rio tiler version (#248)

Temporary rollback rio-tiler to an earlier version (9d9ec9d)

  • fix(raster): temp downgrade rio tiler version (dbaeccd)