Skip to content

Commit

Permalink
chore(main): release 3.13.1 (#83)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[3.13.1](v3.13.0...v3.13.1)
(2024-05-22)


### Bug Fixes

* autoscaling condition key
([470011e](470011e))
* **aws:** autoscaling condition key
([#84](#84))
([470011e](470011e))
* use wildcard dns records for brokers in Azure private endpoint module
([#82](#82))
([0528113](0528113))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Max Xu <[email protected]>
  • Loading branch information
github-actions[bot] and maxsxu authored May 22, 2024
1 parent 470011e commit 041fa6e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [3.13.1](https://github.com/streamnative/terraform-managed-cloud/compare/v3.13.0...v3.13.1) (2024-05-22)


### Bug Fixes

* autoscaling condition key ([470011e](https://github.com/streamnative/terraform-managed-cloud/commit/470011e4a69ac80ccb9813a3ce032bc272950094))
* **aws:** autoscaling condition key ([#84](https://github.com/streamnative/terraform-managed-cloud/issues/84)) ([470011e](https://github.com/streamnative/terraform-managed-cloud/commit/470011e4a69ac80ccb9813a3ce032bc272950094))
* use wildcard dns records for brokers in Azure private endpoint module ([#82](https://github.com/streamnative/terraform-managed-cloud/issues/82)) ([0528113](https://github.com/streamnative/terraform-managed-cloud/commit/0528113df0c5905abbf5958274470c680f79ca42))

## [3.13.0](https://github.com/streamnative/terraform-managed-cloud/compare/v3.12.0...v3.13.0) (2024-05-07)


Expand Down
2 changes: 1 addition & 1 deletion modules/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

variable "sn_policy_version" {
description = "The value of SNVersion tag"
default = "3.13.0" # x-release-please-version
default = "3.13.1" //x-release-please-version
type = string
}

Expand Down

0 comments on commit 041fa6e

Please sign in to comment.