Skip to content

Commit

Permalink
Merge pull request #50 from fisuda/feature/comet
Browse files Browse the repository at this point in the history
Update STH-Comet to 2.11.0
  • Loading branch information
fisuda authored Jun 2, 2024
2 parents a7089a7 + 7799a7a commit 2df76ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
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

0 comments on commit 2df76ff

Please sign in to comment.