From 83d81d74231646cb3b450875ad5436aac56dff8c Mon Sep 17 00:00:00 2001 From: Ken Zangelin Date: Mon, 17 Jul 2023 17:48:08 +0200 Subject: [PATCH] Changed the version of Orion-LD to 1.3.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 b5c764ec14..9e333728f7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Orion Context Broker (with Linked Data Extensions) +<# Orion Context Broker (with Linked Data Extensions) [![FIWARE Core Context Management](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/core.svg)](https://www.fiware.org/developers/catalogue/) [![License badge](https://img.shields.io/github/license/FIWARE/context.Orion-LD.svg)](https://opensource.org/licenses/AGPL-3.0) @@ -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 Stackoverflow, using the tag `fiware-orion`. -> The latest release of Orion-LD is [1.2.0](https://github.com/FIWARE/context.Orion-LD/releases/tag/1.2.0) from May 2023 +> The latest release of Orion-LD is [1.3.0](https://github.com/FIWARE/context.Orion-LD/releases/tag/1.3.0) from July 2023 Orion-LD is a Context Broker and [CEF](https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/CEF+Digital+Home) [building block](https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/What+is+a+building+Block) for context data @@ -93,11 +93,11 @@ Every merged pull request results in a new non-changing tag in dockerhub. 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 instead want to use a more stable image, the latest release (as of May 2023) is -[1.2.0](https://github.com/FIWARE/context.Orion-LD/releases/tag/1.2.0) +If you instead want to use a more stable image, the latest release (as of July 2023) is +[1.3.0](https://github.com/FIWARE/context.Orion-LD/releases/tag/1.3.0) ```console -docker run quay.io/fiware/orion-ld:1.1.1 +docker run quay.io/fiware/orion-ld:1.3.0 ``` Please check [quay.io](https://quay.io/repository/fiware/orion-ld?tab=tags) for newer releases. diff --git a/src/lib/orionld/common/orionldState.h b/src/lib/orionld/common/orionldState.h index c67bb95a4d..2545aec668 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.2.0" +#define ORIONLD_VERSION "1.3.0"