Hi All,
Bringing you some good news! RhodeCode released a 5.4.0 version of rcstack, a new installer for RhodeCode that replaces rccontrol. You can read more details about this installer in our blog post ["Rolling Out New RhodeCode Installer Using Docker".](https://rhodecode.com/blog/140/rolling-out-new-rhodecode-installer-using-docker)
With this 5.4.0 release, we're introducing a range of new features and improvements, aiming to make your interaction with the installer even smoother:
- Grafana now formats IP addresses with a fixed width for loki entries.
- Self-update includes a new option, –update-docker-image, allowing users to force-set the version from the installer.
- SSH setup for Kubernetes is enhanced, permitting a fully custom SSH port.
- SSL is now ensured for all services during the initialization phase, enhancing security.
- The status command provides more information with the addition of the –config flag.
You can see the whole list of improvements in our [detailed release notes.](https://docs.rhodecode.com/rcstack/changes.html#v5-4-0-2023-12-13)
And, as usual, the update process is a simple one-liner type:
```./rcstack self-update && ./rcstack stack-upgrade rhodecode```
*New to rcstack and need a bit more information? You can also cheeck:*
- [Detailed instructions on how to install rcstack.](https://docs.rhodecode.com/rcstack/install/installation.html)
- [Upgrading rcstack instructions.](https://docs.rhodecode.com/rcstack/install/upgrade.html)
- [Comprehensive guide on how to make the transition from the old installer to the rcstack.](https://docs.rhodecode.com/rcstack/migration/migration-to-docker.html)
Yours performantly,
The RhodeCode team