Skip to content

Commit 6bb90d6

Browse files
authored
Merge pull request #498 from NASA-IMPACT/iss_481__Cumulus_Upgrade_From_v20_2_0_To_v20_3_0
Cumulus Upgrade from v20.2.0 to v20.3.0 Sandbox Smoke Tests all passed.
2 parents 6be8603 + 94308d0 commit 6bb90d6

File tree

5 files changed

+1452
-1452
lines changed

5 files changed

+1452
-1452
lines changed

.terraform-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.7
1+
1.12.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Terraspace::Project::CumulusVersionHelper
22
def cumulus_version
3-
"v20.2.0"
3+
"v20.3.0"
44
end
55
end

config/terraform/terraform.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
terraform {
2-
required_version = "1.5.7"
2+
required_version = "1.12.2"
33
required_providers {
44
archive = {
55
source = "hashicorp/archive",
66
version = "~> 2.2.0"
77
}
88
aws = {
99
source = "hashicorp/aws"
10-
version = "~> 5.0"
10+
version = ">= 5.100, < 6.0.0"
1111
}
1212
external = {
1313
source = "hashicorp/external"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
"@aws-sdk/lib-dynamodb": "^3.621.0",
6161
"@aws-sdk/lib-storage": "^3.621.0",
6262
"@aws-sdk/types": "^3.621.0",
63-
"@cumulus/aws-client": "20.2.0",
64-
"@cumulus/cmrjs": "20.2.0",
65-
"@cumulus/common": "20.2.0",
63+
"@cumulus/aws-client": "20.3.0",
64+
"@cumulus/cmrjs": "20.3.0",
65+
"@cumulus/common": "20.3.0",
6666
"@cumulus/cumulus-message-adapter-js": "2.0.4",
6767
"@smithy/util-stream": "^2.0.17",
6868
"axios": "^1.8.3",
@@ -82,8 +82,8 @@
8282
"devDependencies": {
8383
"@ava/typescript": "^4.1.0",
8484
"@aws-sdk/client-dynamodb": "^3.621.0",
85-
"@cumulus/api-client": "20.2.0",
86-
"@cumulus/types": "20.2.0",
85+
"@cumulus/api-client": "20.3.0",
86+
"@cumulus/types": "20.3.0",
8787
"@istanbuljs/nyc-config-typescript": "^1.0.1",
8888
"@tsconfig/node20": "^20.1.4",
8989
"@types/aws-lambda": "^8.10.85",

0 commit comments

Comments
 (0)