From 4aaecd6f4f39a2901a161bba1f873d09260df107 Mon Sep 17 00:00:00 2001 From: denisonbarbosa Date: Fri, 6 Dec 2024 08:31:24 -0400 Subject: [PATCH] Update changelog for the 0.16.0 release --- debian/changelog | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/debian/changelog b/debian/changelog index a1fb4a7e9..5db746fdc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,35 @@ +adsys (0.16.0) plucky; urgency=medium + + * Bump minimum Go version to 1.22 + * Run certificates auto enroll script with debug enabled based on daemon + verbosity + * Add support for Polkit >= 124 + * Refresh policy definition files to support latest Ubuntu releases + * CI and quality of life changes not impacting package functionality: + - Enable CI to run on pull requests from adsys forks + - Update links to new server documentation + * Bump dependencies to latest: + - github.com/charmbracelet/bubbles + - github.com/charmbracelet/bubbletea + - github.com/charmbracelet/lipgloss + - github.com/fatih/color + - github.com/leonelquinteros/gotext + - github.com/pkg/sftp + - github.com/stretchr/testify + - golang.org/x/net + - golang.org/x/sys + - golang.org/x/text + - golang.org/x/crypto + - google.golang.org/grpc + - google.golang.org/protobuf + - github.com/golang/protobuf + - github.com/golangci/golangci-lint + - codecov/codecov-action + - jidicula/clang-format-action + - peter-evans/create-pull-request + + -- Denison Barbosa Fri, 06 Dec 2024 08:18:44 -0400 + adsys (0.15.2) oracular; urgency=medium [ Davi Henrique ]