Skip to content

Commit

Permalink
Merge pull request #38 from fisuda/update/docker_images
Browse files Browse the repository at this point in the history
Update Quantumleap 1.0.0
  • Loading branch information
fisuda authored Jun 3, 2024
2 parents 7cd9aaf + c19e2bd commit 45f031b
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 Quantumleap 1.0.0 (#13)
- Remove version property from docker compose files (#37)
- Support Ubuntu 24.04 (#36)
- Bump codecov/codecov-action from 1 to 4 (#35)
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 @@ -185,7 +185,7 @@ ngsi version --host quantumleap.local

```json
{
"version": "0.8.3-dev"
"version": "1.0.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/en/examples/quantumleap.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ngsi version --host quantumleap.local

```json
{
"version": "0.8.3-dev"
"version": "1.0.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 @@ -199,7 +199,7 @@ ngsi version --host quantumleap.local

```json
{
"version": "0.8.3-dev"
"version": "1.0.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/ja/examples/quantumleap.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ngsi version --host quantumleap.local

```json
{
"version": "0.8.3-dev"
"version": "1.0.0"
}
```

Expand Down
4 changes: 2 additions & 2 deletions setup-fiware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ set_amd64_images() {
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
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_ELASTICSEARCH=elasticsearch:2.4
Expand All @@ -333,7 +333,7 @@ set_arm64_images() {
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
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_ELASTICSEARCH=letsfiware/elasticsearch:2.4
Expand Down

0 comments on commit 45f031b

Please sign in to comment.