Skip to content

Version 1.0.0

Choose a tag to compare

@github-actions github-actions released this 29 Oct 14:41
· 19 commits to main since this release

This version of the Harmony Trajectory Subsetter service contains all
functionality previously released internally to EOSDIS as
sds/trajectory-subsetter:0.4.2. Minor reformatting of the repository
structure has occurred to better comply with recommended best practices for a
Harmony backend service repository, but the service itself is fundamentally
unchanged.

For more information on internal releases prior to NASA open-source migration,
see legacy-CHANGELOG.md.

Added

  • LICENSE file as required by NASA Open Source Software guidelines.
  • CODEOWNERS file to ensure default reviewers for pull requests.
  • GitHub workflows for running tests and publishing Docker images to GHCR.

Changed

  • Dockerfiles and scripts in the bin directory have been updated to make use
    of new GHCR image names.

Removed

  • On-premises scripts and artefacts for the SDPS system have been removed from
    the repository.

Commits

TRT-741: Prepare repository for GitHub.