Skip to content

Commit

Permalink
Bump: 0.2.0-next -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fisuda committed Sep 18, 2023
1 parent b9f558c commit f5ae4c0
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 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.2.0-next` branch.
the `v0.3.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.2.0-next` branch.
- [ ] I send this pull request to the `v0.3.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.2.0-next
## FIWARE Small Bang v0.3.0 - 18 September, 2023

- ADD IP address option (#20)
- UPDATE WireCloud to 1.3.1 and NGSI Proxy to 1.2.2 for arm64 (#19)
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.2.0-next` branch (not main branch).
- Send a pull request to the `v0.3.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 @@ -70,13 +70,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.2.0/FIWARE-Small-Bang-0.2.0.tar.gz | tar zxf -
curl -sL https://github.com/lets-fiware/FIWARE-Small-Bang/releases/download/v0.3.0/FIWARE-Small-Bang-0.3.0.tar.gz | tar zxf -
```

Move to the `FIWARE-Small-Bang-0.2.0` directory.
Move to the `FIWARE-Small-Bang-0.3.0` directory.

```bash
cd FIWARE-Small-Bang-0.2.0/
cd FIWARE-Small-Bang-0.3.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 @@ -68,13 +68,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.2.0/FIWARE-Small-Bang-0.2.0.tar.gz | tar zxf -
curl -sL https://github.com/lets-fiware/FIWARE-Small-Bang/releases/download/v0.3.0/FIWARE-Small-Bang-0.3.0.tar.gz | tar zxf -
```

`FIWARE-Small-Bang-0.2.0` ディレクトリに移動します。
`FIWARE-Small-Bang-0.3.0` ディレクトリに移動します。

```bash
cd FIWARE-Small-Bang-0.2.0/
cd FIWARE-Small-Bang-0.3.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.2.0 | :white_check_mark: |
| < 0.2.0 | :x: |
| 0.3.0 | :white_check_mark: |
| < 0.3.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.2.0-next
VERSION=0.3.0
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.2.0/FIWARE-Small-Bang-0.2.0.tar.gz | tar zxf -
curl -sL https://github.com/lets-fiware/FIWARE-Small-Bang/releases/download/v0.3.0/FIWARE-Small-Bang-0.3.0.tar.gz | tar zxf -
```

Move to the `FIWARE-Small-Bang-0.2.0` directory.
Move to the `FIWARE-Small-Bang-0.3.0` directory.

```bash
cd FIWARE-Small-Bang-0.2.0/
cd FIWARE-Small-Bang-0.3.0/
```

Run the `setup-fiware.sh` script.
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.2.0/FIWARE-Small-Bang-0.2.0.tar.gz | tar zxf -
curl -sL https://github.com/lets-fiware/FIWARE-Small-Bang/releases/download/v0.3.0/FIWARE-Small-Bang-0.3.0.tar.gz | tar zxf -
```

`FIWARE-Small-Bang-0.2.0` ディレクトリに移動します。
`FIWARE-Small-Bang-0.3.0` ディレクトリに移動します。

```bash
cd FIWARE-Small-Bang-0.2.0/
cd FIWARE-Small-Bang-0.3.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.2.0-next
VERSION=0.3.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.2.0-next
IMAGE_NODE_RED=letsfiware/node-red:v0.3.0

MONGO_INSTALLED=false
POSTGRES_INSTALLED=false
Expand Down

0 comments on commit f5ae4c0

Please sign in to comment.