Skip to content

Commit

Permalink
Changed the version of Orion-LD for the develop branch and emptied CH…
Browse files Browse the repository at this point in the history
…ANGES_NEXT_RELEASE
  • Loading branch information
kzangeli committed Jul 17, 2023
1 parent dd49ee9 commit b734b30
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
7 changes: 0 additions & 7 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -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
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.2.0"
#define ORIONLD_VERSION "post-v1.3.0"



Expand Down

0 comments on commit b734b30

Please sign in to comment.