Skip to content

Commit

Permalink
Changed the version of Orion-LD to 1.8.0 for a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
kzangeli committed Jan 13, 2025
1 parent 6a3128e commit 6d40d22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/lib/orionld/common/orionldState.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ extern "C"
//
// ORIONLD_VERSION -
//
#define ORIONLD_VERSION "post-v1.7.1"
#define ORIONLD_VERSION "1.8.0"



Expand Down

0 comments on commit 6d40d22

Please sign in to comment.