Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Quantumleap 1.0.0 #38

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading