authd icon indicating copy to clipboard operation
authd copied to clipboard

Release 0.5.0

Open adombeck opened this issue 6 months ago • 1 comments

authd (0.5.0) questing; urgency=medium

  * Use SQLite instead of bbolt
  * Use lowercase usernames
  * Fix races in the PAM module.
  * Do not support device authentication mode in polkit.
  * Do not clear terminal context on sudo or other authenticated ops
  * Simplified GDM PAM protocol
  * Don't overwrite shell when updating user entry
  * Improve warning logged when home directory has incorrect owner/group
  * Support logging to the journal with priority "notice"
  * Improved integration tests and added more
  * Hide secrets in debug messages
  * More useful error messages
  * Update Go dependencies:
    - toolchain go1.23.8
    - github.com/charmbracelet/bubbletea v1.3.4
    - github.com/charmbracelet/lipgloss v1.1.0
    - github.com/mattn/go-sqlite3 v1.14.28
    - github.com/muesli/termenv v0.16.0
    - github.com/spf13/cobra v1.9.1
    - github.com/spf13/viper v1.20.1
    - go.etcd.io/bbolt v1.4.0
    - golang.org/x/sys v0.32.0
    - golang.org/x/term v0.31.0
    - google.golang.org/grpc v1.71.1
    - google.golang.org/protobuf v1.36.6
    - github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
    - github.com/charmbracelet/x/ansi v0.8.0 // indirect
    - github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
    - github.com/fsnotify/fsnotify v1.8.0 // indirect
    - github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
    - github.com/pelletier/go-toml/v2 v2.2.3 // indirect
    - github.com/sagikazarmark/locafero v0.7.0 // indirect
    - github.com/spf13/afero v1.12.0 // indirect
    - github.com/spf13/cast v1.7.1 // indirect
    - github.com/spf13/pflag v1.0.6 // indirect
    - github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
    - golang.org/x/net v0.38.0 // indirect
    - golang.org/x/sync v0.12.0 // indirect
    - golang.org/x/text v0.23.0 // indirect
    - google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
  * Update Rust dependencies:
    - cc ^1.2.10
    - ctor ^0.2.9
    - hyper-util ^0.1.10
    - libc ^0.2.169
    - libnss ^0.8.0
    - log ^0.4.25
    - prost ^0.13.4
    - rustix ^0.38.44
    - tokio ^1.43.0
    - tonic ^0.12.3
    - tonic-build 0.11.*

 --  <[email protected]>  Wed, 21 May 2025 19:48:06 +0200

adombeck avatar May 21 '25 18:05 adombeck

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.70%. Comparing base (092267e) to head (62da610). Report is 36 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #928      +/-   ##
==========================================
+ Coverage   85.64%   85.70%   +0.06%     
==========================================
  Files          82       82              
  Lines        5739     5764      +25     
  Branches      109      109              
==========================================
+ Hits         4915     4940      +25     
  Misses        769      769              
  Partials       55       55              

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov-commenter avatar May 22 '25 17:05 codecov-commenter