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

New release preparation #295

Merged
merged 15 commits into from
Sep 29, 2023
Merged

New release preparation #295

merged 15 commits into from
Sep 29, 2023

Commits on Sep 29, 2023

  1. flake.lock: Update

    Flake lock file updates:
    
    • Updated input 'flake-utils':
        'github:numtide/flake-utils/f9e7cf818399d17d347f847525c5a5a8032e4e44' (2023-08-23)
      → 'github:numtide/flake-utils/ff7b65b44d01cf9ba6a71320833626af21126384' (2023-09-12)
    • Updated input 'nixpkgs':
        'github:NixOS/nixpkgs/4f77ea639305f1de0a14d9d41eef83313360638c' (2023-09-07)
      → 'github:NixOS/nixpkgs/5cfafa12d57374f48bcc36fda3274ada276cf69e' (2023-09-27)
    K900 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    6c556f1 View commit details
    Browse the repository at this point in the history
  2. cleanup: minor treewide cleanups

    K900 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    bf652b7 View commit details
    Browse the repository at this point in the history
  3. chore(utils): explicitly specify MSRV, pin deps that break on Rust 1.69

    This is not used in dependency resolution, yet, but will be eventually.
    K900 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    605683f View commit details
    Browse the repository at this point in the history
  4. systemd: default to native

    K900 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    65ba7e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6b1129 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f0eb20 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    83fbe7e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3fd7720 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d03144f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c9f4d0b View commit details
    Browse the repository at this point in the history
  11. fix: fix basic-functionality test

    We no longer enable flakes by default
    K900 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    4467c2c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9bff9a0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5bca916 View commit details
    Browse the repository at this point in the history
  14. fix: add better indirection to syschdemd proxy

    Fixes username-change test
    K900 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    f347f6c View commit details
    Browse the repository at this point in the history
  15. fix: fix legacy (syschdemd) mode

    Quoth man mount(2)
    
    > EINVAL
    >
    > A bind operation (MS_BIND) was requested where source
    > referred a mount namespace magic link (i.e., a
    > /proc/pid/ns/mnt magic link or a bind mount to such a
    > link) and the propagation type of the parent mount of
    > target was MS_SHARED, but propagation of the requested
    > bind mount could lead to a circular dependency that might
    > prevent the mount namespace from ever being freed.
    K900 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    ff1413a View commit details
    Browse the repository at this point in the history