From 999b4174634fa19f60c6915ec049fde9760e7633 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 04:42:26 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7db1ead --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,42 @@ +# Changelog + +## 1.0.0 (2023-12-20) + + +### Features + +* add flakes config ([b743dd9](https://github.com/klarkc/os/commit/b743dd9a84a0236b203e550704ed1a48fdf2f8ff)) +* add nix cache ([5ce1306](https://github.com/klarkc/os/commit/5ce13068296fb83b3af6867a689af5b0373b26c7)) +* add nix flake for purs ([549313f](https://github.com/klarkc/os/commit/549313f5c17dfd0709141dda9e59a79e1ad913b3)) +* add purenix backend ([de08bed](https://github.com/klarkc/os/commit/de08bed308465dd23f608e122c0c3b72ece990c2)) +* add recover module, add recover vm ([e114713](https://github.com/klarkc/os/commit/e114713d79f9ea07407cdbf81f17b97d0f7a4aee)) +* **cache:** add cache os ([8e98f01](https://github.com/klarkc/os/commit/8e98f019788e94f36c36672a20011dadbbd6541a)) +* **cache:** add secrets and host-keys ([4bb0dd6](https://github.com/klarkc/os/commit/4bb0dd620381d365d98bd7efc9556614d623cd5d)) +* **cache:** disable graphic ([842c018](https://github.com/klarkc/os/commit/842c018403654c56fbf1fb2e5cdefeb1f896d2d0)) +* **cache:** open firewall ports ([36f2cc1](https://github.com/klarkc/os/commit/36f2cc1141fd99dd5d8b05d1a1dbf9038a17d160)) +* **cache:** optimize inputs add atticd ([b4505b7](https://github.com/klarkc/os/commit/b4505b7062dd75f314519d7a1481cc7888ef2ec9)) +* change to purifix to allow purenix ([9ff3fec](https://github.com/klarkc/os/commit/9ff3fecb0fbc419f70e512116002e30634941310)) +* **recover:** add fs's, enable wireless, disable networkmanager ([fd2bdae](https://github.com/klarkc/os/commit/fd2bdaed0fafc080927529b1be97ebea1cd38784)) +* **recover:** add gparted ([fc3ceed](https://github.com/klarkc/os/commit/fc3ceedd4efee0e91c0608b8a99ef79220c14fa7)) +* **recover:** add iwd ([c0d5c86](https://github.com/klarkc/os/commit/c0d5c8659c7388d05058d12e34f6674857186a10)) +* **recover:** add recover and recover-vm ([55e09c0](https://github.com/klarkc/os/commit/55e09c0ed6c1dd89e97f603fcff14e7ab55c184b)) +* **recover:** add recovery packages ([e61826f](https://github.com/klarkc/os/commit/e61826fddff95ea43500f9a44d53013112b627dd)) +* **recover:** add settings and use tmp ([aeabc7a](https://github.com/klarkc/os/commit/aeabc7ad0e452a623ac668bc165c8d765a1be5ae)) +* **recover:** add sshfs ([c7718f9](https://github.com/klarkc/os/commit/c7718f966ba7de1642691e6c29f64625e0f5c0d9)) +* **recover:** change to networkmanager ([0d13053](https://github.com/klarkc/os/commit/0d13053829d6faf4839722f69364868e58ebda66)) +* **recover:** increase console log level ([b297bd0](https://github.com/klarkc/os/commit/b297bd06e6b853033c588596b60b76b5fdf990d9)) +* **recover:** remove unused fs ([21955fa](https://github.com/klarkc/os/commit/21955fa210a35aa68517274a12a829d697501eb9)) +* remove purs cleanup flake ([32f80dd](https://github.com/klarkc/os/commit/32f80dd4e8d9af9641a4f773ae2222cd4aa5e812)) +* remove utils add nixConfigurations ([7007b44](https://github.com/klarkc/os/commit/7007b44f87448cd38799b6a3972ace78b56260dd)) + + +### Bug Fixes + +* disable content addressed on root flake ([e40b14a](https://github.com/klarkc/os/commit/e40b14a5cb3d6fb4d62023b84e9adc1a0e795ead)) +* nix develop not working ([6ca2ae3](https://github.com/klarkc/os/commit/6ca2ae3220d6a0613defc29ba33a02d5f8de4a5e)) +* **recover:** firstBoot service ([f9a40bb](https://github.com/klarkc/os/commit/f9a40bbc95f073a3e98c16ce8a2a764f7d801474)) +* **recover:** remove useless loglevel, rm tmp files ([58ec02b](https://github.com/klarkc/os/commit/58ec02b0d10711aba0ba474f2f5630c237c72e75)) +* **recover:** ssh not working ([16cb71b](https://github.com/klarkc/os/commit/16cb71b2d9be03e7a77526acc150d6ecafd53945)) +* **recover:** unable to login root ssh ([5f79606](https://github.com/klarkc/os/commit/5f79606d450188cbcb736e6eac6bf8231ed61eba)) +* spellcheck error ([85d0261](https://github.com/klarkc/os/commit/85d0261fc8d45533856a7d4bb94806eb87c0dcef)) +* vm generation ([c153370](https://github.com/klarkc/os/commit/c1533700f67a674e8f3c461adf98f4facf3f6961))