Skip to content

Commit

Permalink
Bump: 0.5.0-next -> 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fisuda committed Jun 9, 2024
1 parent dbbc708 commit 03f352e
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 27 deletions.
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.5.0-next` branch.
the `v0.6.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-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
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.5.0-next` branch (not main branch).
- Send a pull request to the `v0.6.0-next` branch (not main branch).

## Community

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` スクリプトを実行します。
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.5.0 | :white_check_mark: |
| < 0.5.0 | :x: |
| 0.6.0 | :white_check_mark: |
| < 0.6.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.5.0-next
VERSION=0.6.0
6 changes: 3 additions & 3 deletions docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions docs/en/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions docs/ja/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` スクリプトを実行します。
Expand Down
6 changes: 3 additions & 3 deletions docs/ja/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` スクリプトを実行します。
Expand Down
4 changes: 2 additions & 2 deletions setup-fiware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

set -Ceuo pipefail

VERSION=0.5.0-next
VERSION=0.6.0

#
# Syslog info
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 03f352e

Please sign in to comment.