Skip to content

Add changelog entry for 0.6.0~pre1#1338

Closed
adombeck wants to merge 7 commits intomainfrom
release-0.6.0-pre1
Closed

Add changelog entry for 0.6.0~pre1#1338
adombeck wants to merge 7 commits intomainfrom
release-0.6.0-pre1

Conversation

@adombeck
Copy link
Contributor

  * Change default UID/GID range to 10000:60000.
  * Add authctl, a command-line tool to manage authd users and groups.
  * Deny login if session is offline and user or device is disabled.
  * Allow setting the same local password when redoing device authentication.
  * Make errors when checking home dir owner during startup non-fatal.
  * Fix authentication behaviour when refresh token is missing.
  * Fix GDM broken when authd is uninstalled.
  * Avoid races when getting user and group entries.
  * Use lckpwdf to lock the database when manipulating users or groups.
  * Improve error messages.
  * debian/control: Install missing build dependency systemd-dev.
  * debian/postrm: Remove /etc/pam.d/gdm-authd.

Some tests are very flaky when run on launchpad builders. This is not
only causing issues for us when we try to publish a new release but can
also cause issues for maintainers of packages which authd depends on,
because authd's autopkgtests are also run when a new version of its
dependencies is released.

Let's skip known flaky tests in autopkgtests.
@codecov
Copy link

codecov bot commented Mar 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.97%. Comparing base (b56e939) to head (d306f1e).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1338      +/-   ##
==========================================
+ Coverage   85.54%   85.97%   +0.43%     
==========================================
  Files         119       99      -20     
  Lines        7674     6690     -984     
  Branches      111      111              
==========================================
- Hits         6565     5752     -813     
+ Misses       1053      882     -171     
  Partials       56       56              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@adombeck adombeck force-pushed the release-0.6.0-pre1 branch 2 times, most recently from f394d55 to 1c43bd6 Compare March 17, 2026 19:40
@adombeck adombeck force-pushed the release-0.6.0-pre1 branch from 1c43bd6 to d306f1e Compare March 17, 2026 19:57
dependabot bot and others added 2 commits March 19, 2026 13:05
Bumps the minor-updates group with 4 updates in the / directory: [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3), [golang.org/x/sys](https://github.com/golang/sys), [golang.org/x/term](https://github.com/golang/term) and [google.golang.org/grpc](https://github.com/grpc/grpc-go).


Updates `github.com/mattn/go-sqlite3` from 1.14.33 to 1.14.34
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](mattn/go-sqlite3@v1.14.33...v1.14.34)

Updates `golang.org/x/sys` from 0.40.0 to 0.41.0
- [Commits](golang/sys@v0.40.0...v0.41.0)

Updates `golang.org/x/term` from 0.39.0 to 0.40.0
- [Commits](golang/term@v0.39.0...v0.40.0)

Updates `google.golang.org/grpc` from 1.78.0 to 1.79.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.78.0...v1.79.1)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
  dependency-version: 1.14.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: golang.org/x/sys
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: golang.org/x/term
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: google.golang.org/grpc
  dependency-version: 1.79.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@adombeck
Copy link
Contributor Author

Closing in favor of #1350

@adombeck adombeck closed this Mar 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant