From 6d40d2282555a67e8eac03bdf3427a3475f1cffc Mon Sep 17 00:00:00 2001 From: Ken Zangelin Date: Mon, 13 Jan 2025 12:27:03 +0100 Subject: [PATCH] Changed the version of Orion-LD to 1.8.0 for a new release --- README.md | 10 +++++----- src/lib/orionld/common/orionldState.h | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dc6b012f0b..739428b7f3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This project is part of [FIWARE](https://www.fiware.org/). For more information Issues on this projects can be reported as [github issues](https://github.com/FIWARE/context.Orion-LD/issues), while questions are preferred on [Stack Overflow](http://stackoverflow.com/questions/tagged/fiware-orion), using the tag `fiware-orion`. -> The latest release of Orion-LD is [1.7.1](https://github.com/FIWARE/context.Orion-LD/releases/tag/1.7.1) from December 2024 +> The latest release of Orion-LD is [1.8.0](https://github.com/FIWARE/context.Orion-LD/releases/tag/1.8.0) from January 2025 Orion-LD is a Context Broker and [CEF](https://ec.europa.eu/digital-building-blocks/sites/display/DIGITAL/About+us) [building block](https://joinup.ec.europa.eu/collection/egovernment/solution/cef-context-broker) for context data @@ -26,7 +26,7 @@ management, implementting both the [NGSI-LD API](https://en.wikipedia.org/wiki/N [Orion Context Broker](https://github.com/telefonicaid/fiware-orion) extending support to add **NGSI-LD** and linked data concepts. Orion-LD follows the [ETSI](https://en.wikipedia.org/wiki/ETSI) specification for **NGSI-LD** and has been tested to be a stable and fast **NGSI-LD** broker with near compliance to the version 1.6.1 of the NGSI-LD API -specification (and some features from newer releases). +specification (and select features from newer releases). ## License @@ -101,11 +101,11 @@ Every merged pull request results in a new fixed tag in dockerhub/quay.io. Please note that for production and/or performance implementations, there is a thorough guide for that right [here](https://github.com/FIWARE/load-tests) -If you want to use a more stable image, the latest release (as of Dec 2024) is -[1.7.1](https://github.com/FIWARE/context.Orion-LD/releases/tag/1.7.1) +If you want to use a more stable image, the latest release (as of Jan 2025) is +[1.8.0](https://github.com/FIWARE/context.Orion-LD/releases/tag/1.8.0) ```console -docker run quay.io/fiware/orion-ld:1.7.1 +docker run quay.io/fiware/orion-ld:1.8.0 ``` Please check [quay.io](https://quay.io/repository/fiware/orion-ld?tab=tags) or [dockerhub](https://hub.docker.com/r/fiware/orion-ld/tags) for other releases. diff --git a/src/lib/orionld/common/orionldState.h b/src/lib/orionld/common/orionldState.h index 99e1567a0f..8459c46f88 100644 --- a/src/lib/orionld/common/orionldState.h +++ b/src/lib/orionld/common/orionldState.h @@ -69,7 +69,7 @@ extern "C" // // ORIONLD_VERSION - // -#define ORIONLD_VERSION "post-v1.7.1" +#define ORIONLD_VERSION "1.8.0"