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.39.0 -> 0.39.0-next #391

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## FIWARE Big Bang v0.39.0-next

## FIWARE Big Bang v0.39.0 - 09 June, 2024

- Update Mongodb to 6.0 for Orion (#389)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=0.39.0
VERSION=0.39.0-next
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.39.0
IMAGE_POSTFIX=letsfiware/postfix:0.39.0-next

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

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

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

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

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

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

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

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

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

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

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

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

#
# Firewall (firewalld)
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.39.0
VERSION=0.39.0-next

#
# Syslog info
Expand Down
Loading