google-guest-agent (20211116.00-7)
[PTS] [DDPO]
COMMITS: VCS has seen 6 commits since the debian/20211116.00-6 tag
- Git: https://salsa.debian.org/cloud-team/google-guest-agent.git
-
- Branch: debian/sid
- Path: debian/changelog
- Repo size: 352256
- Browser: https://salsa.debian.org/cloud-team/google-guest-agent
- Last scan: 2025-07-09 10:01:06+00
- Next scan: 2025-07-17 01:44:00+00
- CI pipeline status: failed
- Debian changelog in Git:
google-guest-agent (20211116.00-7) unstable; urgency=medium
* tests: remove wsfc_test.go
* packaging: adjust dependencies (Closes: #1070319)
* Enable the gitlab CI pipeline
-- Leandro (Leo) Dorileo <dorileo@google.com> Thu, 17 Apr 2025 18:51:47 +0000
- This branch is 6 commits ahead of tag debian/20211116.00-6
- Git log:
commit e2b8bb5afab2de119175aa05b22446fd52907315
Author: Leandro (Leo) Dorileo <dorileo@google.com>
Date: Thu Apr 17 18:53:18 2025 +0000
Release 20211116.00-7
commit 0295cb7b93f6ac41f030ebda8b159fb7975db5a8
Author: Leandro (Leo) Dorileo <dorileo@google.com>
Date: Thu Apr 17 18:49:59 2025 +0000
Enable the gitlab CI pipeline
Moving CI descriptor from old standard path to salsa-ci.yaml so
it can start running again.
commit 742c30cb72f3a5d37be3a195a1fd11db6c76bc50
Author: Leandro (Leo) Dorileo <dorileo@google.com>
Date: Mon Apr 21 21:35:52 2025 +0000
packaging: add self to uploaders field in control
Make linter happier (no-nmu-in-changelog) and making the packaging
compliant by adding myself to the Uploaders field in control file.
commit b2f6f54303a44c05f9718c4ff77cfea861e86c80
Author: Leandro (Leo) Dorileo <dorileo@google.com>
Date: Mon Apr 21 21:34:54 2025 +0000
packaging: install artifacts in usr/lib rather than lib/
This change also makes linter happier and compliant with aliased-location.
commit 151a663a630b7ead427cb44f07f8ae304d377867
Author: Leandro (Leo) Dorileo <dorileo@google.com>
Date: Thu Apr 10 21:15:07 2025 +0000
packaging: adjust dependencies
This change removes the unrequired golang-google-cloud-dev dependecy.
It also removes golang-goprotobuf-dev as it's being provided by
golang-google-protobuf-dev and golang-github-golang-protobuf-1-5-dev.
commit 1b276a2c08e81f88cc2e33f9979356f6910e16e2
Author: Leandro (Leo) Dorileo <dorileo@google.com>
Date: Thu Apr 10 21:13:53 2025 +0000
tests: remove wsfc_test.go
This test has long been broken and never really captured the wsfc
requirements. Google has implemented integration tests (living
outside the Google Guest Agent's code base) having better coverage
to the actual requirements of wsfc.
In later revisions this test has already been removed entirely.