From 95e9439a3feeac2aa2e049881f7fd7b0619109ed Mon Sep 17 00:00:00 2001 From: Gabriel Nagy Date: Tue, 4 Apr 2023 19:50:06 +0300 Subject: [PATCH 1/2] Update changelog for the upcoming release Fixes DEENG-625 --- debian/changelog | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/debian/changelog b/debian/changelog index f18bd9d49..e3ebb70c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,34 @@ +adsys (0.11.0) lunar; urgency=medium + + [ Denison Barbosa ] + [ Gabriel Nagy ] + * List Pro policy types in service status output + * Warn when Pro-only rules are configured + * Use systemd via D-Bus instead of systemctl commands + * Add placeholder notes for entry types + * Add guideline docs to the policy managers + * Change Ubuntu Advantage to Ubuntu Pro in docs + * Add system proxy policy manager (LP: #2012371) + * Update dependencies to latest: + - github.com/charmbracelet/lipgloss + - github.com/coreos/go-systemd/v22 + - github.com/fatih/color + - github.com/golangci/golangci-lint + - github.com/golang/protobuf + - golang.org/x/net + - google.golang.org/grpc + - google.golang.org/grpc/cmd/protoc-gen-go-grpc + - google.golang.org/protobuf + * CI and quality of life changes not impacting package functionality: + - Bump github actions to latest: + - actions/setup-go + - Update Rust related auto update jobs + - Replace testutils.Setenv with t.Setenv + - Set up more tests to run in parallel + - Various test refactors and improvements + + -- Gabriel Nagy Tue, 04 Apr 2023 19:40:35 +0300 + adsys (0.10.1) lunar; urgency=medium [ Denison Barbosa ] From 04c811225d7c3145ad73041d4b480868aaafad2c Mon Sep 17 00:00:00 2001 From: Gabriel Nagy Date: Tue, 4 Apr 2023 19:56:13 +0300 Subject: [PATCH 2/2] Update copyright to match current dependencies It looks like we no longer depend on some of these crates (we get lintian warnings), so let's remove them from the copyright file. --- debian/copyright | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/debian/copyright b/debian/copyright index 2a4f955ca..f94165f58 100644 --- a/debian/copyright +++ b/debian/copyright @@ -241,25 +241,15 @@ Files: vendor_rust/bitflags/* vendor_rust/libc/* vendor_rust/heck/* vendor_rust/log/* - vendor_rust/num-integer/* - vendor_rust/num-traits/* vendor_rust/quote/* vendor_rust/time/* - vendor_rust/unicode-width/* Copyright: 2014-2020 The Rust Project Developers License: MIT -Files: vendor_rust/bumpalo/* -Copyright: 2019 Nick Fitzgerald -License: MIT - -Files: vendor_rust/cc/* - vendor_rust/js-sys/* - vendor_rust/cfg-if/* +Files: vendor_rust/cfg-if/* vendor_rust/pkg-config/* vendor_rust/proc-macro2/* vendor_rust/toml/* - vendor_rust/wasm-bindgen-*/* Copyright: 2014 Alex Crichton License: MIT @@ -267,23 +257,10 @@ Files: vendor_rust/cfg-expr/* Copyright: 2019 Embark Studios License: MIT -Files: vendor_rust/chrono/* -Copyright: 2014 -License: MIT - -Files: vendor_rust/core-foundation-sys/* -Copyright: 2012-2013 Mozilla Foundation -License: MIT - Files: vendor_rust/futures-*/* Copyright: 2017 The Tokio Authors / 2016 Alex Crichton License: MIT -Files: vendor_rust/iana-time-zone/* - vendor_rust/iana-time-zone-haiku/* -Copyright: 2020 Andrew D. Straw -License: MIT - Files: vendor_rust/pin-utils/* Copyright: 2018 The pin-utils authors License: MIT @@ -301,11 +278,6 @@ Files: vendor_rust/smallvec/* Copyright: 2018 The Servo Project Developers License: MIT -Files: vendor_rust/termcolor/* - vendor_rust/winapi-util/* -Copyright: 2015-2017 Andrew Gallant -License: MIT - Files: vendor_rust/unicode-ident/* Copyright: 1991-2022 Unicode, Inc. License: Unicode @@ -322,10 +294,6 @@ Files: vendor_rust/winapi/* Copyright: 2015-2018 The winapi-rs Developers License: MIT -Files: vendor_rust/android_system_properties/* -Copyright: 2013, 2016 Nicolas Silva -License: MIT or Apache-2.0 - License: Apache-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,