Skip to content

Commit aa1dfe2

Browse files
committed
1.0.3: Update Changelog, Readme Formatting, and SLN
1 parent 34598ef commit aa1dfe2

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

.github/workflows/keyfactor-extension-release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
push:
99
#only run this workflow when pushing to a branch that contains a release number. ignore -pre
1010
branches:
11-
- 'release-[12].[0-9]+.[0-9]+'
12-
- '!release--[12].[0-9]+.[0-9]+-pre*'
11+
- 'release-[12].[0-9]+'
12+
- '!release-[12].[0-9]+.[0-9]+-pre*'
1313

1414
# Allows you to run this workflow manually from the Actions tab
1515
workflow_dispatch:
@@ -66,8 +66,9 @@ jobs:
6666
env:
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6868
with:
69-
release_name: Release ${{ env.RELEASE_NAME }}
69+
release_name: Release 1.0.3
7070
body: |
71+
Add SNI support for new bindings when adding certificates to an IIS Store
7172
[Changelog](../CHANGELOG.MD)
7273
draft: false
7374
prerelease: false

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
1.0.2
22
* Remove dependnce on Windows.Web.Administration on the orchestrator server. The agent will now use the local version on the managed server via remote powershell
33
* add support for the IncludePortInSPN flag
4-
* add support to use credentials from Keyfactor for Add/Remove/Inventory jobs.
4+
* add support to use credentials from Keyfactor for Add/Remove/Inventory jobs.
5+
6+
1.0.3
7+
* Add support for the SNI Flags when creating new bindings. Supported flags include:
8+
* 0 No SNI
9+
* 1 SNI Enabled
10+
* 2 Non SNI binding which uses Central Certificate Store
11+
* 3 SNI binding which uses Central Certificate Store

IISWithBindings.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IISWithBindingsTestHarness"
99
EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1A6C93E7-24FD-47FD-883D-EDABF5CEE4C6}"
1111
ProjectSection(SolutionItems) = preProject
12+
CHANGELOG.md = CHANGELOG.md
13+
.github\workflows\keyfactor-extension-release.yml = .github\workflows\keyfactor-extension-release.yml
1214
README.md = README.md
1315
EndProjectSection
1416
EndProject

0 commit comments

Comments
 (0)