ChangeMetrics

Monocle 1.11.0 is released

Posted on November 7, 2023

We are pleased to announce a new release of Monocle.

The release features:

It also fixes the UI search feature that was broken in the previous Monocle version.

See the full changelog for the complete list of changes.

Here are instructions to upgrade:

cd monocle

# Stop the previous running version
docker-compose down

# Checkout the tag 1.11.0
git fetch origin
git checkout -b 1.11.0 1.11.0

# Ensure to set COMPOSE_MONOCLE_VERSION=1.11.0 in .env file
sed -i .env -e "s/^\(COMPOSE_MONOCLE_VERSION\)=.*/\1=1.11.0/"

# Fetch last images
docker-compose pull

# Spawn services
docker-compose up -d