Skip to content

Releases: NASA-IMPACT/veda-backend

v8.0.0

15 Oct 18:14
5fcae8c
Compare
Choose a tag to compare

v8.0.0 (2024-10-15)

Breaking

feat(routes)!: remove cloudfront distribution and custom alternate
domain from backend #422

Added

feat(raster-api): added custom NLCD colormap
#433
feat: add ecr endpoint
#432

Fixed

fix(tests): #425
fix(ingest): improved datetime validations
#419

Changed

ci: remove automated deployments to staging
#438 (5fcae8c)

v1.1.0-rc.88

15 Oct 15:30
a226793
Compare
Choose a tag to compare
v1.1.0-rc.88 Pre-release
Pre-release

v1.1.0-rc.88 (2024-10-15)

Features

v1.1.0-rc.87

14 Oct 18:37
93466b1
Compare
Choose a tag to compare
v1.1.0-rc.87 Pre-release
Pre-release

v1.1.0-rc.87 (2024-10-14)

Fixes

  • fix: typo in define-environment (#440)

What

Trying to get cicd action running on push to develop branch (93466b1)

v1.1.0-rc.86

14 Oct 17:23
c3919f7
Compare
Choose a tag to compare
v1.1.0-rc.86 Pre-release
Pre-release

v1.1.0-rc.86 (2024-10-14)

Continuous Integration

  • ci: fix cicd target branch name and fix release workflow (#439)

what

  • Fix: correct the name of the target branch for the develop deployment
    cicd
  • Fix: return the release workflow trigger for pushes to develop and
    main branches (c3919f7)
  • ci: fix cicd target branch name and return release workflow to follow releases configured in pyproject.toml (abceb02)

  • ci: remove automated deployment to staging from merge into main branch (#438)

Issue

NASA-IMPACT/veda-deploy#52

What?

  • This PR removes the github workflow that deploys to the staging
    environment and the pre-deploy cdk diff for the staging environment
    because it is now managed in veda-deploy.
  • This PR modifies the automated dev branch and instance deployment to
    use the same cdk-deploy/action that is used in veda-deploy (ad5d5e5)
  • ci: use shared cdk-deploy action for dev branch deployment (247fa9b)

Unknown

  • Update .github/workflows/cicd.yml

Co-authored-by: Jennifer Tran [email protected] (65a74da)

v1.1.0-rc.85

03 Oct 20:31
96f2830
Compare
Choose a tag to compare
v1.1.0-rc.85 Pre-release
Pre-release

v1.1.0-rc.85 (2024-10-03)

Feature

  • feat(raster-api): new colormap for NLCD data (#433)

Issue

#429

What?

This PR adds a new colormap for NLCD data (nlcd) and documents how the
colormap was created.

Why?

  • The colormap definition for the categorical NLCD data was too long to
    bypass firewall url parameter length rules

Testing?

  • feat(raster-api): new colormap for NLCD data (fd7eeb7)

v1.1.0-rc.84

01 Oct 14:16
1d21109
Compare
Choose a tag to compare
v1.1.0-rc.84 Pre-release
Pre-release

v1.1.0-rc.84 (2024-10-01)

Fix

  • fix: check none enddate in temporal validator (#419) (1d21109)

v1.1.0-rc.83

27 Sep 17:31
675268b
Compare
Choose a tag to compare
v1.1.0-rc.83 Pre-release
Pre-release

v1.1.0-rc.83 (2024-09-27)

Fix

  • fix: update stac_api_url and raster_api_url properties to check correct variables (#431)

What? / Why?

  • Update the condition to check the correct variable

Testing?

  • Deployed to UAH dev for testing (675268b)
  • fix: update condition in veda_raster_api_cf_url to check for raster_root_path and update config vars in ingest-api (8ebddec)

  • fix: remove stac and raster cloudfront url properties altogether (6b7f75a)

  • fix: update variable names (183bdd0)

  • fix: lambda env config (343bf54)

  • fix: update stac_api_url and raster_api_url properties to default to using apigw (66d8d2b)

v1.1.0-rc.82

25 Sep 14:11
e53f81b
Compare
Choose a tag to compare
v1.1.0-rc.82 Pre-release
Pre-release

v1.1.0-rc.82 (2024-09-25)

Test

  • test: Fix transaction unit tests (#425)

Co-authored-by: Vincent Sarago <[email protected]>
Co-authored-by: smohiudd <[email protected]> (e53f81b)

v1.1.0-rc.81

23 Aug 21:30
d6aedd7
Compare
Choose a tag to compare
v1.1.0-rc.81 Pre-release
Pre-release

v1.1.0-rc.81 (2024-08-23)

Chore

  • chore: remove moto from setup. leave in requirements_dev (#421) (72f446a)

Feature

  • feat: remove cloudfront distribution and custom alternate domain from backend (#422)

Issue

#403
#221

What + Why

  • Remove cloudfront distribution CDK from veda-backend because it's now
    managed in veda-routes
  • Update values passed into ingestor config to derive endpoint values
    using the custom host and stac and raster API root paths
  • Remove configuration and support for hosting duplicate stac and raster
    apis as alternative domains.

Testing?

Deployed to UAH (d6aedd7)

  • feat: update readme to include veda-routes (4c0628d)

  • feat: remove alternate domain support (4b18b20)

  • feat: remove cloudfront distribution from backend (cc74726)

Fix

  • fix: fall back to using api gateway url (8735f45)

  • fix: typing (d5d307f)

  • fix: create properties for stac and raster api url inference for ingest (6352853)

  • fix: formatting (545070c)

  • fix: fix base api url (f0e0884)

  • fix: fix markdown formatting (06b1372)

  • fix: remove unused imports (0cc613c)

  • fix: lint (5e2705a)

v7.2.0

20 Aug 16:05
fbe0fc1
Compare
Choose a tag to compare

v7.2.0 (2024-08-20)

Chore

  • chore: remove moto from setup. leave in requirements_dev (#421) (72f446a)

Feature

  • feat(release): merge dev into main, update domain names to support multiple domain names for prod, Improve raster integration tests, remove moto from setup. leave in requirements_dev (#423)

🪙 Changed/Updated

🩹 Fixed

Authors - Co-authored-by: Jennifer Tran - Co-authored-by: Stephen Kilbourn

(fbe0fc1)