Skip to content

Commit

Permalink
Update Orion to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fisuda committed Jan 28, 2022
1 parent 83d49ef commit 63a9d56
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 25 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
## NGSI Go v0.10.0-next

- Update: Update Orion to 3.5.0 (#223)
- Update: Update copyright (#222)
- Fix: Fix incorrect link in docs/usage.md (#221)
- Update: Update QuantumLeap to 0.8.3 and Crate DB to 4.6.6 (#220)
Expand Down
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -97,15 +97,15 @@ ngsi version -h letsfiware
```json
{
"orion" : {
"version" : "3.4.0",
"version" : "3.5.0",
"uptime" : "0 d, 0 h, 0 m, 1 s",
"git_hash" : "e8ed9c5f363ab503ac406a9e62a213640d9c2864",
"compile_time" : "Tue Dec 14 09:34:09 UTC 2021",
"git_hash" : "e86026dc05e0fec718f7d7fea6fcce4d58fc8d5e",
"compile_time" : "Fri Jan 28 09:14:42 UTC 2022",
"compiled_by" : "root",
"compiled_in" : "5221bc0800ef",
"release_date" : "Tue Dec 14 09:34:09 UTC 2021",
"compiled_in" : "999c711180e7",
"release_date" : "Fri Jan 28 09:14:42 UTC 2022",
"machine" : "x86_64",
"doc" : "https://fiware-orion.rtfd.io/en/3.4.0/",
"doc" : "https://fiware-orion.rtfd.io/en/3.5.0/",
"libversions": {
"boost": "1_66",
"libcurl": "libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 nghttp2/1.33.0",
Expand Down
12 changes: 6 additions & 6 deletions docs/convenience/apis.md
Expand Up @@ -23,15 +23,15 @@ ngsi version -h orion
```json
{
"orion" : {
"version" : "3.4.0",
"version" : "3.5.0",
"uptime" : "0 d, 0 h, 0 m, 1 s",
"git_hash" : "e8ed9c5f363ab503ac406a9e62a213640d9c2864",
"compile_time" : "Tue Dec 14 09:34:09 UTC 2021",
"git_hash" : "e86026dc05e0fec718f7d7fea6fcce4d58fc8d5e",
"compile_time" : "Fri Jan 28 09:14:42 UTC 2022",
"compiled_by" : "root",
"compiled_in" : "5221bc0800ef",
"release_date" : "Tue Dec 14 09:34:09 UTC 2021",
"compiled_in" : "999c711180e7",
"release_date" : "Fri Jan 28 09:14:42 UTC 2022",
"machine" : "x86_64",
"doc" : "https://fiware-orion.rtfd.io/en/3.4.0/",
"doc" : "https://fiware-orion.rtfd.io/en/3.5.0/",
"libversions": {
"boost": "1_66",
"libcurl": "libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 nghttp2/1.33.0",
Expand Down
12 changes: 6 additions & 6 deletions docs/convenience/version.md
Expand Up @@ -23,15 +23,15 @@ ngsi version -h orion
```json
{
"orion" : {
"version" : "3.4.0",
"version" : "3.5.0",
"uptime" : "0 d, 0 h, 0 m, 1 s",
"git_hash" : "e8ed9c5f363ab503ac406a9e62a213640d9c2864",
"compile_time" : "Tue Dec 14 09:34:09 UTC 2021",
"git_hash" : "e86026dc05e0fec718f7d7fea6fcce4d58fc8d5e",
"compile_time" : "Fri Jan 28 09:14:42 UTC 2022",
"compiled_by" : "root",
"compiled_in" : "5221bc0800ef",
"release_date" : "Tue Dec 14 09:34:09 UTC 2021",
"compiled_in" : "999c711180e7",
"release_date" : "Fri Jan 28 09:14:42 UTC 2022",
"machine" : "x86_64",
"doc" : "https://fiware-orion.rtfd.io/en/3.4.0/",
"doc" : "https://fiware-orion.rtfd.io/en/3.5.0/",
"libversions": {
"boost": "1_66",
"libcurl": "libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 nghttp2/1.33.0",
Expand Down
12 changes: 6 additions & 6 deletions docs/quick_start_guide.md
Expand Up @@ -19,15 +19,15 @@ ngsi version -h letsfiware
```json
{
"orion" : {
"version" : "3.4.0",
"version" : "3.5.0",
"uptime" : "0 d, 0 h, 0 m, 1 s",
"git_hash" : "e8ed9c5f363ab503ac406a9e62a213640d9c2864",
"compile_time" : "Tue Dec 14 09:34:09 UTC 2021",
"git_hash" : "e86026dc05e0fec718f7d7fea6fcce4d58fc8d5e",
"compile_time" : "Fri Jan 28 09:14:42 UTC 2022",
"compiled_by" : "root",
"compiled_in" : "5221bc0800ef",
"release_date" : "Tue Dec 14 09:34:09 UTC 2021",
"compiled_in" : "999c711180e7",
"release_date" : "Fri Jan 28 09:14:42 UTC 2022",
"machine" : "x86_64",
"doc" : "https://fiware-orion.rtfd.io/en/3.4.0/",
"doc" : "https://fiware-orion.rtfd.io/en/3.5.0/",
"libversions": {
"boost": "1_66",
"libcurl": "libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 nghttp2/1.33.0",
Expand Down
2 changes: 1 addition & 1 deletion e2e/docker-compose.yml
Expand Up @@ -28,7 +28,7 @@ version: "3"

services:
orion:
image: telefonicaiot/fiware-orion:3.4.0
image: telefonicaiot/fiware-orion:3.5.0
depends_on:
- mongo
command: -dbhost mongo
Expand Down

0 comments on commit 63a9d56

Please sign in to comment.