Skip to content

Commit 081acf4

Browse files
authored
Merge pull request #229 from aws-solutions/release/v3.2.3
Updated to version v3.2.3
2 parents d411a9e + fa5767d commit 081acf4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

6+
## [3.2.3] - 2022-12-13
7+
### Changed
8+
- Add region as prefix to application attribute group name to avoid conflict with name starting with AWS.
69
## [3.2.2] - 2022-12-05
710
### Added
811
- Added AppRegistry integration

deployment/aws-waf-security-automations.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2272,7 +2272,7 @@ Resources:
22722272
DefaultApplicationAttributes:
22732273
Type: AWS::ServiceCatalogAppRegistry::AttributeGroup
22742274
Properties:
2275-
Name: !Ref AWS::StackName
2275+
Name: !Sub '${AWS::Region}-${AWS::StackName}'
22762276
Description: Attribute group for solution information.
22772277
Attributes:
22782278
{ "ApplicationType" : 'AWS-Solutions',

0 commit comments

Comments
 (0)