Skip to content

Commit

Permalink
chore: release 6.0.2 (#95)
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 Jun 18, 2021
1 parent 0587a83 commit 408c3d2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### [6.0.2](https://www.github.com/terraform-google-modules/terraform-google-log-export/compare/v6.0.1...v6.0.2) (2021-06-03)


### Bug Fixes

* Apply subscriber role to subscription instead of topic ([#94](https://www.github.com/terraform-google-modules/terraform-google-log-export/issues/94)) ([0587a83](https://www.github.com/terraform-google-modules/terraform-google-log-export/commit/0587a8397d8c78a70a1f2e2d57d8f7f1944df852))

### [6.0.1](https://www.github.com/terraform-google-modules/terraform-google-log-export/compare/v6.0.0...v6.0.1) (2021-05-10)


Expand Down
2 changes: 1 addition & 1 deletion modules/bigquery/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-log-export:bigquery/v6.0.1"
module_name = "blueprints/terraform/terraform-google-log-export:bigquery/v6.0.2"
}

}
2 changes: 1 addition & 1 deletion modules/pubsub/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-log-export:pubsub/v6.0.1"
module_name = "blueprints/terraform/terraform-google-log-export:pubsub/v6.0.2"
}

}
2 changes: 1 addition & 1 deletion modules/storage/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-log-export:storage/v6.0.1"
module_name = "blueprints/terraform/terraform-google-log-export:storage/v6.0.2"
}

}
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-log-export/v6.0.1"
module_name = "blueprints/terraform/terraform-google-log-export/v6.0.2"
}

}

0 comments on commit 408c3d2

Please sign in to comment.