Releases: ameyrupji-com/ameyrupji.com-iac
Releases · ameyrupji-com/ameyrupji.com-iac
v1.4.0
v1.3.0
The features implemented in this release are as follows:
- GH-21 Added Infrastructure Code using Terraform to create the following infrastructure on AWS S3 Buckets with Route53 Records: http://infrastructure.ameyrupji.com and http://infrastructure.beta.ameyrupji.com to host website to display the active infrastructure components for the platform.
v1.2.0
The features implemented in this release are as follows:
- GH-10 Added Infrastructure Code using Terraform to create the following infrastructure on AWS S3 Buckets with Route53 Records: http://styleguide.ameyrupji.com and http://styleguide.beta.ameyrupji.com to host style guide website for the platform.
- GH-8 Update Terraform version to v0.12.20. Other minor features implemented in this ticket are
- Upgraded
circleci/aws-s3
orb to 1.0.15 - Added ability to deploy feature branches
- Upgraded
v1.1.0
The features implemented in this release are as follows:
- Added Infrastructure Code using Terraform to create the following infrastructure on AWS
- S3 Buckets with Route53 Records:
- GH-4 http://old.ameyrupji.com and http://old.beta.ameyrupji.com - to host my old website
- S3 Buckets with Route53 Records:
- Updated continuous deployment pipeline to use terraform version 0.11.14 and not the latest release
v1.0.0
The major features implemented in this release are as follows:
- Infrastructure Code using Terraform to create the following infrastructure on AWS
- S3 Buckets with Route53 Records:
- ameyrupji.com, www.ameyrupji.com, beta.ameyrupji.com, and www.beta.ameyrupji.com - to host the main website code
- blog.ameyrupji.com, blog.beta.ameyrupji.com - to host code for redirecting users WordPress blog
- code.ameyrupji.com, code.beta.ameyrupji.com - to host code for redirecting users to website code repo on GitHub
- iac.ameyrupji.com, iac.beta.ameyrupji.com - to host code for redirecting users Infrastructure as code (IaC) repo on GitHub
- images.ameyrupji.com, images.beta.ameyrupji.com - to host images across all of ameyrupji.com domain
- API Gateway with Route53 Record with the following methods:
- / (root) with GET and OPTIONS method
- /email with POST and OPTIONS method
- S3 Buckets with Route53 Records:
- Continuous deployment pipeline using CircleCI where the develop branch created the infrastructure required to host websites for beta environment and master branch created the infrastructure required to host websites for prod environment