diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 13bea5a..6ea2e17 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.4.0-next` branch. +the `v0.5.0-next` branch. ## Types of changes @@ -23,7 +23,7 @@ merging your code._ - [ ] I have read the [CONTRIBUTING](https://github.com/lets-fiware/FIWARE-Small-Bang/blob/main/CONTRIBUTING.md) doc - [ ] I have signed the [CLA](https://github.com/lets-fiware/FIWARE-Small-Bang/blob/main/FIWARE-Small-Bang-individual-cla.pdf) - [ ] I have updated the change log (CHANGELOG.md) -- [ ] I send this pull request to the `v0.4.0-next` branch. +- [ ] I send this pull request to the `v0.5.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 fc03690..52e1148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## FIWARE Small Bang v0.4.0-next +## FIWARE Small Bang v0.5.0 - 03 June, 2024 - Improve maintenance script (#42) - Update Perseo FE to 1.30.0 (#41) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c7e0499..8396526 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.4.0-next` branch (not main branch). +- Send a pull request to the `v0.5.0-next` branch (not main branch). ## Community diff --git a/README.md b/README.md index 5a3e8da..99dc392 100644 --- a/README.md +++ b/README.md @@ -72,13 +72,13 @@ Before running the setup script, you need to install docker and docker compose p Download a tar.gz file for the FIWARE Small Bang. ```bash -curl -sL https://github.com/lets-fiware/FIWARE-Small-Bang/releases/download/v0.4.0/FIWARE-Small-Bang-0.4.0.tar.gz | tar zxf - +curl -sL https://github.com/lets-fiware/FIWARE-Small-Bang/releases/download/v0.5.0/FIWARE-Small-Bang-0.5.0.tar.gz | tar zxf - ``` -Move to the `FIWARE-Small-Bang-0.4.0` directory. +Move to the `FIWARE-Small-Bang-0.5.0` directory. ```bash -cd FIWARE-Small-Bang-0.4.0/ +cd FIWARE-Small-Bang-0.5.0/ ``` Run the `setup-fiware.sh` script. diff --git a/README_ja.md b/README_ja.md index 2195f0f..8f902d3 100644 --- a/README_ja.md +++ b/README_ja.md @@ -70,13 +70,13 @@ FI-SB は FIWARE Small Bang の略称です。 FIWARE Small Bang の tar.gz ファイルをダウンロードします。 ```bash -curl -sL https://github.com/lets-fiware/FIWARE-Small-Bang/releases/download/v0.4.0/FIWARE-Small-Bang-0.4.0.tar.gz | tar zxf - +curl -sL https://github.com/lets-fiware/FIWARE-Small-Bang/releases/download/v0.5.0/FIWARE-Small-Bang-0.5.0.tar.gz | tar zxf - ``` -`FIWARE-Small-Bang-0.4.0` ディレクトリに移動します。 +`FIWARE-Small-Bang-0.5.0` ディレクトリに移動します。 ```bash -cd FIWARE-Small-Bang-0.4.0/ +cd FIWARE-Small-Bang-0.5.0/ ``` `setup-fiware.sh` スクリプトを実行します。 diff --git a/SECURITY.md b/SECURITY.md index fb09e4a..7cbf8b2 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,8 @@ | Version | Supported | | -------- | ------------------ | -| 0.4.0 | :white_check_mark: | -| < 0.4.0 | :x: | +| 0.5.0 | :white_check_mark: | +| < 0.5.0 | :x: | ## Reporting a Vulnerability diff --git a/VERSION b/VERSION index 8f856d1..8011450 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -VERSION=0.4.0-next +VERSION=0.5.0 diff --git a/docs/en/index.md b/docs/en/index.md index e2ef5e9..709bfb2 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -67,13 +67,13 @@ Before running the setup script, you need to install docker and docker compose p Download a tar.gz file for the FIWARE Small Bang. ```bash -curl -sL https://github.com/lets-fiware/FIWARE-Small-Bang/releases/download/v0.4.0/FIWARE-Small-Bang-0.4.0.tar.gz | tar zxf - +curl -sL https://github.com/lets-fiware/FIWARE-Small-Bang/releases/download/v0.5.0/FIWARE-Small-Bang-0.5.0.tar.gz | tar zxf - ``` -Move to the `FIWARE-Small-Bang-0.4.0` directory. +Move to the `FIWARE-Small-Bang-0.5.0` directory. ```bash -cd FIWARE-Small-Bang-0.4.0/ +cd FIWARE-Small-Bang-0.5.0/ ``` Run the `setup-fiware.sh` script. diff --git a/docs/en/installation.md b/docs/en/installation.md index 5cc27c3..c3efe23 100644 --- a/docs/en/installation.md +++ b/docs/en/installation.md @@ -21,13 +21,13 @@ Before running the setup script, you need to install docker and docker compose p Download a tar.gz file for the FIWARE Small Bang. ```bash -curl -sL https://github.com/lets-fiware/FIWARE-Small-Bang/releases/download/v0.4.0/FIWARE-Small-Bang-0.4.0.tar.gz | tar zxf - +curl -sL https://github.com/lets-fiware/FIWARE-Small-Bang/releases/download/v0.5.0/FIWARE-Small-Bang-0.5.0.tar.gz | tar zxf - ``` -Move to the `FIWARE-Small-Bang-0.4.0` directory. +Move to the `FIWARE-Small-Bang-0.5.0` directory. ```bash -cd FIWARE-Small-Bang-0.4.0/ +cd FIWARE-Small-Bang-0.5.0/ ``` Run the `setup-fiware.sh` script. diff --git a/docs/ja/index.md b/docs/ja/index.md index 58f8b52..b57e683 100644 --- a/docs/ja/index.md +++ b/docs/ja/index.md @@ -67,13 +67,13 @@ FI-SB は FIWARE Small Bang の略称です。 FIWARE Small Bang の tar.gz ファイルをダウンロードします。 ```bash -curl -sL https://github.com/lets-fiware/FIWARE-Small-Bang/releases/download/v0.4.0/FIWARE-Small-Bang-0.4.0.tar.gz | tar zxf - +curl -sL https://github.com/lets-fiware/FIWARE-Small-Bang/releases/download/v0.5.0/FIWARE-Small-Bang-0.5.0.tar.gz | tar zxf - ``` -`FIWARE-Small-Bang-0.4.0` ディレクトリに移動します。 +`FIWARE-Small-Bang-0.5.0` ディレクトリに移動します。 ```bash -cd FIWARE-Small-Bang-0.4.0/ +cd FIWARE-Small-Bang-0.5.0/ ``` `setup-fiware.sh` スクリプトを実行します。 diff --git a/docs/ja/installation.md b/docs/ja/installation.md index 4e1aedb..48ff2b9 100644 --- a/docs/ja/installation.md +++ b/docs/ja/installation.md @@ -25,13 +25,13 @@ FIWARE Small Bang の tar.gz ファイルをダウンロードします。 ```bash -curl -sL https://github.com/lets-fiware/FIWARE-Small-Bang/releases/download/v0.4.0/FIWARE-Small-Bang-0.4.0.tar.gz | tar zxf - +curl -sL https://github.com/lets-fiware/FIWARE-Small-Bang/releases/download/v0.5.0/FIWARE-Small-Bang-0.5.0.tar.gz | tar zxf - ``` -`FIWARE-Small-Bang-0.4.0` ディレクトリに移動します。 +`FIWARE-Small-Bang-0.5.0` ディレクトリに移動します。 ```bash -cd FIWARE-Small-Bang-0.4.0/ +cd FIWARE-Small-Bang-0.5.0/ ``` `setup-fiware.sh` スクリプトを実行します。 diff --git a/setup-fiware.sh b/setup-fiware.sh index 4666e23..17adb69 100755 --- a/setup-fiware.sh +++ b/setup-fiware.sh @@ -28,7 +28,7 @@ set -Ceuo pipefail -VERSION=0.4.0-next +VERSION=0.5.0 # # Syslog info @@ -399,7 +399,7 @@ EOF IMAGE_ELASTICSEARCH_DB=elasticsearch:7.17.13 - IMAGE_NODE_RED=letsfiware/node-red:v0.4.0-next + IMAGE_NODE_RED=letsfiware/node-red:v0.5.0 MONGO_INSTALLED=false POSTGRES_INSTALLED=false