All notable changes to this ansible role will be documented in this file.
The format is based on Keep a Changelog.
Versioning of the role is irrelevant to the version of code-server you can install. Actually, it installs the latest version of code-server by default. And you can also use a lower-versioned role to install a higher-versioned code-server. When there are changes to the role, the role version will get updated to the latest version number of code-server.
- Support running code-server with privileged port using non-root user.
- Check for the latest version of code-server is now done locally.
- Remove the weekly auto restart of code-server service.
v4.0.0 - 2021-12-11
- Support code-server v4.
- Allow configuring additional environment variables in role variable
code_server_env
.
- Fix check for the latest version of code-server.
- Fix logic for determining whether current version is latest.
- Fix quoting issues in
code_server_password
. - Fix the clean up task to run only when upgrading code-server.