Skip to content

Commit bc7c818

Browse files
authored
Merge pull request #3746 from aws/tmp/1743722954/main
Merge main to develop
2 parents ab95165 + cf92b7b commit bc7c818

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.cfnlintrc.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ ignore_templates:
139139
- tests/translator/output/**/managed_policies_everything.json # intentionally contains wrong arns
140140
- tests/translator/output/**/function_with_provisioned_poller_config.json
141141
- tests/translator/output/**/function_with_metrics_config.json
142-
- tests/translator/output/**/api_with_custom_domains_private.json
143142

144143
ignore_checks:
145144
- E2531 # Deprecated runtime; not relevant for transform tests
@@ -148,4 +147,4 @@ ignore_checks:
148147
- E3001 # Invalid or unsupported Type; common in transform tests since they focus on SAM resources
149148
- W2001 # Parameter not used
150149
- E3006 # Resource type check; we have some Foo Bar resources
151-
- W3037 # Ignore cfn-lint check for non existing IAM permissions
150+
- W3037 # Ignore cfn-lint check for non existing IAM permissions

samtranslator/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.95.0"
1+
__version__ = "1.96.0"

0 commit comments

Comments
 (0)