Skip to content

Commit

Permalink
Merge pull request #41 from fisuda/update/docker_images
Browse files Browse the repository at this point in the history
Update Perseo FE to 1.30.0
  • Loading branch information
fisuda authored Jun 3, 2024
2 parents 861757e + b1a68ac commit c94dd99
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 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 Perseo FE to 1.30.0 (#41)
- 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)
Expand Down
2 changes: 1 addition & 1 deletion docs/en/after-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ ngsi version --host perseo.local --pretty
"data": {
"name": "perseo",
"description": "IOT CEP front End",
"version": "1.27.0"
"version": "1.30.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/en/examples/perseo.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ngsi version --host perseo.local --pretty
"data": {
"name": "perseo",
"description": "IOT CEP front End",
"version": "1.27.0"
"version": "1.30.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/ja/after-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ ngsi version --host perseo.local --pretty
"data": {
"name": "perseo",
"description": "IOT CEP front End",
"version": "1.27.0"
"version": "1.30.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/ja/examples/perseo.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ngsi version --host perseo.local --pretty
"data": {
"name": "perseo",
"description": "IOT CEP front End",
"version": "1.27.0"
"version": "1.30.0"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions setup-fiware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ set_amd64_images() {
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
IMAGE_PERSEO_FE=telefonicaiot/perseo-fe:1.30.0
IMAGE_ELASTICSEARCH=elasticsearch:2.4
}

Expand All @@ -335,7 +335,7 @@ set_arm64_images() {
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
IMAGE_PERSEO_FE=letsfiware/perseo-fe:1.30.0
IMAGE_ELASTICSEARCH=letsfiware/elasticsearch:2.4
}

Expand Down

0 comments on commit c94dd99

Please sign in to comment.