From 55a9ecd31e755d5d6e0effc811d0b03f302ba829 Mon Sep 17 00:00:00 2001 From: Frank Greguska <89428916+frankinspace@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:48:13 -0800 Subject: [PATCH] Update to place harmony results in our bucket --- .github/workflows/cicd-pipeline.yml | 2 +- CHANGELOG.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cicd-pipeline.yml b/.github/workflows/cicd-pipeline.yml index 3b9e492..ed3ce3c 100644 --- a/.github/workflows/cicd-pipeline.yml +++ b/.github/workflows/cicd-pipeline.yml @@ -162,7 +162,7 @@ jobs: terraform init -backend=false -upgrade terraform validate -no-color - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@master + uses: sonarsource/sonarqube-scan-action@v4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a70ac2..8cc04cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added +- [issues/9](https://github.com/podaac/bignbit/issues/9): Added some documentation for installing as cumulus module ### Changed - [issues/15](https://github.com/podaac/bignbit/issues/15): Change 'convertToPNG' choice to a generic send to harmony choice - [issues/16](https://github.com/podaac/bignbit/issues/16): Change apply opera treatment choice and lambda to be specific to HLS +- [issues/23](https://github.com/podaac/bignbit/issues/23): Harmony requests now include `destinationUrl` parameter to place output + directly in s3 bucket instead of requiring data to be copied. +- [issues/41](https://github.com/podaac/bignbit/issues/41): Module no longer depends on deprecated hashicorp/template provider +- [issues/42](https://github.com/podaac/bignbit/issues/42): Terraform version upgraded to v1.5.3 ### Deprecated ### Removed - [issues/7](https://github.com/podaac/bignbit/issues/15): Remove the wait for GITC response