This repository has been archived by the owner on May 7, 2022. It is now read-only.
Releases: strongishllama/static-website-cdk
Releases · strongishllama/static-website-cdk
v0.4.0
Changed
- BREAKING Updated to CDK v2.
- BREAKING Renamed
StaticWebsiteDeployment
toDeployment
. - BREAKING Renamed
StaticWebsitePipeline
toPipeline
. - BREAKING Replaced
StaticWebsiteDeploymentProps
withDeploymentProps
. - BREAKING Replaced
StaticWebsitePipelineProps
withPipelineProps
.
v0.3.4
Fixed
- Fixed cache invalidation issue.
v0.3.3
Removed
- Removed unneeded build stage.
v0.3.2
Removed
- Removed unneeded dependencies.
v0.3.1
Added
- Added a second build stage to invalidate the CloudFront distribution cache.
Removed
- Removed the Lambda function that invalidated the CloudFront distribution cache.
v0.3.0
Added
- Added issue templates.
- Added CodeQL action.
- Added a contributing guideline.
Changed
- BREAKING: Replaced GitHub package publishing with NPM.
Removed
- BREAKING: Removed
StaticWebsiteDeploymentProps.namespace
property. - BREAKING: Removed
StaticWebsitePipelineProps.namespace
property.
v0.2.0
Added
- Added a Lambda function to invalidate the CloudFront distribution cache when the pipeline is run.
Changed
- Changed the distribution resources to be a public property accessible via
StaticWebsiteDeployment.distribution
.
Removed
- BREAKING: Removed
StaticWebsiteDeploymentProps.stage
property. - BREAKING: Removed
StaticWebsitePipelineProps.stage
property. - BREAKING: Removed
StaticWebsiteDeploymentProps.stage
property from resource IDs. - BREAKING: Removed
StaticWebsitePipelineProps.stage
property from resource IDs.
v0.1.1
Changed
- Changed
StaticWebsitePipelineProps.approvalNotifyEmails
property to be optional.
v0.1.0
Added
- Added
StaticWebsitePipeline
CDK construct. - Added
StaticWebsiteDeployment
CDK construct. - Added a changelog.
- Added a code of conduct.
- Added a Dependabot configuration file.
- Added a Semantic Commits configuration file.
- Added a pull request template.
- Added a GitHub release action.