Skip to content

Commit

Permalink
Merge pull request #371 from fisuda/update/docker_images
Browse files Browse the repository at this point in the history
Update IoT Agent for JSON to 3.4.0
  • Loading branch information
fisuda authored May 26, 2024
2 parents 41d216b + be2da58 commit 7da7216
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ IOTA_JSON_AUTOCAST=true
IOTA_JSON_LOG_LEVEL=INFO

# Docker image for IoT Agent for JSON
IMAGE_IOTAGENT_JSON=telefonicaiot/iotagent-json:2.4.2
IMAGE_IOTAGENT_JSON=telefonicaiot/iotagent-json:3.4.0

#
# Node-RED
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## FIWARE Big Bang v0.37.0-next

- Update IoT Agent for JSON to 3.4.0 (#371)
- Update IoT Agent for UltraLight to 3.4.0 (#370)
- Update STH Comet to 2.11.0 (#369)
- Improve maintenance script (#368)
Expand Down
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ IOTA_JSON_AUTOCAST=true
IOTA_JSON_LOG_LEVEL=INFO

# Docker image for IoT Agent for JSON
IMAGE_IOTAGENT_JSON=telefonicaiot/iotagent-json:2.4.2
IMAGE_IOTAGENT_JSON=telefonicaiot/iotagent-json:3.4.0

#
# Node-RED
Expand Down
2 changes: 2 additions & 0 deletions docs/en/examples/iotagent-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ ngsi devices \
"devices": [
{
"device_id": "sensor002",
"apikey": "SMoCnNjlrAfeFOtlaC8XAhM8o1",
"entity_name": "urn:ngsi-ld:WeatherObserved:sensor002",
"entity_type": "Sensor",
"timezone": "Asia/Tokyo",
Expand Down Expand Up @@ -361,6 +362,7 @@ ngsi devices \
"devices": [
{
"device_id": "sensor004",
"apikey": "XaEMQ86tTBHCwN0C9MjiHXcYFX",
"entity_name": "urn:ngsi-ld:WeatherObserved:sensor004",
"entity_type": "Sensor",
"timezone": "Asia/Tokyo",
Expand Down
2 changes: 2 additions & 0 deletions docs/ja/examples/iotagent-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ ngsi devices \
"devices": [
{
"device_id": "sensor002",
"apikey": "SMoCnNjlrAfeFOtlaC8XAhM8o1",
"entity_name": "urn:ngsi-ld:WeatherObserved:sensor002",
"entity_type": "Sensor",
"timezone": "Asia/Tokyo",
Expand Down Expand Up @@ -387,6 +388,7 @@ ngsi devices \
"devices": [
{
"device_id": "sensor004",
"apikey": "XaEMQ86tTBHCwN0C9MjiHXcYFX",
"entity_name": "urn:ngsi-ld:WeatherObserved:sensor004",
"entity_type": "Sensor",
"timezone": "Asia/Tokyo",
Expand Down
1 change: 1 addition & 0 deletions examples/iotagent-json-http/03.create-deivce.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ngsi devices --host "${IOTAGENT_JSON}" create --data '{
"devices": [
{
"device_id": "sensor004",
"apikey": "XaEMQ86tTBHCwN0C9MjiHXcYFX",
"entity_name": "urn:ngsi-ld:WeatherObserved:sensor004",
"entity_type": "Sensor",
"timezone": "Asia/Tokyo",
Expand Down
1 change: 1 addition & 0 deletions examples/iotagent-json-mqtt/03.create-deivce.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ngsi devices --host "${IOTAGENT_JSON}" create --data '{
"devices": [
{
"device_id": "sensor002",
"apikey": "SMoCnNjlrAfeFOtlaC8XAhM8o1",
"entity_name": "urn:ngsi-ld:WeatherObserved:sensor002",
"entity_type": "Sensor",
"timezone": "Asia/Tokyo",
Expand Down

0 comments on commit 7da7216

Please sign in to comment.