diff --git a/.github/workflows/deploy-daac.yml b/.github/workflows/deploy-daac.yml index 5e928265a..0fdd6faff 100644 --- a/.github/workflows/deploy-daac.yml +++ b/.github/workflows/deploy-daac.yml @@ -21,9 +21,9 @@ jobs: template_bucket: cf-templates-118mtzosmrltk-us-west-2 image_tag: latest product_lifetime_in_days: 14 - default_credits_per_user: 1000 + default_credits_per_user: 10000 reset_credits_monthly: true - cost_profile: DEFAULT + cost_profile: EDC deploy_ref: refs/heads/main job_files: job_spec/AUTORIFT.yml job_spec/INSAR_GAMMA.yml job_spec/RTC_GAMMA.yml job_spec/INSAR_ISCE_BURST.yml instance_types: r6id.xlarge,r6id.2xlarge,r6id.4xlarge,r6id.8xlarge,r6idn.xlarge,r6idn.2xlarge,r6idn.4xlarge,r6idn.8xlarge diff --git a/CHANGELOG.md b/CHANGELOG.md index f8cbd1c17..f2897f86c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,17 @@ 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). +## [7.0.0] + +This release marks the final transition to the new credits system. These changes apply to the production HyP3 API at . Read the [announcement](https://hyp3-docs.asf.alaska.edu/using/credits/) for full details. + +### Changed + +- Each type of job now costs a different number of credits, as shown in the table [here](https://hyp3-docs.asf.alaska.edu/using/credits/). +- Users are now given an allotment of 10,000 credits per month. + ## [6.5.1] + ### Fixed - Added a Lambda function that sets `Private DNS names enabled` to false for VPC endpoint in EDC.