From b734b3038e7ccefe964ff423f9ca70d8802e73a3 Mon Sep 17 00:00:00 2001 From: Ken Zangelin Date: Mon, 17 Jul 2023 17:52:14 +0200 Subject: [PATCH] Changed the version of Orion-LD for the develop branch and emptied CHANGES_NEXT_RELEASE --- .github/workflows/deploy.yml | 2 +- CHANGES_NEXT_RELEASE | 7 ------- src/lib/orionld/common/orionldState.h | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index df4f0934f3..0f55a0999d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,7 @@ env: IMAGE_NAME: orion-ld IMAGE_TAG_LATEST: latest IMAGE_TAG_DEBUG: debug - IMAGE_TAG_PRE: 1.3.0-PRE-${{ github.run_number }} + IMAGE_TAG_PRE: 1.4.0-PRE-${{ github.run_number }} jobs: diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 92143ec176..2a71a1dae4 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,8 +1 @@ Fixed issues: - #1356 New CLI param: -inReqPayloadMaxSize - to modify the maximum size of incoming payloads - #280 Default Core Context now part of the broker - meant for airgapped setups - #1381 Bug in GeoJSON notifications - #1385 Fixed a bug in PATCH /entities/{EID}/attrs, about patching a relationship object to an array (this is not supported by the NGSI-LD spec, but Orion-LD supports it anyway - for now) - #1387 Part 1 of showChanges + previous values of attributes in notifications - for non-batch operations, non-distributed attributes, and non-delete operations - #1394 System Attributes in Notifications - #1401 Fixed a bug in the Host header of new notifications diff --git a/src/lib/orionld/common/orionldState.h b/src/lib/orionld/common/orionldState.h index c67bb95a4d..7eb11865e2 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 "post-v1.3.0"