OpenRemote Manager version

Dears,
pls advise, what i do wrong - I just now cloned openremote, then run

./gradlew clean installDist

docker build -t openremote/custom-manager:latest ./manager/build/install/manager/

modified docker-compose.yml

manager:
image: openremote/custom-manager:${MANAGER_VERSION:-latest}

then run

docker-compose up -d

but still it shows old version of OpenRemote Manager v1.3.3

it’s suppose to be version 1.6.0, no?

Hi!

Yeah, we need to resolve this really…

The version shown here, is the NPM version of the “@openremote/manager” package
Currently, we bump the versions automatically in our CI/CD pipelines, and publish after that.
So, the package.json files in the repository itself stay on version 1.3.3 forever. :joy:

I’ll quickly create a PR for bumping the version (to 1.7.0-snapshot).
You can do this for your fork as well.

Let’s look for a solution on how to structurally solve this :+1:

Merged :wink:

2 Likes