Skip to content

Commit

Permalink
Add 2.1.0 to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Lane committed Nov 26, 2019
1 parent fec1ef9 commit 01a164c
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Changed

- Updated basic example to use [terraform-google-vm](https://github.com/terraform-google-modules/terraform-google-vm) managed instance group. [#14]
## [2.1.0] - 2019-11-26

### Added

- New `health_check`, `ip_address`, and `ip_protocol` parameters. [#20]
- New `health_check`, `ip_address`, and `ip_protocol` parameters. [#20] [#22]
- Introduced new lint testing and integration testing based on `terraform-google-modules` standards. [#12]

### Changed

- Updated basic example to use [terraform-google-vm](https://github.com/terraform-google-modules/terraform-google-vm) managed instance group. [#14]

## [2.0.0] - 2019-08-02

### Changed
Expand All @@ -34,13 +36,15 @@ project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.0] - 2017-08-28


[Unreleased]: https://github.com/GoogleCloudPlatform/terraform-google-lb/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/GoogleCloudPlatform/terraform-google-lb/compare/v2.1.0...HEAD
[2.1.0]: https://github.com/GoogleCloudPlatform/terraform-google-lb/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/GoogleCloudPlatform/terraform-google-lb/compare/1.0.3...v2.0.0
[1.0.3]: https://github.com/GoogleCloudPlatform/terraform-google-lb/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/GoogleCloudPlatform/terraform-google-lb/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/GoogleCloudPlatform/terraform-google-lb/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/GoogleCloudPlatform/terraform-google-lb/releases/tag/1.0.0
[#20]: https://github.com/terraform-google-modules/terraform-google-lb/issue/20
[#14]: https://github.com/terraform-google-modules/terraform-google-lb/issue/14
[#22]: https://github.com/terraform-google-modules/terraform-google-lb/pull/22
[#20]: https://github.com/terraform-google-modules/terraform-google-lb/issues/20
[#14]: https://github.com/terraform-google-modules/terraform-google-lb/issues/14
[#12]: https://github.com/terraform-google-modules/terraform-google-lb/issues/12
[#11]: https://github.com/terraform-google-modules/terraform-google-lb/issues/11

0 comments on commit 01a164c

Please sign in to comment.