Skip to content

Commit d044ab8

Browse files
committed
chore(docs): Reformat CHANGELOG.md
1 parent b2cfaae commit d044ab8

File tree

1 file changed

+48
-36
lines changed

1 file changed

+48
-36
lines changed

CHANGELOG.md

Lines changed: 48 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,49 @@
1-
- 3.3.0
2-
- Add .net6/8 dual build
3-
4-
- 3.2.0
5-
- chore(docs): Upgrade GitHub Actions to use Bootstrap Workflow v3 to support Doctool
6-
7-
- 3.1.0
8-
- fix(deps): Revert main Azure Application Gateway Orchestrator extension .NET project to .NET 6 from .NET 8.
9-
10-
- 3.0.0
11-
- feat(certauth): Implement client certificate authentication as an alternative authentication mechanism.
12-
- chore(docs): Update documentation to discuss the Key Vault Azure role-based access control permission model.
13-
- fix(akv): Refactor Azure Key Vault certificate retrieval mechanism to recognize and appropriately handle secret versions.
14-
15-
- 2.1.0
16-
- chore(client): Pass error back to Command if certificate download from AKV fails
17-
18-
- 2.0.0
19-
- feat(bindings): Implemented a second Command Certificate Store Type called AzureAppGwBin that logically represents the binding of an Application Gateway SSL Certificate to a TLS Listener.
20-
- feat(bindings): Removed TLS Listener binding logic from AzureAppGW certificate store type implementation.
21-
- chore(semantics): Renamed AzureAppGW to AzureAppGw for consistiency.
22-
- chore(client): Refactored client to prefer dependency injection pattern.
23-
- chore(jobs): Refactored Orchestrator job implementations to prefer dependency injection pattern.
24-
- chore(tests): Implemented unit testing framework with a fake client interface.
25-
- chore(tests): Implemented integration tests for both Orchestrator jobs and App Gateway client.
26-
27-
- 1.3.0
28-
- fix(azure): Fixed bug that resulted in null reference exception when certificate was imported to Azure App Gateway from Azure Key Vault.
29-
- chore(docs): Refactor docs to describe limitation of Azure Key Vault certificate import to Azure App Gateway.
30-
31-
- 1.2.0
32-
- Added support for additional Azure global cloud instances (Government, China, Germany)
33-
- New store type property ("Azure Cloud")
34-
35-
- 1.1.0
36-
- First production release
1+
# 3.3.0
2+
3+
- feat: Add .net6/8 dual build
4+
5+
# 3.2.0
6+
7+
- chore(docs): Upgrade GitHub Actions to use Bootstrap Workflow v3 to support Doctool
8+
9+
# 3.1.0
10+
11+
- fix(deps): Revert main Azure Application Gateway Orchestrator extension .NET project to .NET 6 from .NET 8.
12+
13+
# 3.0.0
14+
15+
- feat(certauth): Implement client certificate authentication as an alternative authentication mechanism.
16+
- chore(docs): Update documentation to discuss the Key Vault Azure role-based access control permission model.
17+
- fix(akv): Refactor Azure Key Vault certificate retrieval mechanism to recognize and appropriately handle secret
18+
versions.
19+
20+
# 2.1.0
21+
22+
- chore(client): Pass error back to Command if certificate download from AKV fails
23+
24+
# 2.0.0
25+
26+
- feat(bindings): Implemented a second Command Certificate Store Type called AzureAppGwBin that logically represents the
27+
binding of an Application Gateway SSL Certificate to a TLS Listener.
28+
- feat(bindings): Removed TLS Listener binding logic from AzureAppGW certificate store type implementation.
29+
- chore(semantics): Renamed AzureAppGW to AzureAppGw for consistency.
30+
- chore(client): Refactored client to prefer dependency injection pattern.
31+
- chore(jobs): Refactored Orchestrator job implementations to prefer dependency injection pattern.
32+
- chore(tests): Implemented unit testing framework with a fake client interface.
33+
- chore(tests): Implemented integration tests for both Orchestrator jobs and App Gateway client.
34+
35+
# 1.3.0
36+
37+
- fix(azure): Fixed bug that resulted in null reference exception when certificate was imported to Azure App Gateway
38+
from Azure Key Vault.
39+
- chore(docs): Refactor docs to describe limitation of Azure Key Vault certificate import to Azure App Gateway.
40+
41+
# 1.2.0
42+
43+
- Added support for additional Azure global cloud instances (Government, China, Germany)
44+
- New store type property ("Azure Cloud")
45+
46+
# 1.1.0
47+
48+
- First production release
3749

0 commit comments

Comments
 (0)