Skip to content

Commit

Permalink
Merge pull request #27 from fisuda/release/0.4.0
Browse files Browse the repository at this point in the history
Bump: 0.3.0-next -> 0.4.0
  • Loading branch information
fisuda authored Oct 6, 2023
2 parents f03a1b9 + a23b175 commit 7ccfa86
Show file tree
Hide file tree
Showing 14 changed files with 40 additions and 32 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.3.0-next` branch.
the `v0.4.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.3.0-next` branch.
- [ ] I send this pull request to the `v0.4.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
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
on:
pull_request:
pull_request_target:
branches: [main]
types: [closed]

Expand All @@ -15,4 +15,5 @@ jobs:
uses: actions/checkout@v3

- name: Run release
if: github.event.pull_request.merged == true
run: ./maintenance/release.sh
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## FIWARE Small Bang v0.4.0 - 06 October, 2023

- ADD IoT Agent for JSON 2.4.2 (#26)
- ADD IoT Agent for UL 2.4.2 (#25)
- FIX documentation (#24)
- FIX release action (#23)

## FIWARE Small Bang v0.3.0 - 18 September, 2023

- ADD IP address option (#20)
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.3.0-next` branch (not main branch).
- Send a pull request to the `v0.4.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.3.0/FIWARE-Small-Bang-0.3.0.tar.gz | tar zxf -
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 -
```

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

```bash
cd FIWARE-Small-Bang-0.3.0/
cd FIWARE-Small-Bang-0.4.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.3.0/FIWARE-Small-Bang-0.3.0.tar.gz | tar zxf -
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 -
```

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

```bash
cd FIWARE-Small-Bang-0.3.0/
cd FIWARE-Small-Bang-0.4.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.3.0 | :white_check_mark: |
| < 0.3.0 | :x: |
| 0.4.0 | :white_check_mark: |
| < 0.4.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.3.0
VERSION=0.4.0
6 changes: 3 additions & 3 deletions docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,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/archive/refs/tags/v0.0.1.tar.gz | tar zxf -
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 -
```

Move to the `FIWARE-Small-Bang-0.0.1` directory.
Move to the `FIWARE-Small-Bang-0.4.0` directory.

```bash
cd FIWARE-Small-Bang-0.0.1/
cd FIWARE-Small-Bang-0.4.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.3.0/FIWARE-Small-Bang-0.3.0.tar.gz | tar zxf -
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 -
```

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

```bash
cd FIWARE-Small-Bang-0.3.0/
cd FIWARE-Small-Bang-0.4.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 @@ -65,13 +65,13 @@ FI-SB は FIWARE Small Bang の略称です。
FIWARE Small Bang の tar.gz ファイルをダウンロードします。

```bash
curl -sL https://github.com/lets-fiware/FIWARE-Small-Bang/archive/refs/tags/v0.0.1.tar.gz | tar zxf -
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 -
```

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

```bash
cd FIWARE-Small-Bang-0.0.1/
cd FIWARE-Small-Bang-0.4.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.3.0/FIWARE-Small-Bang-0.3.0.tar.gz | tar zxf -
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 -
```

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

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

`setup-fiware.sh` スクリプトを実行します。
Expand Down
2 changes: 1 addition & 1 deletion maintenance/version-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ version_up() {

sed -i "1s/${OLD}-next/${NEW} - ${DATE}/" "${FISB_HOME}/CHANGELOG.md"

for file in README.md README_ja.md VERSION docs/en/installation.md docs/ja/installation.md setup-fiware.sh
for file in README.md README_ja.md VERSION docs/en/index.md docs/ja/index.md docs/en/installation.md docs/ja/installation.md setup-fiware.sh
do
file="${FISB_HOME}/${file}"
ls -l "${file}"
Expand Down
12 changes: 6 additions & 6 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.3.0
VERSION=0.4.0

#
# Syslog info
Expand Down Expand Up @@ -314,8 +314,8 @@ set_amd64_images() {
IMAGE_NGSIPROXY=quay.io/fiware/ngsiproxy:1.2.2
IMAGE_COMET=telefonicaiot/fiware-sth-comet:2.10.0
IMAGE_CYGNUS=telefonicaiot/fiware-cygnus:3.2.0
IMAGE_IOTAGENT_UL=telefonicaiot/iotagent-ul:2.3.0
IMAGE_IOTAGENT_JSON=telefonicaiot/iotagent-json:2.3.0
IMAGE_IOTAGENT_UL=telefonicaiot/iotagent-ul:2.4.2
IMAGE_IOTAGENT_JSON=telefonicaiot/iotagent-json:2.4.2
IMAGE_QUANTUMLEAP=orchestracities/quantumleap:0.8.3
IMAGE_PERSEO_CORE=telefonicaiot/perseo-core:1.13.0
IMAGE_PERSEO_FE=telefonicaiot/perseo-fe:1.27.0
Expand All @@ -331,8 +331,8 @@ set_arm64_images() {
IMAGE_NGSIPROXY=letsfiware/ngsiproxy:1.2.2
IMAGE_COMET=letsfiware/sth-comet:2.10.0
IMAGE_CYGNUS=letsfiware/fiware-cygnus:3.2.0
IMAGE_IOTAGENT_UL=letsfiware/iotagent-ul:2.3.0
IMAGE_IOTAGENT_JSON=letsfiware/iotagent-json:2.3.0
IMAGE_IOTAGENT_UL=letsfiware/iotagent-ul:2.4.2
IMAGE_IOTAGENT_JSON=letsfiware/iotagent-json:2.4.2
IMAGE_QUANTUMLEAP=letsfiware/quantumleap:latest
IMAGE_PERSEO_CORE=letsfiware/perseo-core:1.13.0
IMAGE_PERSEO_FE=letsfiware/perseo-fe:1.27.0
Expand Down Expand Up @@ -399,7 +399,7 @@ EOF

IMAGE_ELASTICSEARCH_DB=elasticsearch:7.17.13

IMAGE_NODE_RED=letsfiware/node-red:v0.3.0
IMAGE_NODE_RED=letsfiware/node-red:v0.4.0

MONGO_INSTALLED=false
POSTGRES_INSTALLED=false
Expand Down

0 comments on commit 7ccfa86

Please sign in to comment.