Skip to content

Commit

Permalink
chore(main): release 5.1.0 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
quota-monitoring-solution-bot authored Sep 21, 2023
1 parent 0c48faa commit 683fb06
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [5.1.0](https://github.com/google/quota-monitoring-solution/compare/v5.0.2...v5.1.0) (2023-09-21)


### Features

* Add user-agent string to the terraform module. ([#95](https://github.com/google/quota-monitoring-solution/issues/95)) ([87780ec](https://github.com/google/quota-monitoring-solution/commit/87780ecdfce90217e1b822891c30e2b7722734bb))


### Bug Fixes

* adding main.tf to the extra files for release-please ([#96](https://github.com/google/quota-monitoring-solution/issues/96)) ([0c48faa](https://github.com/google/quota-monitoring-solution/commit/0c48faa13f185e00329443472cfbab696a563bec))
* Fix for Issue [#86](https://github.com/google/quota-monitoring-solution/issues/86) (per second quotas) ([#89](https://github.com/google/quota-monitoring-solution/issues/89)) ([c2e5d47](https://github.com/google/quota-monitoring-solution/commit/c2e5d477574bfed4e77be2b6369a1f8d1b94a9ea))
* Removing the leading pipe from the log filter. ([#90](https://github.com/google/quota-monitoring-solution/issues/90)) ([eab522e](https://github.com/google/quota-monitoring-solution/commit/eab522e9620e9fefdb31639f5ea656b0f10a1cd5))
* Updating the README to clarify the preferred paths to get support. ([#93](https://github.com/google/quota-monitoring-solution/issues/93)) ([dcdeafb](https://github.com/google/quota-monitoring-solution/commit/dcdeafbfbc578f28e182eff59ab827e5c6d4853d))

## [5.0.2](https://github.com/google/quota-monitoring-solution/compare/v5.0.1...v5.0.2) (2023-05-22)


Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/qms/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Copyright 2022 Google LLC

terraform {
provider_meta "google" {
module_name = "cloud-solutions/quota-monitoring-solution-deploy-v5.0" #x-release-please-minor
module_name = "cloud-solutions/quota-monitoring-solution-deploy-v5.1" #x-release-please-minor
}
}

Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/qms/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Copyright 2022 Google LLC
variable "qms_version" {
description = "Quota monitoring solution version to deploy"
type = string
default = "v5.0.2" #x-release-please-version
default = "v5.1.0" #x-release-please-version
}

variable "project_id" {
Expand Down

0 comments on commit 683fb06

Please sign in to comment.