このページは既にアーカイブ化され、その後の更新はありません。
この製品の販売は終了しました。
CodeCanvas のリリース
Released: Aug 26, 2025
2025.3.1 での更新項目
不具合の修正
- This is a patch release that includes bug fixes and minor improvements.
Released: Aug 9, 2025
2025.3 での更新項目
機能
- Personalize dev environments with dotfiles - You can now apply your personal shell and tool configuration in dev environments using dotfiles. Just provide a Git repo with your dotfiles and an install script - CodeCanvas will clone it and run the script when your environment starts.
- Recover data from failed dev environments - If a dev environment fails to start, and you have unpushed changes or other data in it, you can now create a recovery dev environment. It will have the volume of the...
Released: Jun 26, 2025
2025.2.1 での更新項目
機能
- Made changes to the installation of Helm chart.
Released: Jun 24, 2025
2025.2 での更新項目
機能
- Changes in the installation Helm chart - The CodeCanvas Helm chart was updated in 2025.2. The values.yaml file contains changes compared to 2025.1.4.
- Dev container now uses a non-root user - Starting with 2025.2, the default dev container image uses the codecanvas user (UID 22222, GID 22222) instead of root. The image includes sudo, so you can run commands with elevated privileges as needed. If your lifecycle or warm-up scripts rely on root access, review and update them to use sudo. Scripts...