Skip to content

Commit

Permalink
Merge pull request #39 from fisuda/update/docker_images
Browse files Browse the repository at this point in the history
Update IoT Agent for UltraLight to 3.4.0
  • Loading branch information
fisuda authored Jun 3, 2024
2 parents 45f031b + 307fd66 commit 3e92555
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## FIWARE Small Bang v0.4.0-next

- Update Quantumleap 1.0.0 (#13)
- Update IoT Agent for UltraLight to 3.4.0 (#39)
- Update Quantumleap 1.0.0 (#38)
- Remove version property from docker compose files (#37)
- Support Ubuntu 24.04 (#36)
- Bump codecov/codecov-action from 1 to 4 (#35)
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 @@ -221,10 +221,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-ul.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ ngsi version --host iotagent-ul.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 @@ -239,10 +239,10 @@ ngsi version --host iotagent-ul.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-ul.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ ngsi version --host iotagent-ul.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 @@ -314,7 +314,7 @@ set_amd64_images() {
IMAGE_NGSIPROXY=quay.io/fiware/ngsiproxy:1.2.2
IMAGE_COMET=telefonicaiot/fiware-sth-comet:2.11.0
IMAGE_CYGNUS=telefonicaiot/fiware-cygnus:3.8.0
IMAGE_IOTAGENT_UL=telefonicaiot/iotagent-ul:2.4.2
IMAGE_IOTAGENT_UL=telefonicaiot/iotagent-ul:3.4.0
IMAGE_IOTAGENT_JSON=telefonicaiot/iotagent-json:2.4.2
IMAGE_QUANTUMLEAP=orchestracities/quantumleap:1.0.0
IMAGE_PERSEO_CORE=telefonicaiot/perseo-core:1.13.0
Expand All @@ -331,7 +331,7 @@ set_arm64_images() {
IMAGE_NGSIPROXY=letsfiware/ngsiproxy:1.2.2
IMAGE_COMET=letsfiware/sth-comet:2.11.0
IMAGE_CYGNUS=letsfiware/fiware-cygnus:3.8.0
IMAGE_IOTAGENT_UL=letsfiware/iotagent-ul:2.4.2
IMAGE_IOTAGENT_UL=letsfiware/iotagent-ul:3.4.0
IMAGE_IOTAGENT_JSON=letsfiware/iotagent-json:2.4.2
IMAGE_QUANTUMLEAP=letsfiware/quantumleap:1.0.0
IMAGE_PERSEO_CORE=letsfiware/perseo-core:1.13.0
Expand Down

0 comments on commit 3e92555

Please sign in to comment.