diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fdd0df..fd7232d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/docs/en/after-installation.md b/docs/en/after-installation.md index 4c9719a..46df95f 100644 --- a/docs/en/after-installation.md +++ b/docs/en/after-installation.md @@ -185,7 +185,7 @@ ngsi version --host quantumleap.local ```json { - "version": "0.8.3-dev" + "version": "1.0.0" } ``` diff --git a/docs/en/examples/quantumleap.md b/docs/en/examples/quantumleap.md index 07efa11..e29d817 100644 --- a/docs/en/examples/quantumleap.md +++ b/docs/en/examples/quantumleap.md @@ -27,7 +27,7 @@ ngsi version --host quantumleap.local ```json { - "version": "0.8.3-dev" + "version": "1.0.0" } ``` diff --git a/docs/ja/after-installation.md b/docs/ja/after-installation.md index 991656e..92e46d6 100644 --- a/docs/ja/after-installation.md +++ b/docs/ja/after-installation.md @@ -199,7 +199,7 @@ ngsi version --host quantumleap.local ```json { - "version": "0.8.3-dev" + "version": "1.0.0" } ``` diff --git a/docs/ja/examples/quantumleap.md b/docs/ja/examples/quantumleap.md index 6010c89..ff9c90c 100644 --- a/docs/ja/examples/quantumleap.md +++ b/docs/ja/examples/quantumleap.md @@ -29,7 +29,7 @@ ngsi version --host quantumleap.local ```json { - "version": "0.8.3-dev" + "version": "1.0.0" } ``` diff --git a/setup-fiware.sh b/setup-fiware.sh index c9cef23..ba0d55d 100755 --- a/setup-fiware.sh +++ b/setup-fiware.sh @@ -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 @@ -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