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

Update STH-Comet to 2.11.0 #50

Merged
merged 1 commit into from
Jun 2, 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# FIWARE-pi

- Update STH-Comet to 2.11.0 (#50)
- Update Cygnus to 3.8.0 (#49)
- Update Orion to 3.12.0 (#48)
- Update copyright date (#47)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,9 +468,9 @@ docker pull letsfiware/pep-proxy:7.9.2
docker pull letsfiware/fiware-cygnus:3.8.0
```

- [sth-comet 2.10.0](https://hub.docker.com/r/letsfiware/sth-comet)
- [sth-comet 2.11.0](https://hub.docker.com/r/letsfiware/sth-comet)
```
docker pull letsfiware/sth-comet:2.10.0
docker pull letsfiware/sth-comet:2.11.0
```

- [iotagent-ul 2.4.2](https://hub.docker.com/r/letsfiware/iotagent-ul)
Expand Down
2 changes: 1 addition & 1 deletion build/sth-comet/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
VER=${1:-2.10.0}
VER=${1:-2.11.0}
if [ -e "fiware-sth-comet" ]; then
rm -fr fiware-sth-comet
fi
Expand Down
Loading