Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: v4.0 #42

Draft
wants to merge 32 commits into
base: master
Choose a base branch
from
Draft

WIP: v4.0 #42

wants to merge 32 commits into from

Conversation

xtexChooser
Copy link
Contributor

@xtexChooser xtexChooser commented Jan 11, 2025

New features

  • Instance-level configuration
  • systemd-nspawn options can now be set per-instance
  • Set /tree as a git safe directory
  • ciel farewell now supports --force to skip confirmation.
  • Ciel configurations are written into /.ciel.toml in the container.
    This is to support modifying instance or workspace configurations without rolling back the container.
  • Add ro-tree instance option, to mount the abbs tree as read-only.
  • Add more tests.
  • Add ephemeral containers.
  • CIEL_DIR environment variable can be used to find Ciel workspace automatically.
  • Support specifying OUTPUT directory for instances, rather than using the default.
  • Add configuration for cargo-release.

Breaking changes

  • ciel-rs crate is renamed to ciel.
  • The CLI interface and the core of Ciel has been split.
  • The code are now rewrote in object-oriented style.
  • When a container is opened for operation, it will be locked exclusively, to avoid two Ciel processes working on the same instance parallel.
  • MSRV has been raised to 1.83.0.

xtexChooser and others added 30 commits January 11, 2025 17:48
To avoid loading instance configuration repeatedly.
- Rewrite code in object-oriented style
- Split out the CLI crate
- Remove testing in CI
  Some new tests require DBus, systemd, etc.
- Remove unused dependencies
- Add support for ephemeral containers
When it is enabled, the /tree mountpoint will be read-only.
To keep backward compatibility.
On some old workspaces, this option may be missing.
When using ephemeral containers, keep them for debugging.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants