diff --git a/README.md b/README.md index bfec2769a302e45020a91b0dd41d2644fac6580e..e34dae258cc48dd932bd613a707315d1eb1c7128 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ Next change the version in the following places: through [https://git.astron.nl/lofar2.0/tango/-/tags](Deploy Tags) # Release Notes +* 0.47.2 Fix ZMQ hostname to subscribe to in gRPC server * 0.47.1 Move GrafanaAPIV3 RPC interface to Opah repo * 0.47.0 Migrate from lofar-station-client to lofar-lotus package. Update various package dependencies. * 0.46.1 Include clock_RW in metadata JSON diff --git a/infra/jobs/station/rpc-server.levant.nomad b/infra/jobs/station/rpc-server.levant.nomad index 5eaa7ed45ff5f1cba6fcc7ab9ad36a3fce3d8e4e..e67066c326950e5d475cb12c776cf253976c2237 100644 --- a/infra/jobs/station/rpc-server.levant.nomad +++ b/infra/jobs/station/rpc-server.levant.nomad @@ -50,9 +50,9 @@ job "rpc-server" { "--station", "[[.station]]" [[ range $name, $tr := $.sdptr.instances ]] , "--antenna-field", "[[ $name ]]" - , "--statistics-zmq", "tcp://stingray-[[ $name ]]-bst-zmq.service.consul:6001" - , "--statistics-zmq", "tcp://stingray-[[ $name ]]-sst-zmq.service.consul:6001" - , "--statistics-zmq", "tcp://stingray-[[ $name ]]-xst-zmq.service.consul:6001" + , "--statistics-zmq", "tcp://statistics-[[ $name ]]-bst-zmq.service.consul:6001" + , "--statistics-zmq", "tcp://statistics-[[ $name ]]-sst-zmq.service.consul:6001" + , "--statistics-zmq", "tcp://statistics-[[ $name ]]-xst-zmq.service.consul:6001" [[ end ]] ] } diff --git a/tangostationcontrol/VERSION b/tangostationcontrol/VERSION index 650298f4f7d46565519bcded86a3b999d6176547..55a0216801d7a2e7ccf8e2ce9d836bad6098cdec 100644 --- a/tangostationcontrol/VERSION +++ b/tangostationcontrol/VERSION @@ -1 +1 @@ -0.47.1 +0.47.2