diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f1c9e4b..c056534 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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.36.0-next` branch. +the `v0.37.0-next` branch. ## Types of changes @@ -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.36.0-next` branch. +- \[ \] I send this pull request to the `v0.37.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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 52c6c69..6574a70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## FIWARE Big Bang v0.36.0-next +## FIWARE Big Bang v0.37.0 - 09 October, 2023 - Fix maintenance script (#353) - Update node.js dependencies (#352) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 65dc3b4..2ffb836 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.36.0-next` branch (not main branch). +- Send a pull request to the `v0.37.0-next` branch (not main branch). ## Community diff --git a/README.ja.md b/README.ja.md index bf9b4af..62dc88e 100644 --- a/README.ja.md +++ b/README.ja.md @@ -88,13 +88,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.36.0/FIWARE-Big-Bang-0.36.0.tar.gz | tar zxf - +curl -sL https://github.com/lets-fiware/FIWARE-Big-Bang/releases/download/v0.37.0/FIWARE-Big-Bang-0.37.0.tar.gz | tar zxf - ``` -`FIWARE-Big-Bang-0.36.0` ディレクトリに移動します。 +`FIWARE-Big-Bang-0.37.0` ディレクトリに移動します。 ```bash -cd FIWARE-Big-Bang-0.36.0/ +cd FIWARE-Big-Bang-0.37.0/ ``` 独自のドメイン名とパブリック IP アドレスを指定して、`lets-fiware.sh` スクリプトを実行します。 diff --git a/README.md b/README.md index 3b4741c..dd02525 100644 --- a/README.md +++ b/README.md @@ -90,13 +90,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.36.0/FIWARE-Big-Bang-0.36.0.tar.gz | tar zxf - +curl -sL https://github.com/lets-fiware/FIWARE-Big-Bang/releases/download/v0.37.0/FIWARE-Big-Bang-0.37.0.tar.gz | tar zxf - ``` -Move to the `FIWARE-Big-Bang-0.36.0` directory. +Move to the `FIWARE-Big-Bang-0.37.0` directory. ```bash -cd FIWARE-Big-Bang-0.36.0/ +cd FIWARE-Big-Bang-0.37.0/ ``` Run the `lets-fiware.sh` script with your own domain name and a public IP address. diff --git a/SECURITY.md b/SECURITY.md index b4524d4..5bdaac8 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,8 @@ | Version | Supported | | -------- | ------------------ | -| 0.36.0 | :white_check_mark: | -| < 0.36.0 | :x: | +| 0.37.0 | :white_check_mark: | +| < 0.37.0 | :x: | ## Reporting a Vulnerability diff --git a/VERSION b/VERSION index fd8e0de..1b743a5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -VERSION=0.36.0-next +VERSION=0.37.0 diff --git a/config.sh b/config.sh index eaeb847..67b7d60 100755 --- a/config.sh +++ b/config.sh @@ -27,7 +27,7 @@ IDM_DEBUG=false IMAGE_KEYROCK=letsfiware/fiware-idm:8.4.0 # Docker image for Postfix -IMAGE_POSTFIX=letsfiware/postfix:0.36.0-next +IMAGE_POSTFIX=letsfiware/postfix:0.37.0 # # Wilma @@ -332,7 +332,7 @@ NODE_RED_LOGGING_METRICS= NODE_RED_LOGGING_AUDIT= # Docker image for Node-RED -IMAGE_NODE_RED=letsfiware/node-red:0.36.0-next +IMAGE_NODE_RED=letsfiware/node-red:0.37.0 # # Grafana @@ -358,7 +358,7 @@ ZEPPELIN= ZEPPELIN_DEBUG= # Docker image for Zeppelin -IMAGE_ZEPPELIN=letsfiware/zeppelin:0.36.0-next +IMAGE_ZEPPELIN=letsfiware/zeppelin:0.37.0 # # Queryproxy @@ -370,7 +370,7 @@ QUERYPROXY= QUERYPROXY_LOGLEVEL=info # Docker image for Queryproxy -IMAGE_QUERYPROXY=letsfiware/queryproxy:0.36.0-next +IMAGE_QUERYPROXY=letsfiware/queryproxy:0.37.0 # # Tokenproxy @@ -382,7 +382,7 @@ TOKENPROXY_LOGLEVEL=info TOKENPROXY_VERBOSE= # Docker image for Tokenproxy -IMAGE_TOKENPROXY=letsfiware/tokenproxy:0.36.0-next +IMAGE_TOKENPROXY=letsfiware/tokenproxy:0.37.0 # # Regproxy @@ -421,7 +421,7 @@ REGPROXY_LOGLEVEL=info REGPROXY_VERBOSE=false # Docker image for Regproxy -IMAGE_REGPROXY=letsfiware/regproxy:0.36.0-next +IMAGE_REGPROXY=letsfiware/regproxy:0.37.0 # # MongoDB @@ -457,7 +457,7 @@ IMAGE_POSTGRES=postgres:15 IMAGE_NGINX=nginx:1.25 # Docker image for pwgen -IMAGE_PWGEN=letsfiware/pwgen:0.36.0-next +IMAGE_PWGEN=letsfiware/pwgen:0.37.0 # # Firewall (firewalld) diff --git a/docs/en/installation/index.md b/docs/en/installation/index.md index 5977456..e7e04b4 100644 --- a/docs/en/installation/index.md +++ b/docs/en/installation/index.md @@ -91,13 +91,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.36.0/FIWARE-Big-Bang-0.36.0.tar.gz | tar zxf - +curl -sL https://github.com/lets-fiware/FIWARE-Big-Bang/releases/download/v0.37.0/FIWARE-Big-Bang-0.37.0.tar.gz | tar zxf - ``` -Move to the `FIWARE-Big-Bang-0.36.0` directory. +Move to the `FIWARE-Big-Bang-0.37.0` directory. ```bash -cd FIWARE-Big-Bang-0.36.0/ +cd FIWARE-Big-Bang-0.37.0/ ``` Run the `lets-fiware.sh` script with your own domain name and a public IP address. diff --git a/docs/ja/installation/index.md b/docs/ja/installation/index.md index 71ef308..1861a40 100644 --- a/docs/ja/installation/index.md +++ b/docs/ja/installation/index.md @@ -99,13 +99,13 @@ FIWARE Big Bang によってインストールされた Web アプリケーシ FIWARE Big Bang の tar.gz ファイルをダウンロードします。 ```bash -curl -sL https://github.com/lets-fiware/FIWARE-Big-Bang/releases/download/v0.36.0/FIWARE-Big-Bang-0.36.0.tar.gz | tar zxf - +curl -sL https://github.com/lets-fiware/FIWARE-Big-Bang/releases/download/v0.37.0/FIWARE-Big-Bang-0.37.0.tar.gz | tar zxf - ``` -`FIWARE-Big-Bang-0.36.0` ディレクトリに移動します。 +`FIWARE-Big-Bang-0.37.0` ディレクトリに移動します。 ```bash -cd FIWARE-Big-Bang-0.36.0/ +cd FIWARE-Big-Bang-0.37.0/ ``` 独自のドメイン名とパブリック IP アドレスを指定して、`lets-fiware.sh` スクリプトを実行します。 diff --git a/lets-fiware.sh b/lets-fiware.sh index bc56e71..5158c83 100755 --- a/lets-fiware.sh +++ b/lets-fiware.sh @@ -28,7 +28,7 @@ set -Ceuo pipefail -VERSION=0.36.0-next +VERSION=0.37.0 # # Syslog info