Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump: 0.5.0-next -> 0.6.0 #49

Merged
merged 10 commits into from
Jun 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ assignees: ''
**Checklist**
_Put an `x` in the boxes that apply_

- [ ] I have run the latest release.
- [ ] I have inspeced the status of docker containers.
- [ ] I have run the sanity check described in after-installation.md.
- [ ] I have inspected all error messages.
- [ ] I have inspected the log files in the /var/log/fiware directory.
- [ ] I have run the `make collect` command.
- [ ] I have provided a Github Star to this repository.
- \[ \] I have run the latest release.
- \[ \] I have inspeced the status of docker containers.
- \[ \] I have run the sanity check described in after-installation.md.
- \[ \] I have inspected all error messages.
- \[ \] I have inspected the log files in the /var/log/fiware directory.
- \[ \] I have run the `make collect` command.
- \[ \] I have provided a Github Star to this repository.

**Describe the bug**
A clear and concise description of what the bug is.
Expand All @@ -35,9 +35,9 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

**Server (please complete the following information):**
- OS and OS version:
- Docker version:
- Docker Compose version:
- OS and OS version:
- Docker version:
- Docker Compose version:

**Additional context**
Add any other context about the problem here.
Expand Down
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ A clear and concise description of what you want to happen.

**Describe why you need this feature**

- [ ] To approach a new use case.
- [ ] To integrate a new Generic Enabler / othe open source component.
- [ ] To improve or simplify an scenario.
- [ ] Other reason (describe it)
- \[ \] To approach a new use case.
- \[ \] To integrate a new Generic Enabler / othe open source component.
- \[ \] To improve or simplify an scenario.
- \[ \] Other reason (describe it)

**Additional information**

Add any other information, diagrams or screenshots about the feature request here.

**Do you have the intention to implement the solution**

- [ ] Yes, I have the knowledge to implement this new feature.
- [ ] Yes, but I will need help.
- [ ] No, I do not have the skills.
- \[ \] Yes, I have the knowledge to implement this new feature.
- \[ \] Yes, but I will need help.
- \[ \] No, I do not have the skills.

**Other information**

- [ ] I have provided a Github Star to this repository.
- \[ \] I have provided a Github Star to this repository.
26 changes: 13 additions & 13 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@

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

What types of changes does your code introduce to the project: _Put an `x` in the boxes that apply_

- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Update docker image version.
- [ ] Update only documentation, not any source code.
- \[ \] Bugfix (non-breaking change which fixes an issue)
- \[ \] New feature (non-breaking change which adds functionality)
- \[ \] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- \[ \] Update docker image version.
- \[ \] Update only documentation, not any source code.

## Checklist

_Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of
them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before
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 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
- \[ \] 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.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

## Further comments

Expand Down
3 changes: 2 additions & 1 deletion .remarkrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"paddedTable": true
},
"plugins": [
"remark-preset-lint-recommended"
"remark-preset-lint-recommended",
["remark-lint-list-item-indent", "tab"]
]
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## FIWARE Small Bang v0.6.0 - 09 June, 2024

- Update Mongodb to 6.0 (#48)
- Update node.js dependencies (#47)
- Update Orion to 4.0.0 (#46)

## FIWARE Small Bang v0.5.0 - 03 June, 2024

- Improve maintenance script (#42)
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
VERSION=0.6.0
24 changes: 7 additions & 17 deletions docs/en/after-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,25 +90,15 @@ ngsi version --host orion.local
```json
{
"orion" : {
"version" : "3.12.0",
"uptime" : "0 d, 0 h, 0 m, 3 s",
"git_hash" : "7ebe97f8ddc13436c66ead53460fd4776e923e34",
"compile_time" : "Sun Jun 2 04:51:55 UTC 2024",
"version" : "4.0.0",
"uptime" : "0 d, 0 h, 0 m, 4 s",
"git_hash" : "4f9f34df07395c54387a53074f98bef00b1130a3",
"compile_time" : "Thu Jun 6 07:35:47 UTC 2024",
"compiled_by" : "root",
"compiled_in" : "buildkitsandbox",
"release_date" : "Sun Jun 2 04:51:55 UTC 2024",
"machine" : "aarch64",
"doc" : "https://fiware-orion.rtfd.io/en/3.12.0/",
"libversions": {
"boost": "1_74",
"libcurl": "libcurl/7.88.1 OpenSSL/3.0.11 zlib/1.2.13 brotli/1.0.9 zstd/1.5.4 libidn2/2.3.3 libpsl/0.21.2 (+libidn2/2.3.3) libssh2/1.10.0 nghttp2/1.52.0 librtmp/2.3 OpenLDAP/2.5.13",
"libmosquitto": "2.0.15",
"libmicrohttpd": "0.9.76",
"openssl": "3.0.11",
"rapidjson": "1.1.0",
"mongoc": "1.24.3",
"bson": "1.24.3"
}
"release_date" : "Thu Jun 6 07:35:47 UTC 2024",
"machine" : "x86_64",
"doc" : "https://fiware-orion.rtfd.io/en/4.0.0/"
}
}
```
Expand Down
24 changes: 7 additions & 17 deletions docs/en/examples/orion.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,15 @@ ngsi version --host orion.local
```json
{
"orion" : {
"version" : "3.12.0",
"uptime" : "0 d, 0 h, 0 m, 3 s",
"git_hash" : "7ebe97f8ddc13436c66ead53460fd4776e923e34",
"compile_time" : "Sun Jun 2 04:51:55 UTC 2024",
"version" : "4.0.0",
"uptime" : "0 d, 0 h, 0 m, 4 s",
"git_hash" : "4f9f34df07395c54387a53074f98bef00b1130a3",
"compile_time" : "Thu Jun 6 07:35:47 UTC 2024",
"compiled_by" : "root",
"compiled_in" : "buildkitsandbox",
"release_date" : "Sun Jun 2 04:51:55 UTC 2024",
"machine" : "aarch64",
"doc" : "https://fiware-orion.rtfd.io/en/3.12.0/",
"libversions": {
"boost": "1_74",
"libcurl": "libcurl/7.88.1 OpenSSL/3.0.11 zlib/1.2.13 brotli/1.0.9 zstd/1.5.4 libidn2/2.3.3 libpsl/0.21.2 (+libidn2/2.3.3) libssh2/1.10.0 nghttp2/1.52.0 librtmp/2.3 OpenLDAP/2.5.13",
"libmosquitto": "2.0.15",
"libmicrohttpd": "0.9.76",
"openssl": "3.0.11",
"rapidjson": "1.1.0",
"mongoc": "1.24.3",
"bson": "1.24.3"
}
"release_date" : "Thu Jun 6 07:35:47 UTC 2024",
"machine" : "x86_64",
"doc" : "https://fiware-orion.rtfd.io/en/4.0.0/"
}
}
```
Expand Down
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
24 changes: 7 additions & 17 deletions docs/ja/after-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,25 +98,15 @@ ngsi version --host orion.local
```json
{
"orion" : {
"version" : "3.12.0",
"uptime" : "0 d, 0 h, 0 m, 3 s",
"git_hash" : "7ebe97f8ddc13436c66ead53460fd4776e923e34",
"compile_time" : "Sun Jun 2 04:51:55 UTC 2024",
"version" : "4.0.0",
"uptime" : "0 d, 0 h, 0 m, 4 s",
"git_hash" : "4f9f34df07395c54387a53074f98bef00b1130a3",
"compile_time" : "Thu Jun 6 07:35:47 UTC 2024",
"compiled_by" : "root",
"compiled_in" : "buildkitsandbox",
"release_date" : "Sun Jun 2 04:51:55 UTC 2024",
"machine" : "aarch64",
"doc" : "https://fiware-orion.rtfd.io/en/3.12.0/",
"libversions": {
"boost": "1_74",
"libcurl": "libcurl/7.88.1 OpenSSL/3.0.11 zlib/1.2.13 brotli/1.0.9 zstd/1.5.4 libidn2/2.3.3 libpsl/0.21.2 (+libidn2/2.3.3) libssh2/1.10.0 nghttp2/1.52.0 librtmp/2.3 OpenLDAP/2.5.13",
"libmosquitto": "2.0.15",
"libmicrohttpd": "0.9.76",
"openssl": "3.0.11",
"rapidjson": "1.1.0",
"mongoc": "1.24.3",
"bson": "1.24.3"
}
"release_date" : "Thu Jun 6 07:35:47 UTC 2024",
"machine" : "x86_64",
"doc" : "https://fiware-orion.rtfd.io/en/4.0.0/"
}
}
```
Expand Down
24 changes: 7 additions & 17 deletions docs/ja/examples/orion.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,15 @@ ngsi version --host orion.local
```json
{
"orion" : {
"version" : "3.12.0",
"uptime" : "0 d, 0 h, 0 m, 3 s",
"git_hash" : "7ebe97f8ddc13436c66ead53460fd4776e923e34",
"compile_time" : "Sun Jun 2 04:51:55 UTC 2024",
"version" : "4.0.0",
"uptime" : "0 d, 0 h, 0 m, 4 s",
"git_hash" : "4f9f34df07395c54387a53074f98bef00b1130a3",
"compile_time" : "Thu Jun 6 07:35:47 UTC 2024",
"compiled_by" : "root",
"compiled_in" : "buildkitsandbox",
"release_date" : "Sun Jun 2 04:51:55 UTC 2024",
"machine" : "aarch64",
"doc" : "https://fiware-orion.rtfd.io/en/3.12.0/",
"libversions": {
"boost": "1_74",
"libcurl": "libcurl/7.88.1 OpenSSL/3.0.11 zlib/1.2.13 brotli/1.0.9 zstd/1.5.4 libidn2/2.3.3 libpsl/0.21.2 (+libidn2/2.3.3) libssh2/1.10.0 nghttp2/1.52.0 librtmp/2.3 OpenLDAP/2.5.13",
"libmosquitto": "2.0.15",
"libmicrohttpd": "0.9.76",
"openssl": "3.0.11",
"rapidjson": "1.1.0",
"mongoc": "1.24.3",
"bson": "1.24.3"
}
"release_date" : "Thu Jun 6 07:35:47 UTC 2024",
"machine" : "x86_64",
"doc" : "https://fiware-orion.rtfd.io/en/4.0.0/"
}
}
```
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
Loading
Loading