[Release] Checkmk beta release 2.2.0b1

Hey guys!
I tested the 2.2.0b1 checkmk-raw docker container on our development instance and almost all steps of our deploy script work flawless in 2.2.0b1!

The only thing I encountered problems with were the cmkadmin password, it isn’t possible to set it via exporting CMK_PASSWORD before running docker-entrypoint.sh, as we did before.
But this is no problem, because I was able to set it with su - dev -c "cmk-passwd cmkadmin --stdin <<< $(cat /run/secrets/checkmk_admin_password)" -s /bin/bash from root in the deploy script which runs as health check in the container.

I am looking forward to the Community Call on Monday!