Skip to content

Releases: nlewo/comin

v0.11.0

18 Feb 09:30

Choose a tag to compare

[v0.11.0] - 2026-02-18

Added

  • New gauge metrics comin_is_suspended and comin_need_to_reboot to follow
    Prometheus best-practices.

Deprecated

  • comin_host_info is deprecated and will be removed in the next release. Use
    comin_need_to_reboot and comin_is_suspended instead.

Contributors

Non flake support

01 Jan 10:31

Choose a tag to compare

New features

Note that several other features have also been introduced but I don't announce them yet since they are not well polished for now... Stay tuned for next release announcements!

Release contributors

Thanks to this release contributors:

More CLI commands

11 Oct 08:25

Choose a tag to compare

Two CLI commands have been added

  • comin deployment list to list latest deployments
  • comin suspend and comin resume to stop/resume running builds

nix-darwin support

13 Jul 16:38

Choose a tag to compare

comin is now able to deploy configuration on nix-darwin machines. See https://github.com/nlewo/comin/blob/main/docs/howtos.md#how-to-deploy-a-nix-darwin-configuration.

Thanks @multivac61 for #89 👍

Post deployment command NixOS module option

08 Jun 16:26
4df4e3c

Choose a tag to compare

Merge pull request #87 from nlewo/option-post

Expose the comin.postDeploymentCommand option

Post deployment command

01 Jun 18:51
648d71f

Choose a tag to compare

v0.7.0

[feature] added post deploy command (#85)

Verify Git commit signatures

29 Mar 10:53

Choose a tag to compare

v0.6.0

Fix build status

Profiles

17 Aug 18:48
a5f735b

Choose a tag to compare

  • Only keep the 10 last profile paths
    • To clean old created profile paths, you can run:
      comm -3 <(find /nix/var/nix/profiles/system-profiles/ -name 'comin-*' -type l | sort -u) <(cat /var/lib/comin/store.json | jq '.deployments[].profile_path | select(.!="")' -r | sort -u) | xargs rm
      

Persistence

30 Jun 15:31
375938e

Choose a tag to compare

  • Comin writes a file containing last 10 previous deployments
  • Various fixes

Prometheus exporter

09 Apr 18:22
147eef7

Choose a tag to compare

  • Add a prometheus exporter