Skip to content

Commit

Permalink
Changed the version of Orion-LD + K-libs for the develop branch and e…
Browse files Browse the repository at this point in the history
…mptied CHANGES_NEXT_RELEASE
  • Loading branch information
kzangeli committed Aug 26, 2023
1 parent 513edcd commit 630a6d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 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.4.0-PRE-${{ github.run_number }}
IMAGE_TAG_PRE: 1.5.0-PRE-${{ github.run_number }}

jobs:

Expand Down
4 changes: 0 additions & 4 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
Fixed issues:
#280 Protection for POST /temporal/entities against usage when troe is not enabled
#280 Support for different core contexts via CLI parameter -coreContext <v1.0|v1.3|v1.4|v1.5|v1.6|v1.7> (v1.6 is default)
#280 Re-implemented the propagation of subscription between brokers in HA (sub-cache synchronization)
#1412 Bug in the size of the postgres connection pool (a hardcoded size of 10 connection, instead of using the variable tied to the CLI option -troePoolSize, meant for this)
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.3.0"
#define ORIONLD_VERSION "post-v1.4.0"



Expand Down

0 comments on commit 630a6d3

Please sign in to comment.