-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix connection-manager and discovery workers
- Connection-manager - Pydantic cannot correctly handle combination of aliases and unions. - Discovery - Fixed renamed elements.
- Loading branch information
Showing
5 changed files
with
75 additions
and
51 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
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
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
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ packages = [{ include = "frinx_worker" }] | |
name = "frinx-uniconfig-worker" | ||
description = "Conductor worker for Frinx Uniconfig" | ||
authors = ["Jozef Volak <[email protected]>"] | ||
version = "3.0.0" | ||
version = "3.0.1" | ||
readme = ["README.md", "CHANGELOG.md", "RELEASE.md"] | ||
keywords = ["frinx-machine", "uniconfig", "worker"] | ||
license = "Apache 2.0" | ||
|
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