Skip to content

Commit 0f506be

Browse files
authored
Release v1.36.0 (Azure#2843)
1 parent e78cc07 commit 0f506be

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

docs/CHANGELOG-v1.md

+43
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,49 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers
3333

3434
## Unreleased
3535

36+
## v1.36.0
37+
38+
What's changed since v1.35.3:
39+
40+
- New rules:
41+
- Container App:
42+
- Check that Container Apps have a minimum number of replicas by @BernieWhite.
43+
[#2790](https://github.com/Azure/PSRule.Rules.Azure/issues/2790)
44+
- Check that Container App environments are zone redundant by @BernieWhite.
45+
[#2791](https://github.com/Azure/PSRule.Rules.Azure/issues/2791)
46+
- Cosmos DB:
47+
- Check that database accounts only accept a minimum of TLS 1.2 by @BernieWhite.
48+
[#2809](https://github.com/Azure/PSRule.Rules.Azure/issues/2809)
49+
- Entra Domain Services:
50+
- Check that instances use a minimum version of NTLM by @BernieWhite.
51+
[#2837](https://github.com/Azure/PSRule.Rules.Azure/issues/2837)
52+
- Check that instances use a minimum version of TLS by @BernieWhite.
53+
[#2837](https://github.com/Azure/PSRule.Rules.Azure/issues/2837)
54+
- Check that instances do not use RC4 encryption by @BernieWhite.
55+
[#2837](https://github.com/Azure/PSRule.Rules.Azure/issues/2837)
56+
- General improvements:
57+
- **Important change**: Deprecated rules with no clear WAF alignment by @BernieWhite.
58+
[#2493](https://github.com/Azure/PSRule.Rules.Azure/issues/2493)
59+
- The following rules are deprecated:
60+
- `Azure.Template.UseParameters`
61+
- `Azure.Template.UseVariables`
62+
- `Azure.Template.DefineParameters`
63+
- `Azure.Template.ValidSecretRef`
64+
- These rules have been deprecated and will be removed in v2.
65+
- See [deprecations][2] for more information.
66+
- Quality updates to documentation by @lukemurraynz @BernieWhite.
67+
[#2789](https://github.com/Azure/PSRule.Rules.Azure/pull/2789)
68+
[#2570](https://github.com/Azure/PSRule.Rules.Azure/issues/2570)
69+
- Additional policies added to default ignore list by @BernieWhite.
70+
[#1731](https://github.com/Azure/PSRule.Rules.Azure/issues/1731)
71+
- Bug fixes:
72+
- Fixed not found warning when exporting firewall policy `signatureOverrides` by @BernieWhite.
73+
[#2806](https://github.com/Azure/PSRule.Rules.Azure/issues/2806)
74+
- Fixed `Azure.Storage.UseReplication` to allow for zone-redundant replication by @sebassem.
75+
[#2827](https://github.com/Azure/PSRule.Rules.Azure/issues/2827)
76+
- Fixed nested usage of `listKeys` mocks by @BernieWhite.
77+
[#2829](https://github.com/Azure/PSRule.Rules.Azure/issues/2829)
78+
3679
What's changed since pre-release v1.36.0-B0077:
3780

3881
- General improvements:

0 commit comments

Comments
 (0)