Skip to content

Commit baca384

Browse files
chore: release 6.0.0 (#87)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 84975c0 commit baca384

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [6.0.0](https://www.github.com/terraform-google-modules/terraform-google-log-export/compare/v5.2.0...v6.0.0) (2021-03-25)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* add Terraform 0.13 constraint and module attribution (#86)
13+
14+
### Features
15+
16+
* add Terraform 0.13 constraint and module attribution ([#86](https://www.github.com/terraform-google-modules/terraform-google-log-export/issues/86)) ([2b94062](https://www.github.com/terraform-google-modules/terraform-google-log-export/commit/2b940624854998c26d7fba59884c928d4d278745))
17+
* Cloud Logging Alert Module ([#77](https://www.github.com/terraform-google-modules/terraform-google-log-export/issues/77)) ([84975c0](https://www.github.com/terraform-google-modules/terraform-google-log-export/commit/84975c0d74c7891b6cc52dcb2ceddcfe765b577f))
18+
719
## [5.2.0](https://www.github.com/terraform-google-modules/terraform-google-log-export/compare/v5.1.0...v5.2.0) (2021-03-05)
820

921

modules/bigquery/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-log-export:bigquery/v1.0.0"
28+
module_name = "blueprints/terraform/terraform-google-log-export:bigquery/v6.0.0"
2929
}
3030

3131
}

modules/pubsub/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-log-export:pubsub/v1.0.0"
28+
module_name = "blueprints/terraform/terraform-google-log-export:pubsub/v6.0.0"
2929
}
3030

3131
}

modules/storage/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-log-export:storage/v1.0.0"
28+
module_name = "blueprints/terraform/terraform-google-log-export:storage/v6.0.0"
2929
}
3030

3131
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-log-export/v1.0.0"
28+
module_name = "blueprints/terraform/terraform-google-log-export/v6.0.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)