Skip to content

Commit

Permalink
/version 1.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ngachung committed Sep 6, 2022
1 parent 1c17eda commit dd4e8d4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.7.0] - 2022-09-06
### Added
- [#62](https://github.com/unity-sds/unity-data-services/issues/66) Added OpenAPI spec for DAPA endpoints
- [#66](https://github.com/unity-sds/unity-data-services/issues/66) Added pagination links to STAC response of DAPA endpoints
- [#64](https://github.com/unity-sds/unity-data-services/issues/64) Added temporal coverage to DAPA collection endpoint
### Changed
- [#67](https://github.com/unity-sds/unity-data-services/issues/67) Updated STAC collection schema to be compatible with PySTAC library
### Fixed

## [1.6.17] - 2022-07-28
### Added
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-granules-download.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
cumulus_granules_download:
image: ghcr.io/unity-sds/unity-data-services:1.5.15
image: ghcr.io/unity-sds/unity-data-services:1.7.0
volumes:
- /tmp/cumulus_granules:/etc/granules
command: ["download"]
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-granules-upload.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
cumulus_granules_upload:
image: ghcr.io/unity-sds/unity-data-services:1.5.15
image: ghcr.io/unity-sds/unity-data-services:1.7.0
volumes:
- /tmp/snpp_upload_test_1:/etc/snpp_upload_test_1
command: ["upload"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name="cumulus_lambda_functions",
version="1.6.19",
version="1.7.0",
packages=find_packages(),
install_requires=install_requires,
tests_require=['mock', 'nose', 'sphinx', 'sphinx_rtd_theme', 'coverage', 'pystac', 'python-dotenv', 'jsonschema'],
Expand Down

0 comments on commit dd4e8d4

Please sign in to comment.