Skip to content

Commit

Permalink
Update IoT Agent for JSON to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fisuda committed Jun 3, 2024
1 parent 3e92555 commit 6d2dc71
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## FIWARE Small Bang v0.4.0-next

- Update IoT Agent for JSON to 3.4.0 (#40)
- Update IoT Agent for UltraLight to 3.4.0 (#39)
- Update Quantumleap 1.0.0 (#38)
- Remove version property from docker compose files (#37)
Expand Down
4 changes: 2 additions & 2 deletions docs/en/after-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,10 @@ ngsi version --host iotagent.local --pretty

```json
{
"libVersion": "3.2.0",
"libVersion": "4.4.0",
"port": "4041",
"baseRoot": "/",
"version": "2.2.0"
"version": "3.4.0"
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/en/examples/iotagent-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ ngsi version --host iotagent-json.local --pretty

```json
{
"libVersion": "3.2.0",
"libVersion": "4.4.0",
"port": "4041",
"baseRoot": "/",
"version": "2.2.0"
"version": "3.4.0"
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/ja/after-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,10 @@ ngsi version --host iotagent-json.local --pretty

```json
{
"libVersion": "3.2.0",
"libVersion": "4.4.0",
"port": "4041",
"baseRoot": "/",
"version": "2.2.0"
"version": "3.4.0"
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/ja/examples/iotagent-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ ngsi version --host iotagent-json.local --pretty

```json
{
"libVersion": "3.2.0",
"libVersion": "4.4.0",
"port": "4041",
"baseRoot": "/",
"version": "2.2.0"
"version": "3.4.0"
}
```

Expand Down
4 changes: 2 additions & 2 deletions setup-fiware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ set_amd64_images() {
IMAGE_COMET=telefonicaiot/fiware-sth-comet:2.11.0
IMAGE_CYGNUS=telefonicaiot/fiware-cygnus:3.8.0
IMAGE_IOTAGENT_UL=telefonicaiot/iotagent-ul:3.4.0
IMAGE_IOTAGENT_JSON=telefonicaiot/iotagent-json:2.4.2
IMAGE_IOTAGENT_JSON=telefonicaiot/iotagent-json:3.4.0
IMAGE_QUANTUMLEAP=orchestracities/quantumleap:1.0.0
IMAGE_PERSEO_CORE=telefonicaiot/perseo-core:1.13.0
IMAGE_PERSEO_FE=telefonicaiot/perseo-fe:1.27.0
Expand All @@ -332,7 +332,7 @@ set_arm64_images() {
IMAGE_COMET=letsfiware/sth-comet:2.11.0
IMAGE_CYGNUS=letsfiware/fiware-cygnus:3.8.0
IMAGE_IOTAGENT_UL=letsfiware/iotagent-ul:3.4.0
IMAGE_IOTAGENT_JSON=letsfiware/iotagent-json:2.4.2
IMAGE_IOTAGENT_JSON=letsfiware/iotagent-json:3.4.0
IMAGE_QUANTUMLEAP=letsfiware/quantumleap:1.0.0
IMAGE_PERSEO_CORE=letsfiware/perseo-core:1.13.0
IMAGE_PERSEO_FE=letsfiware/perseo-fe:1.27.0
Expand Down

0 comments on commit 6d2dc71

Please sign in to comment.