Skip to content

Commit

Permalink
rename several input parameters to be 'version'
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Varner committed May 21, 2024
1 parent f3977b1 commit bf4abef
Show file tree
Hide file tree
Showing 17 changed files with 116 additions and 102 deletions.
100 changes: 57 additions & 43 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,21 @@ 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).

## [2.23.0] - 2024-05-16
## unreleased

## Changed

- `titiler_inputs.mosaic_titiler_release_tag` is now `titiler_inputs.version`
- `cirrus_dashboard_inputs.cirrus_dashboard_release` is now `cirrus_dashboard_inputs.version`
- `console_ui_inputs.filmdrop_ui_release` is now `console_ui_inputs.version`

## 2.24.0 - 2024-05-20

### Fixed

- Add default values to console-ui inputs to allow tflint validation.

## 2.23.0 - 2024-05-16

### Changed

Expand All @@ -15,7 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Fixed filmdrop built-in vpc output references and mappings

## [2.22.0] - 2024-05-14
## 2.22.0 - 2024-05-14

### Changed

Expand All @@ -30,13 +44,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Access-Control-Allow-Methods: `CORS_METHODS`
- Access-Control-Allow-Headers: `CORS_HEADERS`

## [2.21.0] - 2024-05-10
## 2.21.0 - 2024-05-10

### Changed

- Added consistent naming for CloudFront Basic Auth and other resources.

## [2.20.0] - 2024-05-07
## 2.20.0 - 2024-05-07

### Added

Expand All @@ -52,50 +66,50 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Updated CloudFront deployment as optional for FilmDrop UI.
- Updated CloudFront deployment as optional for Cirrus Dashboard.

## [2.19.0] - 2024-04-25
## 2.19.0 - 2024-04-25

### Changed

- Updated FilmDrop Analytics eks kubernetes version to 1.29 and autoscaler version to 1.29.0.

## [2.18.0] - 2024-04-23
## 2.18.0 - 2024-04-23

### Added

- Added FilmDrop Analytics cleanup capability.

## [2.17.0] - 2024-04-05
## 2.17.0 - 2024-04-05

### Changed

- Changed mosaic titiler lambda bucket to generate unique bucket name.
- Changed stac-server security group to generate unique sg name.

## [2.16.0] - 2024-04-02
## 2.16.0 - 2024-04-02

### Added

- Added VPC support for titiler-mosaicjson.

## [2.15.0] - 2024-04-02
## 2.15.0 - 2024-04-02

### Changed

- Fixing basic auth CloudFront function.

## [2.14.0] - 2024-03-28
## 2.14.0 - 2024-03-28

### Changed

- Changed Cirrus Dashboard variables for explicitly requiring inputs for cirrus_api_endpoint and metrics_api_endpoint.

## [2.13.0] - 2024-03-21
## 2.13.0 - 2024-03-21

### Added

- Adding support for STAC_API_URL env variable for stac-server lambdas.

## [2.12.0] - 2024-03-18
## 2.12.0 - 2024-03-18

### Added

Expand All @@ -105,52 +119,52 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Fixed input parameters for creating CloudFront functions.

## [2.11.0] - 2024-03-06
## 2.11.0 - 2024-03-06

### Added

- Adding support for custom origin port for load balancer endpoints.

## [2.10.0] - 2024-03-04
## 2.10.0 - 2024-03-04

### Changed

- Uses v5.0.0 of the [filmdrop-ui](https://github.com/Element84/filmdrop-ui) by default

## [2.9.0] - 2024-02-29
## 2.9.0 - 2024-02-29

### Added

- Added flag to deploy stac-server resources, including OpenSearch within or outside
the vpc, defaults to within vpc.

## [2.8.0] - 2024-02-27
## 2.8.0 - 2024-02-27

### Changed

- Enabling stac-server post ingest sns publishing

## [2.7.0] - 2024-02-24
## 2.7.0 - 2024-02-24

### Added

- Added self-managed, managed and fargate node group capability to eks module

## [2.6.0] - 2024-02-20
## 2.6.0 - 2024-02-20

### Fixed

- Fixed custom domain alias and certificate creation for filmdrop endpoints
- Fixed analytics dask helm installation

## [2.5.0] - 2024-02-12
## 2.5.0 - 2024-02-12

### Changed

- Update to require version 1.6.x or 1.7.x of Terraform (instead of ~>1.6.6).
- Update to default to stac-server v3.7.0 (from v3.2.0)

## [2.4.0] - 2024-02-11
## 2.4.0 - 2024-02-11

### Changed

Expand All @@ -161,25 +175,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Updating analytics load balancer subnets
- Updating analytics ebs csi driver repo

## [2.3.0] - 2023-12-14
## 2.3.0 - 2023-12-14

### Added

- Added historic and ongoing ingest capability as stac-server submodules

## [2.2.0] - 2023-12-11
## 2.2.0 - 2023-12-11

### Added

- Added capability for optional CloudFront deployment for stac-server, with a parameter in the stac_server_inputs

## [2.1.0] - 2023-11-29
## 2.1.0 - 2023-11-29

### Added

- Added OpenSearch Serverless capability to stac-server module

## [2.0.0] - 2023-11-14
## 2.0.0 - 2023-11-14

### Added

Expand All @@ -196,14 +210,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Fixes kubectl version on codebuild for jupyterhub analytics module

## [1.7.0] - 2023-11-13
## 1.7.0 - 2023-11-13

### Changed

- Default cirrus_dashboard_release to v0.5.1
- Update stac-server to use OpenSearch 2.9

## [1.6.0] - 2023-11-12
## 1.6.0 - 2023-11-12

### Changed

Expand Down Expand Up @@ -231,14 +245,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Various issues fixed related to stac-server resource name changes
- Removed invalid default values for stac-server variables `vpc_security_group_ids` and `vpc_subnet_ids`

## [1.5.0] - 2023-11-11
## 1.5.0 - 2023-11-11

### Changed

- fix args being passed to the cloudfront/custom module which were removed in a lint/cleanup commit
- console-ui.filmdrop_ui_release must be gte 4.x, e.g., `v4.0.1`

## [1.4.3] - 2023-11-10
## 1.4.3 - 2023-11-10

### Changed

Expand All @@ -257,13 +271,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- OpenSearch Service linked role is no longer managed by these modules, but instead should
be created using the bootstrap project.

## [1.4.2] - 2023-09-01
## 1.4.2 - 2023-09-01

### Changed

- Adding configurable disk_size and capacity_type to eks node groups

## [1.4.1] - 2023-08-29
## 1.4.1 - 2023-08-29

### Changed

Expand All @@ -276,7 +290,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Updated wget TLS to v1.3 (Github began denying the default)
- updated TF resource schemas to work with AWS provider v5

## [1.3.0] - 2023-08-14
## 1.3.0 - 2023-08-14

### Changed

Expand All @@ -297,21 +311,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Fixes jupyterhub race condition for bucket ACLs

## [1.2.1] - 2023-07-29
## 1.2.1 - 2023-07-29

### Fixed

- Console UI bucket ACL creation now depends on the ownership permission being applied first
- Mosaic TiTitler module now creates directory and checks for wget

## [1.2.0] - 2023-07-27
## 1.2.0 - 2023-07-27

### Changed

- FilmDrop UI >= 3.0.0 is now required. The configuration file is now
`./public/config/config.json` instead of `./src/assets/config.js`

## [1.1.4] - 2023-07-25
## 1.1.4 - 2023-07-25

### Added

Expand All @@ -322,7 +336,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Cloudfront default alias

## [1.1.3] - 2023-07-22
## 1.1.3 - 2023-07-22

### Added

Expand All @@ -337,7 +351,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Adding missing dns_validation input variable on the s3_website module
- Cloudfront default alias

## [1.1.2] - 2023-07-19
## 1.1.2 - 2023-07-19

### Added

Expand All @@ -359,7 +373,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Pin TiTiler FastAPI version to 0.95 to fix routing issue
- EKS permissions

## [1.1.1] - 2023-05-31
## 1.1.1 - 2023-05-31

### Added

Expand All @@ -369,31 +383,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Bucket permissions

## [1.1.0] - 2023-05-15
## 1.1.0 - 2023-05-15

### Changed

- Changed Filmdrop UI config from .env to config.js

## [1.0.3] - 2023-04-13
## 1.0.3 - 2023-04-13

### Added

- EKS module

## [1.0.2] - 2023-03-08
## 1.0.2 - 2023-03-08

### Changed

Many changes, see commit history

## [1.0.1] - 2023-02-10
## 1.0.1 - 2023-02-10

### Fixed

- Fixed issue with stac-server opensearch user-init lambda not building except on initial deploy.

## [1.0.0] - 2023-02-09
## 1.0.0 - 2023-02-09

### Added

Expand All @@ -405,6 +419,6 @@ Many changes, see commit history
only permission allowed is `write`, which allows read of everything and write if the
Transaction Extension is enabled.

## [0.0.36] - 2023-01-31
## 0.0.36 - 2023-01-31

- Start of changelog
10 changes: 5 additions & 5 deletions ci.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ titiler_inputs = {
app_name = "titiler"
domain_alias = ""
deploy_cloudfront = false
mosaic_titiler_release_tag = "v0.14.0-1.0.4"
version = "v0.14.0-1.0.4"
stac_server_and_titiler_s3_arns = []
mosaic_titiler_waf_allowed_url = "test.filmdrop.io"
mosaic_titiler_host_header = ""
Expand Down Expand Up @@ -130,7 +130,7 @@ console_ui_inputs = {
response_page_path = "/"
}
]
filmdrop_ui_release = "v5.3.0"
version = "v5.3.0"
filmdrop_ui_config_file = "./profiles/console-ui/default-config/config.dev.json"
filmdrop_ui_logo_file = "./profiles/console-ui/default-config/logo.png"
filmdrop_ui_logo = "bm9uZQo=" # Base64: 'none'
Expand Down Expand Up @@ -158,9 +158,9 @@ cirrus_dashboard_inputs = {
response_page_path = "/"
}
]
cirrus_api_endpoint = ""
metrics_api_endpoint = ""
cirrus_dashboard_release = "v0.5.1"
cirrus_api_endpoint = ""
metrics_api_endpoint = ""
version = "v0.5.1"
auth_function = {
cf_function_name = ""
cf_function_runtime = "cloudfront-js-2.0"
Expand Down
Loading

0 comments on commit bf4abef

Please sign in to comment.