diff --git a/CHANGELOG.md b/CHANGELOG.md index 2df081a..3936e5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased][unreleased] +## [2.0.1] - 2021-06-11 +### Added +- New IP for `gcp-us-east4` + ## [2.0.0][2.0.0] - 2021-05-26 -- Added: GCP/`asia-south-1` (Mumbai, India) +### Added +- GCP/`asia-south-1` (Mumbai, India) +### Removed - Removed: `EKS-us-east-1` ("For the list of IP addresses to add to your allowlist for this region, contact Looker Support") - Removed: `EKS-eu-west-1` ("For the list of IP addresses to add to your allowlist for this region, contact Looker Support") ## [1.4.0][1.4.0] - 2021-04-24 +### Added - 1 IP added for instances hosted on Microsoft Azure `us-east2` region. ## [1.3.8][1.3.8] - 2021-02-10 @@ -117,7 +124,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial Release -[unreleased]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.3.8...HEAD +[unreleased]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v2.0.1...HEAD +[2.0.1]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v2.0.0...v2.0.1 +[2.0.0]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.4.0...v2.0.0 +[1.4.0]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.3.8...v1.4.0 [1.3.8]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.3.7...v1.3.8 [1.3.7]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.3.6...v1.3.7 [1.3.6]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.3.5...v1.3.6 diff --git a/README.md b/README.md index 9616e56..372dae8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Please make sure to read the Looker documentation before you start using this mo ```hcl module "looker-ips" { source = "captn3m0/looker-ips/data" - version = "v2.0.0" + version = "v2.0.1" } resource "aws_security_group_rule" "allow_all_from_looker_aws_us" { diff --git a/locals.tf b/locals.tf index 3d15a2a..cbcceef 100644 --- a/locals.tf +++ b/locals.tf @@ -20,6 +20,7 @@ locals { "34.86.118.239", "35.245.177.112", "34.86.214.226", + "35.221.30.177", ] # Iowa