nixops icon indicating copy to clipboard operation
nixops copied to clipboard

Document the status of the project

Open datafoo opened this issue 3 years ago • 6 comments

Here are a few facts about nixops:

  • For quite a while, nixops does not have a stable release working without disabling security warnings (https://github.com/NixOS/nixops/issues/1532)
  • Many opened issues seem simply ignored
  • There is a lack of documentation, in particular with flakes (https://github.com/NixOS/nixops/issues/1544)
  • To the best of my knowledge, there is no documentation regarding the status and roadmap

Yet, nixops is very useful to me. However, I have come to a point where I am not sure I should invest more time trying to open issues or even use nixops since it feels like wasted efforts. The project may be abandoned, I do not know and it is not documented anywhere.

I understand that there is limited resource but I think a clear and updated project status would incentive participation (or stop it right away). A small paragraph in the README.md would be a good start.

datafoo avatar Nov 07 '22 13:11 datafoo

@roberth @adisbladis @grahamc : according to the commit history, you are the most recently involved people. Do you still use NixOps?

datafoo avatar Nov 08 '22 07:11 datafoo

I do and I plan to make a maintenance push soon.

roberth avatar Nov 08 '22 12:11 roberth

Where would the maintenance push be when it is made? I see no tags since 2019. I see three active branches, but those are for NixOps 2, which is still unstable if I understand correctly.

DavidEGrayson avatar Jan 26 '23 21:01 DavidEGrayson

I wonder what is the status of 2.0. I use nixops to deploy my vps. up to this point there were not really any critical things that made me worried but now I will need to host something that will have DB and will hold some bit more sensitive data so I'm faced with dilema what to do about it.

turboMaCk avatar Mar 06 '23 16:03 turboMaCk

Planning to merge #1508 and a rebase of #1523 or #1480 in the coming two weeks. That should bring a 2.0 release candidate within reach.

If you can fund development and maintenance, or know someone, that can speed things up.

roberth avatar Mar 06 '23 18:03 roberth

Hey any updates on the status of this project? I just started getting my hands deep with Nix and NixOS and I was trying to use NixOps to deploy my flakes that I have been building, but alas I find out that NixOps 2.0 does not have flake support as of yet. I checked the PRs and I don't see the critical flake attribute related ones being closed, so I am unsure whether I can simply build NixOps from master and try out deployments via flakes.

Fairly conflicted between supporting NixOps which seems perfect for the job. Or switching to some other terraform like system for lab automation, which wouldn't be as idiomatic and compatible as Nix default tools. 😄

RyzeNGrind avatar Sep 02 '23 05:09 RyzeNGrind

Fixed in 3f8249a733986c034964ac8835e3bf62f787e7f3

datafoo avatar May 20 '24 09:05 datafoo