Skip to content

Commit

Permalink
Merge pull request #383 from fisuda/release/0.38.0
Browse files Browse the repository at this point in the history
Bump: 0.37.0-next -> 0.38.0
  • Loading branch information
fisuda committed Jun 1, 2024
2 parents 0eec68e + 4203d7d commit ce628b3
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 34 deletions.
14 changes: 7 additions & 7 deletions .config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ IDM_DEBUG=false
IMAGE_KEYROCK=letsfiware/fiware-idm:8.4.0

# Docker image for Postfix
IMAGE_POSTFIX=letsfiware/postfix:0.37.0-next
IMAGE_POSTFIX=letsfiware/postfix:0.38.0

#
# Wilma
Expand Down Expand Up @@ -337,7 +337,7 @@ NODE_RED_LOGGING_METRICS=
NODE_RED_LOGGING_AUDIT=

# Docker image for Node-RED
IMAGE_NODE_RED=letsfiware/node-red:0.37.0-next
IMAGE_NODE_RED=letsfiware/node-red:0.38.0

#
# Grafana
Expand All @@ -363,7 +363,7 @@ ZEPPELIN=
ZEPPELIN_DEBUG=

# Docker image for Zeppelin
IMAGE_ZEPPELIN=letsfiware/zeppelin:0.37.0-next
IMAGE_ZEPPELIN=letsfiware/zeppelin:0.38.0

#
# Queryproxy
Expand All @@ -375,7 +375,7 @@ QUERYPROXY=
QUERYPROXY_LOGLEVEL=info

# Docker image for Queryproxy
IMAGE_QUERYPROXY=letsfiware/queryproxy:0.37.0-next
IMAGE_QUERYPROXY=letsfiware/queryproxy:0.38.0

#
# Tokenproxy
Expand All @@ -387,7 +387,7 @@ TOKENPROXY_LOGLEVEL=info
TOKENPROXY_VERBOSE=

# Docker image for Tokenproxy
IMAGE_TOKENPROXY=letsfiware/tokenproxy:0.37.0-next
IMAGE_TOKENPROXY=letsfiware/tokenproxy:0.38.0

#
# Regproxy
Expand Down Expand Up @@ -426,7 +426,7 @@ REGPROXY_LOGLEVEL=info
REGPROXY_VERBOSE=false

# Docker image for Regproxy
IMAGE_REGPROXY=letsfiware/regproxy:0.37.0-next
IMAGE_REGPROXY=letsfiware/regproxy:0.38.0

#
# MongoDB
Expand Down Expand Up @@ -462,7 +462,7 @@ IMAGE_POSTGRES=postgres:15
IMAGE_NGINX=nginx:1.26

# Docker image for pwgen
IMAGE_PWGEN=letsfiware/pwgen:0.37.0-next
IMAGE_PWGEN=letsfiware/pwgen:0.38.0

#
# Firewall (firewalld)
Expand Down
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.37.0-next` branch.
the `v0.38.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-Big-Bang/blob/main/CONTRIBUTING.md) doc
- \[ \] I have signed the [CLA](https://github.com/lets-fiware/FIWARE-Big-Bang/blob/main/FIWARE-Big-Bang-individual-cla.pdf)
- \[ \] I have updated the change log (CHANGELOG.md)
- \[ \] I send this pull request to the `v0.37.0-next` branch.
- \[ \] I send this pull request to the `v0.38.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 Big Bang v0.37.0-next
## FIWARE Big Bang v0.38.0 - 01 June, 2024

- Update Quantumleap to 1.0.0 (#382)
- Update Perseo FE to 1.30.0 (#381)
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.37.0-next` branch (not main branch).
- Send a pull request to the `v0.38.0-next` branch (not main branch).

## Community

Expand Down
6 changes: 3 additions & 3 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ FI-BB は FIWARE Big Bang の略名です。
FIWARE Big Bang の tar.gz ファイルをダウンロードします。

```bash
curl -sL https://github.com/lets-fiware/FIWARE-Big-Bang/releases/download/v0.37.0/FIWARE-Big-Bang-0.37.0.tar.gz | tar zxf -
curl -sL https://github.com/lets-fiware/FIWARE-Big-Bang/releases/download/v0.38.0/FIWARE-Big-Bang-0.38.0.tar.gz | tar zxf -
```

`FIWARE-Big-Bang-0.37.0` ディレクトリに移動します。
`FIWARE-Big-Bang-0.38.0` ディレクトリに移動します。

```bash
cd FIWARE-Big-Bang-0.37.0/
cd FIWARE-Big-Bang-0.38.0/
```

独自のドメイン名とパブリック IP アドレスを指定して、`lets-fiware.sh` スクリプトを実行します。
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ or CNAME records.
Download a tar.gz file for the FIWARE Big Bang.

```bash
curl -sL https://github.com/lets-fiware/FIWARE-Big-Bang/releases/download/v0.37.0/FIWARE-Big-Bang-0.37.0.tar.gz | tar zxf -
curl -sL https://github.com/lets-fiware/FIWARE-Big-Bang/releases/download/v0.38.0/FIWARE-Big-Bang-0.38.0.tar.gz | tar zxf -
```

Move to the `FIWARE-Big-Bang-0.37.0` directory.
Move to the `FIWARE-Big-Bang-0.38.0` directory.

```bash
cd FIWARE-Big-Bang-0.37.0/
cd FIWARE-Big-Bang-0.38.0/
```

Run the `lets-fiware.sh` script with your own domain name and a public IP address.
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.37.0 | :white_check_mark: |
| < 0.37.0 | :x: |
| 0.38.0 | :white_check_mark: |
| < 0.38.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.37.0-next
VERSION=0.38.0
14 changes: 7 additions & 7 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ IDM_DEBUG=false
IMAGE_KEYROCK=letsfiware/fiware-idm:8.4.0

# Docker image for Postfix
IMAGE_POSTFIX=letsfiware/postfix:0.37.0-next
IMAGE_POSTFIX=letsfiware/postfix:0.38.0

#
# Wilma
Expand Down Expand Up @@ -337,7 +337,7 @@ NODE_RED_LOGGING_METRICS=
NODE_RED_LOGGING_AUDIT=

# Docker image for Node-RED
IMAGE_NODE_RED=letsfiware/node-red:0.37.0-next
IMAGE_NODE_RED=letsfiware/node-red:0.38.0

#
# Grafana
Expand All @@ -363,7 +363,7 @@ ZEPPELIN=
ZEPPELIN_DEBUG=

# Docker image for Zeppelin
IMAGE_ZEPPELIN=letsfiware/zeppelin:0.37.0-next
IMAGE_ZEPPELIN=letsfiware/zeppelin:0.38.0

#
# Queryproxy
Expand All @@ -375,7 +375,7 @@ QUERYPROXY=
QUERYPROXY_LOGLEVEL=info

# Docker image for Queryproxy
IMAGE_QUERYPROXY=letsfiware/queryproxy:0.37.0-next
IMAGE_QUERYPROXY=letsfiware/queryproxy:0.38.0

#
# Tokenproxy
Expand All @@ -387,7 +387,7 @@ TOKENPROXY_LOGLEVEL=info
TOKENPROXY_VERBOSE=

# Docker image for Tokenproxy
IMAGE_TOKENPROXY=letsfiware/tokenproxy:0.37.0-next
IMAGE_TOKENPROXY=letsfiware/tokenproxy:0.38.0

#
# Regproxy
Expand Down Expand Up @@ -426,7 +426,7 @@ REGPROXY_LOGLEVEL=info
REGPROXY_VERBOSE=false

# Docker image for Regproxy
IMAGE_REGPROXY=letsfiware/regproxy:0.37.0-next
IMAGE_REGPROXY=letsfiware/regproxy:0.38.0

#
# MongoDB
Expand Down Expand Up @@ -462,7 +462,7 @@ IMAGE_POSTGRES=postgres:15
IMAGE_NGINX=nginx:1.26

# Docker image for pwgen
IMAGE_PWGEN=letsfiware/pwgen:0.37.0-next
IMAGE_PWGEN=letsfiware/pwgen:0.38.0

#
# Firewall (firewalld)
Expand Down
6 changes: 3 additions & 3 deletions docs/en/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ or CNAME records.
Download a tar.gz file for the FIWARE Big Bang.

```bash
curl -sL https://github.com/lets-fiware/FIWARE-Big-Bang/releases/download/v0.37.0/FIWARE-Big-Bang-0.37.0.tar.gz | tar zxf -
curl -sL https://github.com/lets-fiware/FIWARE-Big-Bang/releases/download/v0.38.0/FIWARE-Big-Bang-0.38.0.tar.gz | tar zxf -
```

Move to the `FIWARE-Big-Bang-0.37.0` directory.
Move to the `FIWARE-Big-Bang-0.38.0` directory.

```bash
cd FIWARE-Big-Bang-0.37.0/
cd FIWARE-Big-Bang-0.38.0/
```

Run the `lets-fiware.sh` script with your own domain name and a public IP address.
Expand Down
6 changes: 3 additions & 3 deletions docs/ja/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ FIWARE Big Bang によってインストールされた Web アプリケーシ
FIWARE Big Bang の tar.gz ファイルをダウンロードします。

```bash
curl -sL https://github.com/lets-fiware/FIWARE-Big-Bang/releases/download/v0.37.0/FIWARE-Big-Bang-0.37.0.tar.gz | tar zxf -
curl -sL https://github.com/lets-fiware/FIWARE-Big-Bang/releases/download/v0.38.0/FIWARE-Big-Bang-0.38.0.tar.gz | tar zxf -
```

`FIWARE-Big-Bang-0.37.0` ディレクトリに移動します。
`FIWARE-Big-Bang-0.38.0` ディレクトリに移動します。

```bash
cd FIWARE-Big-Bang-0.37.0/
cd FIWARE-Big-Bang-0.38.0/
```

独自のドメイン名とパブリック IP アドレスを指定して、`lets-fiware.sh` スクリプトを実行します。
Expand Down
2 changes: 1 addition & 1 deletion lets-fiware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

set -Ceuo pipefail

VERSION=0.37.0-next
VERSION=0.38.0

#
# Syslog info
Expand Down

0 comments on commit ce628b3

Please sign in to comment.