Skip to content

Commit

Permalink
Merge pull request #119 from asfadmin/v9.2.0.1-rc
Browse files Browse the repository at this point in the history
upgrade TEA
  • Loading branch information
bbuechler authored Aug 26, 2021
2 parents ad216ee + a6a4430 commit 8922870
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v9.2.0.1

* Upgrade to TEA to build [1.1.1](https://github.com/asfadmin/thin-egress-app/releases/tag/tea-build.111)
to resolve several CVE's

## v9.2.0.0

* Upgrade to Cumulus [v9.2.0](https://github.com/nasa/Cumulus/releases/tag/v9.2.0)
Expand Down
2 changes: 1 addition & 1 deletion cumulus/thin-egress.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "thin_egress_app" {
source = "s3::https://s3.amazonaws.com/asf.public.code/thin-egress-app/tea-terraform-build.103.zip"
source = "s3::https://s3.amazonaws.com/asf.public.code/thin-egress-app/tea-terraform-build.111.zip"

auth_base_url = var.urs_url
bucket_map_file = local.bucket_map_key == null ? aws_s3_bucket_object.bucket_map_yaml.id : local.bucket_map_key
Expand Down

0 comments on commit 8922870

Please sign in to comment.