Skip to content

Releases: HERMES-SOC/sdc_aws_base_docker_image

v0.2.0

27 Mar 13:27
e0b46fc
Compare
Choose a tag to compare

v0.2.0 (2023-03-27)

This release includes improvements in preparation for the upcoming second dataflow test. Since the last release, the improvements are as follows:

  • Fixed permissions issues in devcontainers
  • Update to add latest of ccsdpy
  • Update to add setuptools_scm

Changelog

  • Add vscode user to avoid permission issues in devcontainers by @dbarrous in #23
  • Update requirements to add ccsdpy by @ehsteve in #25
  • update to requirements to include setuptools_scm by @ehsteve in #26
  • we need the latest version of ccsds at this time by @ehsteve in #27

Full Changelog: v0.1.0...v0.2.0

v0.1.0

05 Oct 21:56
Compare
Choose a tag to compare

v0.1.0 (2022-10-05)

This release follows the HERMES Ground System data flow test that took place on 2022-09-28. This first release of the SDC AWS Base Docker image repo includes the following functionality

  • First iteration of version controlling the dockerfile and python requirements file that is used both on the devcontainers and processing lambda function container image.
  • CI/CD Pipeline build and deploy the image via the git repo.
  • Container building and testing on the CI/CD pipeline.