You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
15
15
16
16
- Added SSM parameter for Cirrus process queue ARN (`CIRRUS_PROCESS_QUEUE_ARN`)
17
17
18
+
- Added `payload_root_prefix` input variable to the cirrus module. This value
19
+
is propagated as the `CIRRUS_PAYLOAD_ROOT_PREFIX` environment variable to all
20
+
builtin Cirrus Lambda functions, stored as an SSM parameter, and available as
21
+
a builtin template variable in definition YAMLs. Defaults to `"cirrus"`.
22
+
Only functional with a cirrus version >=2.
23
+
24
+
- Added `payload_tmp_lifecycle_expiration_days` input variable to the cirrus
25
+
module. When the payload bucket is created by the module, an S3 lifecycle
26
+
rule expires objects under `{payload_root_prefix}/tmp/` after the configured
27
+
number of days (default 10). Set to 0 to disable. Only functional with a
28
+
cirrus version >=2.
29
+
18
30
### Change
19
31
20
32
### Fixed
@@ -49,9 +61,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
49
61
50
62
- TiTiler module will note three IAM related resources being created: aws_iam_role_policy.titiler-mosaic-lambda-inline-policy, aws_iam_role_policy_attachment.lambda_basic_execution, aws_iam_role_policy_attachment.lambda_vpc_access. This is a result of AWS provider deprecations to managed_policy and inline_policy properties. The TiTiler role in question will updated in place, resulting in no material changes to the role.
51
63
52
-
- Removing internal stac-server terraform module code and pointed to new location as stac-server terraform module code now lives in it's own [stac-server terraform repo](https://github.com/Element84/terraform-aws-stac-server) ([216](https://github.com/Element84/filmdrop-aws-tf-modules/pull/216)).
64
+
- Removing internal stac-server terraform module code and pointed to new location as stac-server terraform module code now lives in it's own [stac-server terraform repo](https://github.com/Element84/terraform-aws-stac-server) ([216](https://github.com/Element84/filmdrop-aws-tf-modules/pull/216)).
53
65
54
-
- Removing internal console-ui terraform module and pointing to an externally sourced module [filmdrop-ui](https://github.com/Element84/terraform-aws-filmdrop-ui) ([216](https://github.com/Element84/filmdrop-aws-tf-modules/pull/216)).
66
+
- Removing internal console-ui terraform module and pointing to an externally sourced module [filmdrop-ui](https://github.com/Element84/terraform-aws-filmdrop-ui) ([216](https://github.com/Element84/filmdrop-aws-tf-modules/pull/216)).
55
67
56
68
-`cirrus api` lambda extracted into its own module, and can now be optionally deployed (or not) along with other cirrus built in lambdas when deploying the larger cirrus ecosystem ([248](https://github.com/Element84/filmdrop-aws-tf-modules/pull/248))
0 commit comments