From 82b5121c1f1462159c20d8012b5a89b4c772dcb3 Mon Sep 17 00:00:00 2001 From: Tom Sydney Kerckhove Date: Tue, 15 Nov 2022 17:57:28 +0100 Subject: [PATCH] release candidate --- .envrc | 1 + .../content/changelogs/2022-11-15.markdown | 21 +++++++++++++++++++ smos-docs-site/content/unreleased.markdown | 19 ----------------- smos-docs-site/smos-docs-site.cabal | 1 + 4 files changed, 23 insertions(+), 19 deletions(-) create mode 100644 .envrc create mode 100644 smos-docs-site/content/changelogs/2022-11-15.markdown diff --git a/.envrc b/.envrc new file mode 100644 index 000000000..3550a30f2 --- /dev/null +++ b/.envrc @@ -0,0 +1 @@ +use flake diff --git a/smos-docs-site/content/changelogs/2022-11-15.markdown b/smos-docs-site/content/changelogs/2022-11-15.markdown new file mode 100644 index 000000000..317e14c2e --- /dev/null +++ b/smos-docs-site/content/changelogs/2022-11-15.markdown @@ -0,0 +1,21 @@ +This release only contained nix infrastructure changes. + +### Changed + +* Home manager module: + * Only install smos-notify if `programs.smos.notify.enable` is `true`. + * Only install smos-scheduler if `programs.smos.scheduler.enable` is `true`. + * Only install smos-github if `programs.smos.github.enable` is `true`. + * Only install smos-sync-client if `programs.smos.sync.enable` is `true`. + +* `smos-calendar-import`: + Allow sources to be passed in as a file so that this sensitive information + does not have to be in the config file. +* `smos-calendar-import`: Allow an empty list of sources to be configured. +* `smos-sync-client`: + Allow the password to be passed in as a file so that this sensitive + information does not have to be in the config file. +* `smos-github`: + Allow the oauth token to be passed in as a file so that this sensitive + information does not have to be in the config file. + diff --git a/smos-docs-site/content/unreleased.markdown b/smos-docs-site/content/unreleased.markdown index 8fe189992..e69de29bb 100644 --- a/smos-docs-site/content/unreleased.markdown +++ b/smos-docs-site/content/unreleased.markdown @@ -1,19 +0,0 @@ -### Changed - -* Home manager module: - * Only install smos-notify if `programs.smos.notify.enable` is `true`. - * Only install smos-scheduler if `programs.smos.scheduler.enable` is `true`. - * Only install smos-github if `programs.smos.github.enable` is `true`. - * Only install smos-sync-client if `programs.smos.sync.enable` is `true`. - -* `smos-calendar-import`: - Allow sources to be passed in as a file so that this sensitive information - does not have to be in the config file. -* `smos-calendar-import`: Allow an empty list of sources to be configured. -* `smos-sync-client`: - Allow the password to be passed in as a file so that this sensitive - information does not have to be in the config file. -* `smos-github`: - Allow the oauth token to be passed in as a file so that this sensitive - information does not have to be in the config file. - diff --git a/smos-docs-site/smos-docs-site.cabal b/smos-docs-site/smos-docs-site.cabal index 68ba56dc4..ab53ccf0d 100644 --- a/smos-docs-site/smos-docs-site.cabal +++ b/smos-docs-site/smos-docs-site.cabal @@ -49,6 +49,7 @@ extra-source-files: content/changelogs/2022-08-20.markdown content/changelogs/2022-09-26.markdown content/changelogs/2022-11-11.markdown + content/changelogs/2022-11-15.markdown content/pages/blogposts.markdown content/pages/building-installation.markdown content/pages/cheat-sheet.markdown