Skip to content

Commit

Permalink
Merge pull request lets-fiware#390 from fisuda/release/0.39.0
Browse files Browse the repository at this point in the history
Bump: 0.38.0-next -> 0.39.0
  • Loading branch information
fisuda authored Jun 9, 2024
2 parents ce628b3 + 5e2508f commit aa7b744
Show file tree
Hide file tree
Showing 27 changed files with 1,847 additions and 2,308 deletions.
17 changes: 9 additions & 8 deletions .config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ IDM_DEBUG=false
IMAGE_KEYROCK=letsfiware/fiware-idm:8.4.0

# Docker image for Postfix
IMAGE_POSTFIX=letsfiware/postfix:0.38.0
IMAGE_POSTFIX=letsfiware/postfix:0.39.0

#
# Wilma
Expand All @@ -49,7 +49,7 @@ ORION=orion
ORION_EXPOSE_PORT=

# Docker image for Orion
IMAGE_ORION=telefonicaiot/fiware-orion:3.12.0
IMAGE_ORION=telefonicaiot/fiware-orion:4.0.0

#
# Orion-LD
Expand Down Expand Up @@ -317,6 +317,7 @@ NODE_RED=

# Node-RED multi instance
# Number of Node-RED instance. default: 1
# Must be between 1 and 20 when specified
NODE_RED_INSTANCE_NUMBER=

# username for Node-RED instance. default: node-red
Expand All @@ -337,7 +338,7 @@ NODE_RED_LOGGING_METRICS=
NODE_RED_LOGGING_AUDIT=

# Docker image for Node-RED
IMAGE_NODE_RED=letsfiware/node-red:0.38.0
IMAGE_NODE_RED=letsfiware/node-red:0.39.0

#
# Grafana
Expand All @@ -363,7 +364,7 @@ ZEPPELIN=
ZEPPELIN_DEBUG=

# Docker image for Zeppelin
IMAGE_ZEPPELIN=letsfiware/zeppelin:0.38.0
IMAGE_ZEPPELIN=letsfiware/zeppelin:0.39.0

#
# Queryproxy
Expand All @@ -375,7 +376,7 @@ QUERYPROXY=
QUERYPROXY_LOGLEVEL=info

# Docker image for Queryproxy
IMAGE_QUERYPROXY=letsfiware/queryproxy:0.38.0
IMAGE_QUERYPROXY=letsfiware/queryproxy:0.39.0

#
# Tokenproxy
Expand All @@ -387,7 +388,7 @@ TOKENPROXY_LOGLEVEL=info
TOKENPROXY_VERBOSE=

# Docker image for Tokenproxy
IMAGE_TOKENPROXY=letsfiware/tokenproxy:0.38.0
IMAGE_TOKENPROXY=letsfiware/tokenproxy:0.39.0

#
# Regproxy
Expand Down Expand Up @@ -426,7 +427,7 @@ REGPROXY_LOGLEVEL=info
REGPROXY_VERBOSE=false

# Docker image for Regproxy
IMAGE_REGPROXY=letsfiware/regproxy:0.38.0
IMAGE_REGPROXY=letsfiware/regproxy:0.39.0

#
# MongoDB
Expand Down Expand Up @@ -462,7 +463,7 @@ IMAGE_POSTGRES=postgres:15
IMAGE_NGINX=nginx:1.26

# Docker image for pwgen
IMAGE_PWGEN=letsfiware/pwgen:0.38.0
IMAGE_PWGEN=letsfiware/pwgen:0.39.0

#
# Firewall (firewalld)
Expand Down
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
If it fixes a bug or resolves a feature request, be sure to link to that issue. Please send a pull request to
the `v0.38.0-next` branch.
the `v0.39.0-next` branch.

## Types of changes

Expand All @@ -23,7 +23,7 @@ merging your code._
- \[ \] I have read the [CONTRIBUTING](https://github.com/lets-fiware/FIWARE-Big-Bang/blob/main/CONTRIBUTING.md) doc
- \[ \] I have signed the [CLA](https://github.com/lets-fiware/FIWARE-Big-Bang/blob/main/FIWARE-Big-Bang-individual-cla.pdf)
- \[ \] I have updated the change log (CHANGELOG.md)
- \[ \] I send this pull request to the `v0.38.0-next` branch.
- \[ \] I send this pull request to the `v0.39.0-next` branch.
- \[ \] I have added tests that prove my fix is effective or that my feature works
- \[ \] I have added necessary documentation (if appropriate)
- \[ \] Any dependent changes have been merged and published in downstream modules
Expand Down
3 changes: 2 additions & 1 deletion .remarkrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"paddedTable": true
},
"plugins": [
"remark-preset-lint-recommended"
"remark-preset-lint-recommended",
["remark-lint-list-item-indent", "tab"]
]
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## FIWARE Big Bang v0.39.0 - 09 June, 2024

- Update Mongodb to 6.0 for Orion (#389)
- Update node.js dependencies (#388)
- Improve maintenance script (#387)
- Update Orion to 4.0.0 (#386)
- Clarifies instance number variable for Node-RED (#385)

## FIWARE Big Bang v0.38.0 - 01 June, 2024

- Update Quantumleap to 1.0.0 (#382)
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If you don't see your idea listed, and you think it fits into the goals of this
- **If your contribution is minor,** such as a typo fix, open a pull request.
- **If your contribution is major,** such as a new guide, start by opening an issue first. That way, other people can
weigh in on the discussion before you do any work.
- Send a pull request to the `v0.38.0-next` branch (not main branch).
- Send a pull request to the `v0.39.0-next` branch (not main branch).

## Community

Expand Down
6 changes: 3 additions & 3 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ FI-BB は FIWARE Big Bang の略名です。
FIWARE Big Bang の tar.gz ファイルをダウンロードします。

```bash
curl -sL https://github.com/lets-fiware/FIWARE-Big-Bang/releases/download/v0.38.0/FIWARE-Big-Bang-0.38.0.tar.gz | tar zxf -
curl -sL https://github.com/lets-fiware/FIWARE-Big-Bang/releases/download/v0.39.0/FIWARE-Big-Bang-0.39.0.tar.gz | tar zxf -
```

`FIWARE-Big-Bang-0.38.0` ディレクトリに移動します。
`FIWARE-Big-Bang-0.39.0` ディレクトリに移動します。

```bash
cd FIWARE-Big-Bang-0.38.0/
cd FIWARE-Big-Bang-0.39.0/
```

独自のドメイン名とパブリック IP アドレスを指定して、`lets-fiware.sh` スクリプトを実行します。
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ or CNAME records.
Download a tar.gz file for the FIWARE Big Bang.

```bash
curl -sL https://github.com/lets-fiware/FIWARE-Big-Bang/releases/download/v0.38.0/FIWARE-Big-Bang-0.38.0.tar.gz | tar zxf -
curl -sL https://github.com/lets-fiware/FIWARE-Big-Bang/releases/download/v0.39.0/FIWARE-Big-Bang-0.39.0.tar.gz | tar zxf -
```

Move to the `FIWARE-Big-Bang-0.38.0` directory.
Move to the `FIWARE-Big-Bang-0.39.0` directory.

```bash
cd FIWARE-Big-Bang-0.38.0/
cd FIWARE-Big-Bang-0.39.0/
```

Run the `lets-fiware.sh` script with your own domain name and a public IP address.
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

| Version | Supported |
| -------- | ------------------ |
| 0.38.0 | :white_check_mark: |
| < 0.38.0 | :x: |
| 0.39.0 | :white_check_mark: |
| < 0.39.0 | :x: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=0.38.0
VERSION=0.39.0
17 changes: 9 additions & 8 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ IDM_DEBUG=false
IMAGE_KEYROCK=letsfiware/fiware-idm:8.4.0

# Docker image for Postfix
IMAGE_POSTFIX=letsfiware/postfix:0.38.0
IMAGE_POSTFIX=letsfiware/postfix:0.39.0

#
# Wilma
Expand All @@ -49,7 +49,7 @@ ORION=orion
ORION_EXPOSE_PORT=

# Docker image for Orion
IMAGE_ORION=telefonicaiot/fiware-orion:3.12.0
IMAGE_ORION=telefonicaiot/fiware-orion:4.0.0

#
# Orion-LD
Expand Down Expand Up @@ -317,6 +317,7 @@ NODE_RED=

# Node-RED multi instance
# Number of Node-RED instance. default: 1
# Must be between 1 and 20 when specified
NODE_RED_INSTANCE_NUMBER=

# username for Node-RED instance. default: node-red
Expand All @@ -337,7 +338,7 @@ NODE_RED_LOGGING_METRICS=
NODE_RED_LOGGING_AUDIT=

# Docker image for Node-RED
IMAGE_NODE_RED=letsfiware/node-red:0.38.0
IMAGE_NODE_RED=letsfiware/node-red:0.39.0

#
# Grafana
Expand All @@ -363,7 +364,7 @@ ZEPPELIN=
ZEPPELIN_DEBUG=

# Docker image for Zeppelin
IMAGE_ZEPPELIN=letsfiware/zeppelin:0.38.0
IMAGE_ZEPPELIN=letsfiware/zeppelin:0.39.0

#
# Queryproxy
Expand All @@ -375,7 +376,7 @@ QUERYPROXY=
QUERYPROXY_LOGLEVEL=info

# Docker image for Queryproxy
IMAGE_QUERYPROXY=letsfiware/queryproxy:0.38.0
IMAGE_QUERYPROXY=letsfiware/queryproxy:0.39.0

#
# Tokenproxy
Expand All @@ -387,7 +388,7 @@ TOKENPROXY_LOGLEVEL=info
TOKENPROXY_VERBOSE=

# Docker image for Tokenproxy
IMAGE_TOKENPROXY=letsfiware/tokenproxy:0.38.0
IMAGE_TOKENPROXY=letsfiware/tokenproxy:0.39.0

#
# Regproxy
Expand Down Expand Up @@ -426,7 +427,7 @@ REGPROXY_LOGLEVEL=info
REGPROXY_VERBOSE=false

# Docker image for Regproxy
IMAGE_REGPROXY=letsfiware/regproxy:0.38.0
IMAGE_REGPROXY=letsfiware/regproxy:0.39.0

#
# MongoDB
Expand Down Expand Up @@ -462,7 +463,7 @@ IMAGE_POSTGRES=postgres:15
IMAGE_NGINX=nginx:1.26

# Docker image for pwgen
IMAGE_PWGEN=letsfiware/pwgen:0.38.0
IMAGE_PWGEN=letsfiware/pwgen:0.39.0

#
# Firewall (firewalld)
Expand Down
22 changes: 6 additions & 16 deletions docs/en/after-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,25 +98,15 @@ ngsi version --host orion.example.com
```json
{
"orion" : {
"version" : "3.7.0",
"version" : "4.0.0",
"uptime" : "0 d, 0 h, 0 m, 1 s",
"git_hash" : "8b19705a8ec645ba1452cb97847a5615f0b2d3ca",
"compile_time" : "Thu May 26 11:45:49 UTC 2022",
"git_hash" : "4f9f34df07395c54387a53074f98bef00b1130a3",
"compile_time" : "Thu Jun 6 07:35:47 UTC 2024",
"compiled_by" : "root",
"compiled_in" : "025d96e1419a",
"release_date" : "Thu May 26 11:45:49 UTC 2022",
"compiled_in" : "buildkitsandbox",
"release_date" : "Thu Jun 6 07:35:47 UTC 2024",
"machine" : "x86_64",
"doc" : "https://fiware-orion.rtfd.io/en/3.7.0/",
"libversions": {
"boost": "1_74",
"libcurl": "libcurl/7.74.0 OpenSSL/1.1.1n zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.43.0 librtmp/2.3",
"libmosquitto": "2.0.12",
"libmicrohttpd": "0.9.70",
"openssl": "1.1",
"rapidjson": "1.1.0",
"mongoc": "1.17.4",
"bson": "1.17.4"
}
"doc" : "https://fiware-orion.rtfd.io/en/4.0.0/"
}
}
```
Expand Down
22 changes: 6 additions & 16 deletions docs/en/examples/orion.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,15 @@ ngsi version --host orion.example.com
```json
{
"orion" : {
"version" : "3.7.0",
"version" : "4.0.0",
"uptime" : "0 d, 0 h, 0 m, 1 s",
"git_hash" : "8b19705a8ec645ba1452cb97847a5615f0b2d3ca",
"compile_time" : "Thu May 26 11:45:49 UTC 2022",
"git_hash" : "4f9f34df07395c54387a53074f98bef00b1130a3",
"compile_time" : "Thu Jun 6 07:35:47 UTC 2024",
"compiled_by" : "root",
"compiled_in" : "025d96e1419a",
"release_date" : "Thu May 26 11:45:49 UTC 2022",
"compiled_in" : "buildkitsandbox",
"release_date" : "Thu Jun 6 07:35:47 UTC 2024",
"machine" : "x86_64",
"doc" : "https://fiware-orion.rtfd.io/en/3.7.0/",
"libversions": {
"boost": "1_74",
"libcurl": "libcurl/7.74.0 OpenSSL/1.1.1n zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.43.0 librtmp/2.3",
"libmosquitto": "2.0.12",
"libmicrohttpd": "0.9.70",
"openssl": "1.1",
"rapidjson": "1.1.0",
"mongoc": "1.17.4",
"bson": "1.17.4"
}
"doc" : "https://fiware-orion.rtfd.io/en/4.0.0/"
}
}
```
Expand Down
6 changes: 3 additions & 3 deletions docs/en/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ or CNAME records.
Download a tar.gz file for the FIWARE Big Bang.

```bash
curl -sL https://github.com/lets-fiware/FIWARE-Big-Bang/releases/download/v0.38.0/FIWARE-Big-Bang-0.38.0.tar.gz | tar zxf -
curl -sL https://github.com/lets-fiware/FIWARE-Big-Bang/releases/download/v0.39.0/FIWARE-Big-Bang-0.39.0.tar.gz | tar zxf -
```

Move to the `FIWARE-Big-Bang-0.38.0` directory.
Move to the `FIWARE-Big-Bang-0.39.0` directory.

```bash
cd FIWARE-Big-Bang-0.38.0/
cd FIWARE-Big-Bang-0.39.0/
```

Run the `lets-fiware.sh` script with your own domain name and a public IP address.
Expand Down
22 changes: 6 additions & 16 deletions docs/ja/after-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,25 +108,15 @@ ngsi version --host orion.example.com
```json
{
"orion" : {
"version" : "3.7.0",
"version" : "4.0.0",
"uptime" : "0 d, 0 h, 0 m, 1 s",
"git_hash" : "8b19705a8ec645ba1452cb97847a5615f0b2d3ca",
"compile_time" : "Thu May 26 11:45:49 UTC 2022",
"git_hash" : "4f9f34df07395c54387a53074f98bef00b1130a3",
"compile_time" : "Thu Jun 6 07:35:47 UTC 2024",
"compiled_by" : "root",
"compiled_in" : "025d96e1419a",
"release_date" : "Thu May 26 11:45:49 UTC 2022",
"compiled_in" : "buildkitsandbox",
"release_date" : "Thu Jun 6 07:35:47 UTC 2024",
"machine" : "x86_64",
"doc" : "https://fiware-orion.rtfd.io/en/3.7.0/",
"libversions": {
"boost": "1_74",
"libcurl": "libcurl/7.74.0 OpenSSL/1.1.1n zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.43.0 librtmp/2.3",
"libmosquitto": "2.0.12",
"libmicrohttpd": "0.9.70",
"openssl": "1.1",
"rapidjson": "1.1.0",
"mongoc": "1.17.4",
"bson": "1.17.4"
}
"doc" : "https://fiware-orion.rtfd.io/en/4.0.0/"
}
}
```
Expand Down
Loading

0 comments on commit aa7b744

Please sign in to comment.