Skip to content

Commit

Permalink
Add #3, #16, v1.1.0 to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-lane authored Dec 2, 2019
1 parent f088fab commit 6b4a6ba
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v1.1.0] - 2019-12-02

### Added

- The `jenkins_network_project_id` variable provides enhanced support for shared VPC deployments. [#3]

## [v1.0.0] - 2019-08-27

### Changed
Expand All @@ -15,6 +21,10 @@ project adheres to [Semantic Versioning](http://semver.org/).

### Fixed

- The `wait-for-jenkins.sh` script respects `GOOGLE_APPLICATION_CREDENTIALS`. [#16]

### Fixed

- Wrong path to user's config in the startup script [#12]
- bitnami-jenkins-2-138-2-0-linux-debian-9-x86-64 image is not found [#12]

Expand All @@ -26,8 +36,11 @@ project adheres to [Semantic Versioning](http://semver.org/).

* Initial release of module

[Unreleased]: https://github.com/terraform-google-modules/terraform-google-jenkins/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/terraform-google-modules/terraform-google-jenkins/compare/v1.1.0...HEAD
[v1.1.0]: https://github.com/terraform-google-modules/terraform-google-jenkins/compare/v1.0.0...v1.1.0
[v1.0.0]: https://github.com/terraform-google-modules/terraform-google-jenkins/compare/v0.1.0...v1.0.0
[v0.1.0]: https://github.com/terraform-google-modules/terraform-google-jenkins/releases/tag/v0.1.0

[#16]: https://github.com/terraform-google-modules/terraform-google-jenkins/issues/16
[#12]: https://github.com/terraform-google-modules/terraform-google-jenkins/pull/12
[#3]: https://github.com/terraform-google-modules/terraform-google-jenkins/issues/3

0 comments on commit 6b4a6ba

Please sign in to comment.