[ubuntu/mantic-proposed] adsys 0.14.1~23.10.1 (Accepted)

Gabriel Nagy gabriel.nagy at canonical.com
Thu Jul 4 18:35:37 UTC 2024


adsys (0.14.1~23.10.1) mantic; urgency=medium

  * Fix Go path in autopkgtests

adsys (0.14.1~23.10) mantic; urgency=medium

  * Backport to Mantic (LP: #2059756)

adsys (0.14.1build1) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

adsys (0.14.1) noble; urgency=medium

  * Pin Go toolchain to 1.22.1 to fix the following security vulnerabilities:
    - GO-2024-2598
    - GO-2024-2599
  * Update apport hook to include journal errors and package logs
  * CI and quality of life changes not impacting package functionality:
    - Enable end-to-end tests in GitHub Actions
    - Remove stale AD resources on test finish
    - Add developer documentation for running end-to-end tests
    - Collect and upload end-to-end test logs on failure
    - Report test coverage in Cobertura XML format
    - Silence gosec warnings using nolint and remove deprecated ifshort linter
    - Use an environment variable to update golden files
    - Bump github actions to latest:
      - azure/login
      - softprops/action-gh-release
  * Update dependencies to latest:
    - github.com/charmbracelet/lipgloss
    - github.com/golangci/golangci-lint
    - github.com/golang/protobuf
    - github.com/stretchr/testify
    - golang.org/x/crypto
    - golang.org/x/net
    - google.golang.org/grpc
    - google.golang.org/protobuf

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

adsys (0.13.3) noble; urgency=medium

  * Fix cert auto-enroll without NDES (LP: #2051363)
  * Refresh policy definition files (remove Lunar support)
  * CI and quality of life changes not impacting package functionality:
    - Bump github actions to latest:
      - actions/download-artifact
      - actions/setup-go
      - actions/upload-artifact
  * Update dependencies to latest:
    - github.com/charmbracelet/bubbles
    - github.com/charmbracelet/bubbletea
    - github.com/google/uuid
    - github.com/spf13/viper
    - golang.org/x/crypto
    - golang.org/x/net
    - golang.org/x/sync
    - golang.org/x/sys
    - google.golang.org/grpc
    - google.golang.org/protobuf

adsys (0.13.2) noble; urgency=medium

  [ Denison Barbosa ]
  [ Didier Roche ]
  [ Gabriel Nagy ]
  [ Jean-Baptiste Lallement ]
  * Ensure GPO URLs contain the FQDN of the domain controller (LP: #2024377)
  * Add runtime dependency on nfs-common (LP: #2044112)
  * Documentation changes:
    - Switch to Read the Docs for project documentation
    - Generate documentation from policy definitions
    - Fix installation path of adwatchd
  * CI and quality of life changes not impacting package functionality:
    - Bump go version to 1.21.4
    - Fix docker stop behavior on integration tests
    - Add e2e tests provisioning workflow
    - Reduce the amount of workflows to be run
    - Remove scopes from dependabot config
  * Update dependencies to latest:
    - github.com/charmbracelet/lipgloss
    - github.com/fatih/color
    - github.com/fsnotify/fsnotify
    - github.com/golangci/golangci-lint
    - github.com/google/uuid
    - github.com/maruel/natural
    - github.com/pkg/sftp
    - github.com/spf13/cobra
    - github.com/spf13/viper
    - golang.org/x/crypto
    - golang.org/x/net
    - golang.org/x/sync
    - golang.org/x/sys
    - golang.org/x/text
    - google.golang.org/grpc

Date: Thu, 06 Jun 2024 11:45:02 +0300
Changed-By: Gabriel Nagy <gabriel.nagy at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Didier Roche-Tolomelli <didrocks at ubuntu.com>
https://launchpad.net/ubuntu/+source/adsys/0.14.1~23.10.1
-------------- next part --------------
Format: 1.8
Date: Thu, 06 Jun 2024 11:45:02 +0300
Source: adsys
Built-For-Profiles: noudeb
Architecture: source
Version: 0.14.1~23.10.1
Distribution: mantic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Gabriel Nagy <gabriel.nagy at canonical.com>
Launchpad-Bugs-Fixed: 2024377 2044112 2049061 2051363 2054445 2059756
Changes:
 adsys (0.14.1~23.10.1) mantic; urgency=medium
 .
   * Fix Go path in autopkgtests
 .
 adsys (0.14.1~23.10) mantic; urgency=medium
 .
   * Backport to Mantic (LP: #2059756)
 .
 adsys (0.14.1build1) noble; urgency=medium
 .
   * No-change rebuild for CVE-2024-3094
 .
 adsys (0.14.1) noble; urgency=medium
 .
   * Pin Go toolchain to 1.22.1 to fix the following security vulnerabilities:
     - GO-2024-2598
     - GO-2024-2599
   * Update apport hook to include journal errors and package logs
   * CI and quality of life changes not impacting package functionality:
     - Enable end-to-end tests in GitHub Actions
     - Remove stale AD resources on test finish
     - Add developer documentation for running end-to-end tests
     - Collect and upload end-to-end test logs on failure
     - Report test coverage in Cobertura XML format
     - Silence gosec warnings using nolint and remove deprecated ifshort linter
     - Use an environment variable to update golden files
     - Bump github actions to latest:
       - azure/login
       - softprops/action-gh-release
   * Update dependencies to latest:
     - github.com/charmbracelet/lipgloss
     - github.com/golangci/golangci-lint
     - github.com/golang/protobuf
     - github.com/stretchr/testify
     - golang.org/x/crypto
     - golang.org/x/net
     - google.golang.org/grpc
     - google.golang.org/protobuf
 .
 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
 .
 adsys (0.13.3) noble; urgency=medium
 .
   * Fix cert auto-enroll without NDES (LP: #2051363)
   * Refresh policy definition files (remove Lunar support)
   * CI and quality of life changes not impacting package functionality:
     - Bump github actions to latest:
       - actions/download-artifact
       - actions/setup-go
       - actions/upload-artifact
   * Update dependencies to latest:
     - github.com/charmbracelet/bubbles
     - github.com/charmbracelet/bubbletea
     - github.com/google/uuid
     - github.com/spf13/viper
     - golang.org/x/crypto
     - golang.org/x/net
     - golang.org/x/sync
     - golang.org/x/sys
     - google.golang.org/grpc
     - google.golang.org/protobuf
 .
 adsys (0.13.2) noble; urgency=medium
 .
   [ Denison Barbosa ]
   [ Didier Roche ]
   [ Gabriel Nagy ]
   [ Jean-Baptiste Lallement ]
   * Ensure GPO URLs contain the FQDN of the domain controller (LP: #2024377)
   * Add runtime dependency on nfs-common (LP: #2044112)
   * Documentation changes:
     - Switch to Read the Docs for project documentation
     - Generate documentation from policy definitions
     - Fix installation path of adwatchd
   * CI and quality of life changes not impacting package functionality:
     - Bump go version to 1.21.4
     - Fix docker stop behavior on integration tests
     - Add e2e tests provisioning workflow
     - Reduce the amount of workflows to be run
     - Remove scopes from dependabot config
   * Update dependencies to latest:
     - github.com/charmbracelet/lipgloss
     - github.com/fatih/color
     - github.com/fsnotify/fsnotify
     - github.com/golangci/golangci-lint
     - github.com/google/uuid
     - github.com/maruel/natural
     - github.com/pkg/sftp
     - github.com/spf13/cobra
     - github.com/spf13/viper
     - golang.org/x/crypto
     - golang.org/x/net
     - golang.org/x/sync
     - golang.org/x/sys
     - golang.org/x/text
     - google.golang.org/grpc
Checksums-Sha1:
 f4b92a4ae312b1610012a3ba79c71f5de4274360 1506 adsys_0.14.1~23.10.1.dsc
 a67a882351727f8131348025f9fe8dc7a4c93fc3 7077088 adsys_0.14.1~23.10.1.tar.xz
 ae88a2082bbcc3e2a05746c99396273c40da13e8 17213 adsys_0.14.1~23.10.1_source.buildinfo
Checksums-Sha256:
 00ac1944b7ed6518b8dca84cc736af34ae7ae215c66e98deb8d157ff6974478e 1506 adsys_0.14.1~23.10.1.dsc
 58f90d233180d1042d657a0a74a31e4836e5a3b65be3954ddcaf8b2c04c95469 7077088 adsys_0.14.1~23.10.1.tar.xz
 081bc6293bed01d8af2b3ced9985a03ea96a538fa584adc72b0fd40feff695a3 17213 adsys_0.14.1~23.10.1_source.buildinfo
Files:
 d5922ce8af86476379ca4984b1a19f85 1506 admin optional adsys_0.14.1~23.10.1.dsc
 7da129391c30f6e8914cd71117bc15f7 7077088 admin optional adsys_0.14.1~23.10.1.tar.xz
 b2e00a4746c790d351de155052ed02f7 17213 admin optional adsys_0.14.1~23.10.1_source.buildinfo


More information about the mantic-changes mailing list