Skip to content

Commit

Permalink
Merge pull request #170 from spacetelescope/hotfix/stwcs
Browse files Browse the repository at this point in the history
base image update and deploy tag increments
  • Loading branch information
bhayden53 authored Nov 30, 2021
2 parents f582c9a + f1c7b4a commit ae8177f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
9 changes: 1 addition & 8 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
- readme updates regarding modeling of job resource requirements
- automated AMI rotation via lambda launching EC2 with user-data that runs terraform
- messages can now contain payloads to override certain job params
- various cert fixes (order of some installations in docker and user-data had to be moved around)
- job predict lambda now uses data from dynamodb for an ipppssoot, if it is present already from a previous processing run
- tensorflow update to 2.6.2
- various bugfixes for the ML model in the lambda and training (feature params were not guaranteed to be in the same order)
- re-introduced tainting off JobPredict lambda, which uses docker backend, to prevent cached image being used by lambda
- base image update to CALDP_20211129_CAL_final
6 changes: 3 additions & 3 deletions terraform/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# ADMIN_ARN is set in the ci node env and should not be included in this deploy script

# variables that will likely be changed frequently
CALCLOUD_VER="v0.4.30"
CALDP_VER="v0.2.15"
CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_20211119_CAL_final"
CALCLOUD_VER="v0.4.31"
CALDP_VER="v0.2.16"
CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_20211129_CAL_final"

# this is the tag that the image will have in AWS ECR
CALDP_IMAGE_TAG="latest"
Expand Down

0 comments on commit ae8177f

Please sign in to comment.