summaryrefslogtreecommitdiff
path: root/google-guest-agent.install
AgeCommit message (Collapse)Author
2026-01-20all: disable gce-workload-cert-refresh.timerShulhan
This feature only available when the VM created with metadata enable-workload-certificate set to true [1], which is most likely is not enabled. This feature also still in beta. [1] https://docs.cloud.google.com/compute/docs/access/authenticate-workloads-over-mtls#access_credentials
2025-12-27all: update to release 20251223.00 and some refactoringShulhan
Changes, * Use [SPDX licenses] headers and name. In SPDX, the license name is "Apache-2.0" not "Apache. There are inconsistent copyright text "Google Inc." and "Google LLC", in some files, so we choose "Google LLC" instead. * Build without CGO (CGO_ENABLED=0). This require removal of "-ldflags=-linkmode=external" option in GOFLAGS. * Use explicit install command instead of "*". * Install and enable the new gce-workload-cert-refresh binary and systemd timer. * Remove unneeded systemd preset from package. * Add Makefile for common tasks [SPDX licenses]: https://rfc.archlinux.page/0016-spdx-license-identifiers/
2020-08-24Initial commit.Lorenzo Castelli