Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ on:
default: asfadmin/CIRRUS-core
CORE_REF:
description: The CIRRUS-core git ref to checkout
default: v20.1.2.0
default: v20.1.2.1

concurrency:
# group: <workflow>-<deploy-name>-<maturity>
Expand Down Expand Up @@ -84,13 +84,13 @@ jobs:
AWS_REGION: us-west-2
DASHBOARD_TARGET: ''
JOB_NAME: CIRRUS-DAAC
PYTHON_VER: 'python3'
PYTHON_VER: 'python3.11'
# Defaults with overrides
DASHBOARD_REPO: ${{ github.event.inputs.DASHBOARD_REPO || 'nasa/cumulus-dashboard' }}
DASHBOARD_REF : ${{ github.event.inputs.DASHBOARD_REF || 'v13.1.0' }}
DEPLOY_NAME: ${{ github.event.inputs.DEPLOY_NAME || 'daac' }}
CORE_REPO: ${{ github.event.inputs.CORE_REPO || 'asfadmin/CIRRUS-core' }}
CORE_REF: ${{ github.event.inputs.CORE_REF || 'v20.1.2.0' }}
CORE_REF: ${{ github.event.inputs.CORE_REF || 'v20.1.2.1' }}
MAKE_TARGET: ${{ github.event.inputs.MAKE_TARGET || 'workflows' }}
API_ROOT: ${{ github.event.inputs.DASHBOARD_API_ROOT || '' }}
MATURITY: ${{ github.event.inputs.MATURITY || 'sbx' }}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
# CHANGELOG

## Unreleased

## v20.1.2.1
* Update Lambda runtime to Python3.11

## v20.1.2.0
* Upgrade to [Cumulus v20.1.2](https://github.com/nasa/cumulus/releases/tag/v20.1.2)
* Update default GitHub branch name to 'main'

## v20.1.1.0
Expand Down
4 changes: 0 additions & 4 deletions cumulus/variables/sbx.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@ launchpad_certificate = "launchpad.pfx"

# Uncomment to specify an AMI; if not specifed, the default will be the latest image_id_ecs_amz2
# ecs_cluster_instance_image_id = "ami-0e77b9f8830138cd2"


#Per variable definition, set this to true if using a serverless RDS
rds_connection_heartbeat = true
2 changes: 1 addition & 1 deletion workflows/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ locals {
region = data.aws_region.current.name
}

python_version = "python3.9"
python_version = "python3.11"
}
6 changes: 3 additions & 3 deletions workflows/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cumulus-message-adapter-python==2.2.0
cumulus-message-adapter==2.0.3
cumulus_process==1.3.0
cumulus-message-adapter-python==2.3.0
cumulus-message-adapter==2.0.4
cumulus-process==1.4.0