From 713dd52bdd17bcdd9b8983b9cec5bbbb67ddff77 Mon Sep 17 00:00:00 2001 From: Jake Herrmann Date: Thu, 28 Mar 2024 13:02:45 -0800 Subject: [PATCH 1/2] update prod deployment for credits release --- .github/workflows/deploy-daac.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From dd3c9a9d526ba8b51394f94f48fa6d326cb04507 Mon Sep 17 00:00:00 2001 From: Jake Herrmann Date: Thu, 28 Mar 2024 13:19:14 -0800 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a9737957..cb1ddd856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,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). +## [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.0] ### Added