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

Commit 15c08d5

Browse files
author
Jaroslav Tóth
authored
[FR-276] Update device-inventory API to 6.1.0 (#97)
* FR-276 Update device-inventory API to 6.1.0 - Updated generated Python entities. - Updated docker-compose file (added missing env variables). - Bumped version to 2.1.0. * FR-276 Fix generated 'from' reserved Python word - Renamed to 'from_' with alias 'from'.
1 parent c8e0835 commit 15c08d5

File tree

5 files changed

+426
-15
lines changed

5 files changed

+426
-15
lines changed

frinx-inventory-server/python/CHANGELOG.md

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

1010
# 2.0.1
1111
- graphql-pydantic-converter v ^1.2
12+
13+
# 2.1.0
14+
- Updated Python classes from device-inventory v6.1.0.

frinx-inventory-server/python/RELEASE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
| Docker Image Tag | Python Library Version |
44
|------------------|------------------------|
55
| 1.9.3 | 0.0.1, 0.1.0, 1.0.0 |
6-
| 6.0.0 | 2.0.0 |
6+
| 6.0.0 | 2.0.0 |
7+
| 6.1.0 | 2.1.0 |

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ services:
2323
- X_TENANT_ID=frinx
2424
- SHELL_HOST=localhost
2525
- TOPOLOGY_ENABLED=false
26+
- KAFKA_BROKER=127.0.0.1:9092
27+
- KAFKA_TOPIC=device-ivnentory
28+
- KAFKA_ENABLED=false
29+
- PERFORMANCE_MONITORING_ENABLED=false
2630
depends_on:
2731
postgres:
2832
condition: service_healthy

0 commit comments

Comments
 (0)