-
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.
[inventory] Adjust inventory worker (#45)
* [inventory] Adjust inventory worker The inventory worker needs some values to be empty (e.g. mount parameters) so failed devices in the workflow can be stored as well. * Bump patch version and add CHANGELOG.md entry * [uniconfig] Newer models * Update tag for uniconfig API * Bump version Signed-off-by: Jakub Boguščiak <[email protected]>
- Loading branch information
1 parent
0188aad
commit 8c33439
Showing
6 changed files
with
171 additions
and
183 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ packages = [{ include = "frinx_worker" }] | |
name = "frinx-inventory-worker" | ||
description = "Conductor worker for Frinx Device Inventory" | ||
authors = ["Jozef Volak <[email protected]>"] | ||
version = "1.2.0" | ||
version = "1.2.1" | ||
readme = ["README.md", "CHANGELOG.md", "RELEASE.md"] | ||
keywords = ["frinx-machine", "device inventory", "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
Oops, something went wrong.