Skip to content

v2.26.0

Compare
Choose a tag to compare
@philvarner philvarner released this 30 May 14:41
· 14 commits to main since this release
9faf2e3

Changed

  • Default to stac-server 3.8.0 and OpenSearch 2.13
  • For both stac_server_inputs and titiler_inputs, renamed
    stac_server_and_titiler_s3_arns to authorized_s3_arns.
  • private_subnets_az_to_id_map now correctly using ID as the map value instead of previous cidr_block
  • public_subnets_az_to_id_map now correctly using ID as the map value instead of previous cidr_block

Added

  • titiler-mosaicjson configuration parameter mosaic_tile_timeout

Removed

  • VPC and subnets are no longer created by the FD VPC module, since IDs must now be provided
    for preexisting resources. If deploy_vpc was set to true on a previous terrform apply,
    then this update will to attempt to delete the VPC and subnets, which will fail due to
    resource dependencies. The TF state will need to be manually updated to remove these
    references without deleting the underlying AWS resources.