Skip to content

Commit

Permalink
chore: release 2.0.0 (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jul 1, 2021
1 parent c7a9de1 commit f10da05
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0](https://www.github.com/terraform-google-modules/terraform-google-dataflow/compare/v1.0.0...v2.0.0) (2021-07-01)


### ⚠ BREAKING CHANGES

* add Terraform 0.13 constraint and module attribution (#24)

### Features

* add Terraform 0.13 constraint and module attribution ([#24](https://www.github.com/terraform-google-modules/terraform-google-dataflow/issues/24)) ([c90fe5c](https://www.github.com/terraform-google-modules/terraform-google-dataflow/commit/c90fe5c86a440c1e92614c466a77709dd4e3b261))
* Allow dataflow to accept full self_link for working with shared vpc networks. ([#18](https://www.github.com/terraform-google-modules/terraform-google-dataflow/issues/18)) ([4194dea](https://www.github.com/terraform-google-modules/terraform-google-dataflow/commit/4194dea146a1dc8483157d03acbc44e9d122b6bd))


### Miscellaneous Chores

* release 2.0.0 ([db1f0ca](https://www.github.com/terraform-google-modules/terraform-google-dataflow/commit/db1f0ca715c09e56e8676e8712c28941b191a685))

## [Unreleased]

## [1.0.0]
Expand Down
2 changes: 1 addition & 1 deletion modules/dataflow_bucket/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-dataflow:dataflow_bucket/v1.0.0"
module_name = "blueprints/terraform/terraform-google-dataflow:dataflow_bucket/v2.0.0"
}

}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-dataflow/v1.0.0"
module_name = "blueprints/terraform/terraform-google-dataflow/v2.0.0"
}

}

0 comments on commit f10da05

Please sign in to comment.