Skip to content

Commit

Permalink
release prep 2.26.0 (#69)
Browse files Browse the repository at this point in the history
* release prep 2.26.0

* configure mosaic_tile_timeout for tfvars
  • Loading branch information
Phil Varner authored May 30, 2024
1 parent ba519b5 commit 9faf2e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

## Changed

- Default to stac-server 3.8.0 and OpenSearch 2.13

## 2.26.0 - 2024-05-29

## 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
Expand Down
1 change: 1 addition & 0 deletions ci.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ titiler_inputs = {
authorized_s3_arns = []
mosaic_titiler_waf_allowed_url = "test.filmdrop.io"
mosaic_titiler_host_header = ""
mosaic_tile_timeout = 30
web_acl_id = ""
auth_function = {
cf_function_name = ""
Expand Down
1 change: 1 addition & 0 deletions default.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ titiler_inputs = {
authorized_s3_arns = []
mosaic_titiler_waf_allowed_url = "test.filmdrop.io"
mosaic_titiler_host_header = ""
mosaic_tile_timeout = 30
web_acl_id = ""
auth_function = {
cf_function_name = ""
Expand Down

0 comments on commit 9faf2e3

Please sign in to comment.