Skip to content

Commit

Permalink
1.0.3: Update Changelog, Readme Formatting, and SLN
Browse files Browse the repository at this point in the history
  • Loading branch information
gnoeou committed May 10, 2021
1 parent 34598ef commit aa1dfe2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/keyfactor-extension-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
push:
#only run this workflow when pushing to a branch that contains a release number. ignore -pre
branches:
- 'release-[12].[0-9]+.[0-9]+'
- '!release--[12].[0-9]+.[0-9]+-pre*'
- 'release-[12].[0-9]+'
- '!release-[12].[0-9]+.[0-9]+-pre*'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -66,8 +66,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
release_name: Release ${{ env.RELEASE_NAME }}
release_name: Release 1.0.3
body: |
Add SNI support for new bindings when adding certificates to an IIS Store
[Changelog](../CHANGELOG.MD)
draft: false
prerelease: false
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
1.0.2
* 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
* add support for the IncludePortInSPN flag
* add support to use credentials from Keyfactor for Add/Remove/Inventory jobs.
* add support to use credentials from Keyfactor for Add/Remove/Inventory jobs.

1.0.3
* Add support for the SNI Flags when creating new bindings. Supported flags include:
* 0 No SNI
* 1 SNI Enabled
* 2 Non SNI binding which uses Central Certificate Store
* 3 SNI binding which uses Central Certificate Store
2 changes: 2 additions & 0 deletions IISWithBindings.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IISWithBindingsTestHarness"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1A6C93E7-24FD-47FD-883D-EDABF5CEE4C6}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
.github\workflows\keyfactor-extension-release.yml = .github\workflows\keyfactor-extension-release.yml
README.md = README.md
EndProjectSection
EndProject
Expand Down

0 comments on commit aa1dfe2

Please sign in to comment.