Skip to content

Commit

Permalink
Merge pull request #1717 from FIWARE/task/post-release
Browse files Browse the repository at this point in the history
Task/post release
  • Loading branch information
kzangeli authored Dec 10, 2024
2 parents 7ed7ff2 + aa2fd57 commit c36be07
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
5 changes: 1 addition & 4 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -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 ...
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down
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.7.0"
#define ORIONLD_VERSION "post-v1.7.1"



Expand Down

0 comments on commit c36be07

Please sign in to comment.