-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openconnect-sso: version bumped to 0.3.8
- Loading branch information
László Vaskó
committed
Dec 20, 2019
1 parent
42291c5
commit cf8ff37
Showing
3 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
__version__ = "0.3.7" | ||
__version__ = "0.3.8" | ||
__description__ = "Wrapper script for OpenConnect supporting Azure AD (SAMLv2) authentication to Cisco SSL-VPNs" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "openconnect-sso" | ||
version = "0.3.7" | ||
version = "0.3.8" | ||
description = "Wrapper script for OpenConnect supporting Azure AD (SAMLv2) authentication to Cisco SSL-VPNs" | ||
authors = ["László Vaskó <[email protected]>"] | ||
readme = "README.md" | ||
|
6 changes: 6 additions & 0 deletions
6
releasenotes/notes/fix-server-should-override-default-profile-ea07dc38d80f9669.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
fixes: | ||
- | | ||
``--server`` command line option only had an effect when | ||
``openconnect-sso`` is started for the first time. Subsequent executions | ||
always loaded the server setting from the saved configuration. |