Skip to content

Commit

Permalink
Merge pull request #33 from fisuda/update/docker_images
Browse files Browse the repository at this point in the history
Update Cygnus to 3.8.0
  • Loading branch information
fisuda authored Jun 2, 2024
2 parents b73cff8 + 3f6b539 commit f83ce43
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 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 Cygnus to 3.8.0 (#33)
- Update Orion to 3.12.0 (#32)
- Update node-red 3.1.9 (#31)
- Update copyright date (#30)
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 @@ -128,7 +128,7 @@ ngsi version --host cygnus.local --pretty
```json
{
"success": "true",
"version": "3.2.0.9b21eae9095e3250ba8799e61411905d1c756191"
"version": "3.8.0.f62eff701c01df1f708e0c9484e48e7b9bd9b1ed"
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/en/examples/comet.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ ngsi version --host cygnus.local --pretty
```json
{
"success": "true",
"version": "2.10.0.5bb41dfcca1e25db664850e6b7806e3cf6a2aa7b"
"version": "3.8.0.f62eff701c01df1f708e0c9484e48e7b9bd9b1ed"
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/en/examples/cygnus.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ngsi version --host cygnus.local --pretty
```json
{
"success": "true",
"version": "3.2.0.9b21eae9095e3250ba8799e61411905d1c756191"
"version": "3.8.0.f62eff701c01df1f708e0c9484e48e7b9bd9b1ed"
}
```

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 @@ -136,7 +136,7 @@ ngsi version --host cygnus.local --pretty
```json
{
"success": "true",
"version": "3.2.0.9b21eae9095e3250ba8799e61411905d1c756191"
"version": "3.8.0.f62eff701c01df1f708e0c9484e48e7b9bd9b1ed"
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/ja/examples/comet.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ ngsi version --host cygnus.local --pretty
```json
{
"success": "true",
"version": "2.10.0.5bb41dfcca1e25db664850e6b7806e3cf6a2aa7b"
"version": "3.8.0.f62eff701c01df1f708e0c9484e48e7b9bd9b1ed"
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/ja/examples/cygnus.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ngsi version --host cygnus.local --pretty
```json
{
"success": "true",
"version": "3.2.0.9b21eae9095e3250ba8799e61411905d1c756191"
"version": "3.8.0.f62eff701c01df1f708e0c9484e48e7b9bd9b1ed"
}
```

Expand Down
4 changes: 2 additions & 2 deletions setup-fiware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ set_amd64_images() {
IMAGE_WIRECLOUD=quay.io/fiware/wirecloud:1.3.1
IMAGE_NGSIPROXY=quay.io/fiware/ngsiproxy:1.2.2
IMAGE_COMET=telefonicaiot/fiware-sth-comet:2.10.0
IMAGE_CYGNUS=telefonicaiot/fiware-cygnus:3.2.0
IMAGE_CYGNUS=telefonicaiot/fiware-cygnus:3.8.0
IMAGE_IOTAGENT_UL=telefonicaiot/iotagent-ul:2.4.2
IMAGE_IOTAGENT_JSON=telefonicaiot/iotagent-json:2.4.2
IMAGE_QUANTUMLEAP=orchestracities/quantumleap:0.8.3
Expand All @@ -330,7 +330,7 @@ set_arm64_images() {
IMAGE_WIRECLOUD=letsfiware/wirecloud:1.3.1
IMAGE_NGSIPROXY=letsfiware/ngsiproxy:1.2.2
IMAGE_COMET=letsfiware/sth-comet:2.10.0
IMAGE_CYGNUS=letsfiware/fiware-cygnus:3.2.0
IMAGE_CYGNUS=letsfiware/fiware-cygnus:3.8.0
IMAGE_IOTAGENT_UL=letsfiware/iotagent-ul:2.4.2
IMAGE_IOTAGENT_JSON=letsfiware/iotagent-json:2.4.2
IMAGE_QUANTUMLEAP=letsfiware/quantumleap:latest
Expand Down

0 comments on commit f83ce43

Please sign in to comment.