Skip to content

Commit

Permalink
Merge pull request #370 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 May 26, 2024
2 parents 09f1b57 + f750663 commit 41d216b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ IOTA_UL_AUTOCAST=true
IOTA_UL_LOG_LEVEL=INFO

# Docker image for IoT Agent for UltraLight 2.0
IMAGE_IOTAGENT_UL=telefonicaiot/iotagent-ul:2.4.2
IMAGE_IOTAGENT_UL=telefonicaiot/iotagent-ul:3.4.0

#
# IoT Agent for JSON
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## FIWARE Big Bang v0.37.0-next

- Update IoT Agent for UltraLight to 3.4.0 (#370)
- Update STH Comet to 2.11.0 (#369)
- Improve maintenance script (#368)
- Update Node-RED to 3.1.9 (#367)
- Support Ubuntu 24.04 (#366)
Expand Down
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ IOTA_UL_AUTOCAST=true
IOTA_UL_LOG_LEVEL=INFO

# Docker image for IoT Agent for UltraLight 2.0
IMAGE_IOTAGENT_UL=telefonicaiot/iotagent-ul:2.4.2
IMAGE_IOTAGENT_UL=telefonicaiot/iotagent-ul:3.4.0

#
# IoT Agent for JSON
Expand Down
2 changes: 2 additions & 0 deletions docs/en/examples/iotagent-ul.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ ngsi devices \
"devices": [
{
"device_id": "sensor001",
"apikey": "8f9z57ahxmtzx21oczr5vaabot",
"entity_name": "urn:ngsi-ld:WeatherObserved:sensor001",
"entity_type": "Sensor",
"timezone": "Asia/Tokyo",
Expand Down Expand Up @@ -363,6 +364,7 @@ ngsi devices \
"devices": [
{
"device_id": "sensor003",
"apikey": "Dk8A0vfwTkTiAY71QyyKzOv9CT",
"entity_name": "urn:ngsi-ld:WeatherObserved:sensor003",
"entity_type": "Sensor",
"timezone": "Asia/Tokyo",
Expand Down
2 changes: 2 additions & 0 deletions docs/ja/examples/iotagent-ul.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ ngsi devices \
{
"device_id": "sensor001",
"entity_name": "urn:ngsi-ld:WeatherObserved:sensor001",
"apikey": "8f9z57ahxmtzx21oczr5vaabot",
"entity_type": "Sensor",
"timezone": "Asia/Tokyo",
"protocol": "PDI-IoTA-UltraLight",
Expand Down Expand Up @@ -389,6 +390,7 @@ ngsi devices \
"devices": [
{
"device_id": "sensor003",
"apikey": "Dk8A0vfwTkTiAY71QyyKzOv9CT",
"entity_name": "urn:ngsi-ld:WeatherObserved:sensor003",
"entity_type": "Sensor",
"timezone": "Asia/Tokyo",
Expand Down
1 change: 1 addition & 0 deletions examples/iotagent-ul-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_UL}" create --data '{
"devices": [
{
"device_id": "sensor003",
"apikey": "Dk8A0vfwTkTiAY71QyyKzOv9CT",
"entity_name": "urn:ngsi-ld:WeatherObserved:sensor003",
"entity_type": "Sensor",
"timezone": "Asia/Tokyo",
Expand Down
1 change: 1 addition & 0 deletions examples/iotagent-ul-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_UL}" create --data '{
"devices": [
{
"device_id": "sensor001",
"apikey": "8f9z57ahxmtzx21oczr5vaabot",
"entity_name": "urn:ngsi-ld:WeatherObserved:sensor001",
"entity_type": "Sensor",
"timezone": "Asia/Tokyo",
Expand Down

0 comments on commit 41d216b

Please sign in to comment.