-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maint: prepare changelog for 0.14.0 release (#924)
Fixes UDENG-2350 PPA build [passed](https://launchpad.net/~gabuscus/+archive/ubuntu/ppa/+sourcepub/15820801/+listing-archive-extra) (riscv64 still in progress). I've replaced the go dependencies to satisfy the PPA build, as golang-defaults 2:1.22 is still in proposed. As golang-1.22 is now in main I expect the defaults package to be migrated soon.
- Loading branch information
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,32 @@ | ||
adsys (0.14.0) noble; urgency=medium | ||
|
||
* Infer user KRB5CCNAME path via the libkrb5 API (LP: #2049061) | ||
- This functionality is opt-in and activated if the detect_cached_ticket | ||
setting is set to true | ||
- If the AD backend (e.g. sssd) doesn't export the KRB5CCNAME variable, adsys | ||
will now determine the path to the default ticket cache and use it during | ||
authentication (when adsys is executed through the PAM module) and runs of | ||
adsysctl update for the current user. | ||
* Allow sssd backend to work without ad_domain being set (LP: #2054445) | ||
* Upgrade to Go 1.22 | ||
* CI and quality of life changes not impacting package functionality: | ||
- Pass token explicitly to Codecov action | ||
- Fix require outside of main goroutine | ||
- Mark function arguments as unused where applicable | ||
Thanks to Edu Gómez Escandell | ||
- End to end test VM template creation updates | ||
- Bump github actions to latest: | ||
- codecov/codecov-action | ||
- peter-evans/create-pull-request | ||
* Update dependencies to latest: | ||
- github.com/charmbracelet/bubbles | ||
- github.com/golangci/golangci-lint | ||
- golang.org/x/crypto | ||
- golang.org/x/net | ||
- google.golang.org/grpc | ||
|
||
-- Gabriel Nagy <[email protected]> Tue, 27 Feb 2024 11:58:57 +0200 | ||
|
||
adsys (0.13.3) noble; urgency=medium | ||
|
||
* Fix cert auto-enroll without NDES (LP: #2051363) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters