Releases: aws-solutions-library-samples/osml-cdk-constructs
v1.13.2
OSML CDK Constructs v1.13.2
Fixing a single small bug where the container repo didn't align with what is published on dockerhub for the osml-data-intake-intake container
. Also fixing a bug where CORS wasn't enabled by default because a /
wasn't being correctly appending to the FASTAPI root path.
Breaking Changes:
N/A
Limitations:
N/A
New Dependency:
N/A
Pull Requests Merged
- chore: fixing container repo link to data intake container by @drduhe in #135
- fix: adding leading / to fastapi path to delimit domain by @jtblack-aws in #136
- build: version bump to v1.13.2 by @drduhe in #137
Full Changelog: v1.13.1...v1.13.2
v1.13.1
OSML CDK Constructs 1.13.1
Our containers were using the IAD S3 endpoint in GovCloud, breaking GDAL's ability to connect to S3. Updated the containers to use the endpoint specified in the regional configuration. We are also updating timeouts to 15 minutes for data intake lambdas to handle larger images.
Breaking Changes:
N/A
Limitations:
N/A
New Dependency:
N/A
Pull Requests Merged
- fix: update s3 endpoint by @natekruse-aws in #132
- fix: increasing lambda timeouts for data intake by @drduhe in #133
- ci: version bump to v1.13.1 by @drduhe in #134
Full Changelog: v1.13.0...v1.13.1
v1.13.0
What's Changed
This change implements the data ingest components and is aimed at enhancing the functionality of our current geospatial data processing capabilities. By leveraging STAC, we can standardize the way geospatial data is indexed and accessed, improving interoperability and scalability of our data resources. It allows for the deployment of new assets and enhancement of existing ones including the data catalog ingest, API, and intake components through our CDK constructs.
Full Changelog: v1.12.1...v1.13.0
v1.12.1
osml-cdk-constructs 1.12.1
1.12.1 implements a regional configuration to account for AWS region differences.
Pull Requests Merged
- fix: update maxAzs vpc prop by @natekruse-aws in #126
- fix: add maxAzs config by @natekruse-aws in #127
- fix: implement regional config by @natekruse-aws in #129
- ci: version bump to v1.12.1 by @natekruse-aws in #130
New Contributors
- @natekruse-aws made their first contribution in #126
Full Changelog: v1.12.0...v1.12.1
v1.12.0
osml-cdk-constructs 1.12.0
1.12.0 includes updates to constructs to support API authorization and minor bug fixes for OpenSearch roles, additional lambda runtime environment configuration, and removal of unused properties.
Pull Requests Merged
- hotfix: check if service role exists for OpenSearch by @RanbirAulakh in #120
- feat: add authorizer lambda and restapi construct by @RanbirAulakh in #121
- fix: removed unused model property and allow configuration of TS lambda asset by @edparris in #124
- fix: migrate ALB OIDC to API auth lambda by @RanbirAulakh in #123
- fix: adding parameter for lambda runtime by @jtblack-aws in #125
Full Changelog: v1.11.0...v1.12.0
v1.11.0
What's Changed
- chore: cleaning up OSMLVPC construct by @drduhe in #115
- ci: update jest annotations to failed only by @RanbirAulakh in #116
- fix: updating target auth implementation by @drduhe in #117
- feat: integrate data catalog by @RanbirAulakh in #114
- chore: update README.md to include data catalog by @RanbirAulakh in #119
- ci: version bump to v1.11.0 by @RanbirAulakh in #118
Full Changelog: v1.10.3...v1.11.0
v1.10.3
What's Changed
- chore: setting removal policy on Kinesis stream by @drduhe in #112
- ci: version bump to v1.10.3 by @RanbirAulakh in #113
Full Changelog: v1.10.2...v1.10.3
v1.10.2
What's Changed
- chore: fixing depreciated CLOUDWATCH VPC endpoint setting by @drduhe in #110
- hotfix: add missing VPC permission for lambda and version bump by @RanbirAulakh in #111
Full Changelog: v1.10.1...v1.10.2
v1.10.1
What's Changed
- hotfix: update Bucket property to use autoDeleteObjects by @RanbirAulakh in #109
Full Changelog: v1.10.0...v1.10.1
v1.10.0
What's Changed
- feat: implement ALB auth feature by @RanbirAulakh in #103
- chore: fix package-lock.json by @drduhe in #107
- fix: update index.ts, package-lock.json, and bump up the version by @RanbirAulakh in #108
Full Changelog: v1.9.0...v1.10.0