Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit 312ccaf

Browse files
JozefielJozef Volak
and
Jozef Volak
authored
[inventory,performance-monitor,resource-manager,schellar,topology-discovery,uniconfig] Bump dependenices with vlnerability fixes (#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

performance-monitor/python/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242
- ./env_files/.env_performance_monitor
4343

4444
converter:
45-
image: frinx/graphql-pydantic-converter:1.2.0
45+
image: frinx/graphql-pydantic-converter:1.2.2
4646
restart: on-failure
4747
depends_on:
4848
kafka:

performance-monitor/python/poetry.lock

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

performance-monitor/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-performance-monitor-api"
1919
description = "Frinx Performance Monitor graphql schema transformed to pydantic basemodels"
2020
authors = ["Jozef Volak <[email protected]>"]
21-
version = "0.0.1"
21+
version = "0.0.2"
2222
readme = ["README.md", "CHANGELOG.md", "RELEASE.md"]
2323
keywords = ["frinx-machine", "performance-monitor", "api"]
2424
license = "Apache 2.0"

resource-manager/python/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@
55

66
# 2.0.0
77
- Pydantic v2
8-
- graphql-pydantic-converter v 1.1.0
8+
- graphql-pydantic-converter v 1.1.0
9+
10+
# 3.0.1
11+
- Package dependency update

resource-manager/python/RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
|------------------|------------------------|
55
| 1.0.10 | 0.0.1 |
66
| 2.0.0 | 1.0.0, 1.1.0, 2.0.0 |
7-
| 6.0.0 | 3.0.0 |
7+
| 6.0.0, 6.1.0 | 3.0.0, 3.0.1 |

resource-manager/python/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
retries: 5
3030

3131
converter:
32-
image: frinx/graphql-pydantic-converter:1.2.0
32+
image: frinx/graphql-pydantic-converter:1.2.2
3333
depends_on:
3434
resource-manager:
3535
condition: service_healthy

resource-manager/python/poetry.lock

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

resource-manager/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-resource-manager-api"
1919
description = "Frinx Resource Manager graphql schema transformed to pydantic BaseModels"
2020
authors = ["Jozef Volak <[email protected]>"]
21-
version = "3.0.0"
21+
version = "3.0.1"
2222
readme = ["README.md", "CHANGELOG.md", "RELEASE.md"]
2323
keywords = ["frinx-machine", "resource-manager", "api"]
2424
license = "Apache 2.0"

schellar/python/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@
55

66
# 1.0.0
77
- Pydantic v2
8-
- graphql-pydantic-converter v 1.1.0
8+
- graphql-pydantic-converter v 1.1.0
9+
10+
# 1.0.1
11+
- Package dependency update

schellar/python/RELEASE.md

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

33
| Docker Image Tag | Python Library Version |
44
|------------------|------------------------|
5-
| 4.0.0 | 0.0.1, 0.1.0, 1.0.0 |
5+
| 4.0.0, 6.0.0, 6.0.1 | 0.0.1, 0.1.0, 1.0.0, 1.0.1 |

schellar/python/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
start_period: 20s
3434

3535
converter:
36-
image: frinx/graphql-pydantic-converter:1.2.0
36+
image: frinx/graphql-pydantic-converter:1.2.2
3737
depends_on:
3838
schellar:
3939
condition: service_healthy

0 commit comments

Comments
 (0)