Skip to content

Commit 312ccaf

Browse files
JozefielJozef Volak
andauthored
[inventory,performance-monitor,resource-manager,schellar,topology-discovery,uniconfig] Bump dependenices with vlnerability fixes (FRINXio#102)
Co-authored-by: Jozef Volak <[email protected]>
1 parent 61c9041 commit 312ccaf

33 files changed

+916
-1003
lines changed

frinx-inventory-server/python/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@
1212

1313
# 2.1.0
1414
- Updated Python classes from device-inventory v6.1.0.
15+
16+
# 2.1.0
17+
- Package dependency update

frinx-inventory-server/python/RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
|------------------|------------------------|
55
| 1.9.3 | 0.0.1, 0.1.0, 1.0.0 |
66
| 6.0.0 | 2.0.0 |
7-
| 6.1.0 | 2.1.0 |
7+
| 6.1.0 | 2.1.0, 2.1.1 |

frinx-inventory-server/python/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ services:
3838
start_period: 40s
3939

4040
converter:
41-
image: frinx/graphql-pydantic-converter:1.2.0
41+
image: frinx/graphql-pydantic-converter:1.2.2
4242
depends_on:
4343
inventory:
4444
condition: service_healthy

frinx-inventory-server/python/poetry.lock

Lines changed: 128 additions & 134 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frinx-inventory-server/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ packages = [{ include = "frinx_api" }]
1818
name = "frinx-inventory-api"
1919
description = "Frinx Inventory graphql schema transformed to pydantic basemodels"
2020
authors = ["Jozef Volak <[email protected]>"]
21-
version = "2.1.0"
21+
version = "2.1.1"
2222
readme = ["README.md", "CHANGELOG.md", "RELEASE.md"]
2323
keywords = ["frinx-machine", "inventory", "api"]
2424
license = "Apache 2.0"

json-schema/python/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@
2121
- Added JSON schema and generated pydantic class for unified performance-message notifications.
2222
- Added cpu-usage and memory-usage header constants for performance-message notifications.
2323

24+
# 0.3.1
25+
- Package dependency update

json-schema/python/poetry.lock

Lines changed: 173 additions & 177 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

json-schema/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ packages = [{ include = "frinx_api" }]
1717
name = "frinx-json-schemas"
1818
description = "JSON schemas to pydantic basemodel converter"
1919
authors = ["Jakub Bogusciak <[email protected]>"]
20-
version = "0.3.0"
20+
version = "0.3.1"
2121
readme = ["README.md", "CHANGELOG.md", "RELEASE.md"]
2222
keywords = ["json-schema"]
2323
license = "Apache 2.0"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# 0.0.2
2+
- Package dependency update

performance-monitor/python/RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
| Docker Image Tag | Python Library Version |
44
|------------------|------------------------|
5-
| 6.0.3 | 0.0.1 |
5+
| 6.0.3 | 0.0.1, 0.0.2 |
66

0 commit comments

Comments
 (0)