From 073ee618fcb1fe930badc8c25a104f0d51df3e7f Mon Sep 17 00:00:00 2001 From: Ken Zangelin Date: Tue, 10 Dec 2024 19:41:44 +0100 Subject: [PATCH 1/2] post 1.7.1 release actions --- .github/workflows/deploy.yml | 2 +- CHANGES_NEXT_RELEASE | 5 +---- README.md | 10 +++++----- src/lib/orionld/common/orionldState.h | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4813b12adb..013a085391 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ env: IMAGE_NAME: orion-ld IMAGE_TAG_LATEST: latest IMAGE_TAG_DEBUG: debug - IMAGE_TAG_PRE: 1.8.0-PRE-${{ github.run_number }} + IMAGE_TAG_PRE: 1.9.0-PRE-${{ github.run_number }} jobs: diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 795f7d2f1b..41a22c7c04 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,8 +1,5 @@ ## Fixed Issues: - #1698: Not fixed, but making it usable. Real fix coming. Needs a complete rewrite. - #1704: Problem when the number of tenants is bigger than the size of the mongo connection pool - #1715: Bug in subscription cache: attributes in notification::attributes were not longnames after a restart with subscriptions in the DB - #XXXX: various fixes for DDS + #xxxx: yyyy ## New Features: * Support for ... diff --git a/README.md b/README.md index e8d3592876..43cf736d01 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.6.0](https://github.com/FIWARE/context.Orion-LD/releases/tag/1.6.0) from July 2024 +> 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 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 @@ -63,7 +63,7 @@ Its payloads are encoded as [linked data](https://en.wikipedia.org/wiki/Linked_d The NGSI-LD Specification is regularly updated and published by ETSI. The latest specification is [version 1.8.1](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf), published in March 2024. -The next release, version 1.9.1, is expected for September/October 2024ยท +The next release, version 1.9.1, is expected for January 2025. A few presentations on NGSI-LD: * [NGSI-LD Overview](https://docs.google.com/presentation/d/1tgh6gBdcZHRPU_ehM7M5rGCI83CrYimCwJXxzRI5GDg) @@ -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 July 2024) is -[1.6.0](https://github.com/FIWARE/context.Orion-LD/releases/tag/1.6.0) +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) ```console -docker run quay.io/fiware/orion-ld:1.7.0 +docker run quay.io/fiware/orion-ld:1.7.1 ``` 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 4762886047..85920afc44 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.0" +#define ORIONLD_VERSION "post-v1.8.0" From aa2fd576604cf78408f9365954816ae7f895946c Mon Sep 17 00:00:00 2001 From: Ken Zangelin Date: Tue, 10 Dec 2024 19:43:43 +0100 Subject: [PATCH 2/2] Fixed the ORIONLD_VERSION string --- src/lib/orionld/common/orionldState.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/orionld/common/orionldState.h b/src/lib/orionld/common/orionldState.h index 85920afc44..99e1567a0f 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.8.0" +#define ORIONLD_VERSION "post-v1.7.1"