From 03f352eed75983d34760aef2f6d22428a8ebe55d Mon Sep 17 00:00:00 2001 From: Kazuhito Suda Date: Sun, 9 Jun 2024 12:36:15 +0900 Subject: [PATCH] Bump: 0.5.0-next -> 0.6.0 --- .github/pull_request_template.md | 4 ++-- CHANGELOG.md | 2 +- CONTRIBUTING.md | 2 +- README.md | 6 +++--- README_ja.md | 6 +++--- SECURITY.md | 4 ++-- VERSION | 2 +- docs/en/index.md | 6 +++--- docs/en/installation.md | 6 +++--- docs/ja/index.md | 6 +++--- docs/ja/installation.md | 6 +++--- setup-fiware.sh | 4 ++-- 12 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 382a98b..a927c0c 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.5.0-next` branch. +the `v0.6.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.5.0-next` branch. +- \[ \] I send this pull request to the `v0.6.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 1982451..da2f9a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## FIWARE Small Bang v0.5.0-next +## FIWARE Small Bang v0.6.0 - 09 June, 2024 - Update Mongodb to 6.0 (#48) - Update node.js dependencies (#47) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8396526..c54680f 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.5.0-next` branch (not main branch). +- Send a pull request to the `v0.6.0-next` branch (not main branch). ## Community diff --git a/README.md b/README.md index 99dc392..ae4dd05 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.5.0/FIWARE-Small-Bang-0.5.0.tar.gz | tar zxf - +curl -sL https://github.com/lets-fiware/FIWARE-Small-Bang/releases/download/v0.6.0/FIWARE-Small-Bang-0.6.0.tar.gz | tar zxf - ``` -Move to the `FIWARE-Small-Bang-0.5.0` directory. +Move to the `FIWARE-Small-Bang-0.6.0` directory. ```bash -cd FIWARE-Small-Bang-0.5.0/ +cd FIWARE-Small-Bang-0.6.0/ ``` Run the `setup-fiware.sh` script. diff --git a/README_ja.md b/README_ja.md index 8f902d3..476d95d 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.5.0/FIWARE-Small-Bang-0.5.0.tar.gz | tar zxf - +curl -sL https://github.com/lets-fiware/FIWARE-Small-Bang/releases/download/v0.6.0/FIWARE-Small-Bang-0.6.0.tar.gz | tar zxf - ``` -`FIWARE-Small-Bang-0.5.0` ディレクトリに移動します。 +`FIWARE-Small-Bang-0.6.0` ディレクトリに移動します。 ```bash -cd FIWARE-Small-Bang-0.5.0/ +cd FIWARE-Small-Bang-0.6.0/ ``` `setup-fiware.sh` スクリプトを実行します。 diff --git a/SECURITY.md b/SECURITY.md index 7cbf8b2..bdbc581 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,8 @@ | Version | Supported | | -------- | ------------------ | -| 0.5.0 | :white_check_mark: | -| < 0.5.0 | :x: | +| 0.6.0 | :white_check_mark: | +| < 0.6.0 | :x: | ## Reporting a Vulnerability diff --git a/VERSION b/VERSION index e2a3356..de3b1c2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -VERSION=0.5.0-next +VERSION=0.6.0 diff --git a/docs/en/index.md b/docs/en/index.md index 709bfb2..9af0f80 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.5.0/FIWARE-Small-Bang-0.5.0.tar.gz | tar zxf - +curl -sL https://github.com/lets-fiware/FIWARE-Small-Bang/releases/download/v0.6.0/FIWARE-Small-Bang-0.6.0.tar.gz | tar zxf - ``` -Move to the `FIWARE-Small-Bang-0.5.0` directory. +Move to the `FIWARE-Small-Bang-0.6.0` directory. ```bash -cd FIWARE-Small-Bang-0.5.0/ +cd FIWARE-Small-Bang-0.6.0/ ``` Run the `setup-fiware.sh` script. diff --git a/docs/en/installation.md b/docs/en/installation.md index c3efe23..7a8be1f 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.5.0/FIWARE-Small-Bang-0.5.0.tar.gz | tar zxf - +curl -sL https://github.com/lets-fiware/FIWARE-Small-Bang/releases/download/v0.6.0/FIWARE-Small-Bang-0.6.0.tar.gz | tar zxf - ``` -Move to the `FIWARE-Small-Bang-0.5.0` directory. +Move to the `FIWARE-Small-Bang-0.6.0` directory. ```bash -cd FIWARE-Small-Bang-0.5.0/ +cd FIWARE-Small-Bang-0.6.0/ ``` Run the `setup-fiware.sh` script. diff --git a/docs/ja/index.md b/docs/ja/index.md index b57e683..ec2f8dc 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.5.0/FIWARE-Small-Bang-0.5.0.tar.gz | tar zxf - +curl -sL https://github.com/lets-fiware/FIWARE-Small-Bang/releases/download/v0.6.0/FIWARE-Small-Bang-0.6.0.tar.gz | tar zxf - ``` -`FIWARE-Small-Bang-0.5.0` ディレクトリに移動します。 +`FIWARE-Small-Bang-0.6.0` ディレクトリに移動します。 ```bash -cd FIWARE-Small-Bang-0.5.0/ +cd FIWARE-Small-Bang-0.6.0/ ``` `setup-fiware.sh` スクリプトを実行します。 diff --git a/docs/ja/installation.md b/docs/ja/installation.md index 48ff2b9..ec77e20 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.5.0/FIWARE-Small-Bang-0.5.0.tar.gz | tar zxf - +curl -sL https://github.com/lets-fiware/FIWARE-Small-Bang/releases/download/v0.6.0/FIWARE-Small-Bang-0.6.0.tar.gz | tar zxf - ``` -`FIWARE-Small-Bang-0.5.0` ディレクトリに移動します。 +`FIWARE-Small-Bang-0.6.0` ディレクトリに移動します。 ```bash -cd FIWARE-Small-Bang-0.5.0/ +cd FIWARE-Small-Bang-0.6.0/ ``` `setup-fiware.sh` スクリプトを実行します。 diff --git a/setup-fiware.sh b/setup-fiware.sh index 5f80b7f..7a762d7 100755 --- a/setup-fiware.sh +++ b/setup-fiware.sh @@ -28,7 +28,7 @@ set -Ceuo pipefail -VERSION=0.5.0-next +VERSION=0.6.0 # # Syslog info @@ -399,7 +399,7 @@ EOF IMAGE_ELASTICSEARCH_DB=elasticsearch:7.17.13 - IMAGE_NODE_RED=letsfiware/node-red:v0.5.0-next + IMAGE_NODE_RED=letsfiware/node-red:v0.6.0 MONGO_INSTALLED=false POSTGRES_INSTALLED=false