summaryrefslogtreecommitdiff
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in new repo link (#895)Nathan Guenther2020-07-201-1/+1
|
* move disk expand (#893)Liam Hopkins2020-05-0521-763/+3
|
* Update README for python-gceLiam Hopkins2020-04-291-2/+2
|
* move GCE to guest-configs, deprecate python (#887)Liam Hopkins2020-04-2926-1880/+4
|
* use flock in EL disk expand (#892)Liam Hopkins2020-04-282-36/+36
|
* Interim fix fo EL7 GPT header move race condition with systemd-fsck. (#891)developmentZach Marano2020-04-285-17/+36
|
* Fix disk expand for EL7 race conditions. (#888)Zach Marano2020-04-201-0/+3
|
* fix bugs in disk-expand (#879)Liam Hopkins2020-03-257-35/+50
|
* Set smp affinity from affinity hint for gvnic queues (#882)Adi Suresh2020-01-231-3/+22
|
* Configs for new guest agent (#858)Liam Hopkins2020-01-2134-855/+56
| | | | * Remove relevant files and configs for legacy python daemons * Add dependency on guest-agent package
* Version bump to 20191210. (#880)Zach Marano2019-12-104-3/+10
|
* Roll forward a fix for #862. (#876)Max Illfelder2019-12-054-21/+23
| | | | | Support retry limits in metadata retrieval without changing guest behaviors.
* version bump for revert (#877)Liam Hopkins2019-11-203-2/+8
|
* Disable overcommit accounting on E2 VMs (again) (#874)Liam Hopkins2019-11-202-2/+57
|
* Revert #864, #868 (#875)Liam Hopkins2019-11-204-18/+20
|
* Roll versions forward for #871 (#872)Zach Marano2019-11-153-3/+9
|
* Revert "Disable overcommit accounting on E2 VMs (#865)" (#871)Zach Marano2019-11-152-16/+7
| | | This reverts commit 880daf9de49873d37aa6723dff4bba81542d1ecd.
* Fix typo and package build. (#867)Zach Marano2019-11-131-1/+1
|
* add a missed change for retries (#868)Liam Hopkins2019-11-132-3/+3
|
* Version:20191112.0 (#866)Liam Hopkins2019-11-127-8/+22
|
* Wait on tentative v6 link-local addrs before DHCP (#861)Liam Hopkins2019-11-121-0/+18
|
* Disable overcommit accounting on E2 VMs (#865)Liam Hopkins2019-11-122-7/+16
| | | * Disable overcommit accounting on E2 VMs
* Added retry loop to _HandleMetadataUpdate (#864)BongoEADGC62019-11-122-17/+15
|
* Bump versions. (#851)Zach Marano2019-09-167-5/+17
|
* Fix EL6 spec to not call systemctl and put that logic back in the EL7+ spec ↵Zach Marano2019-09-162-5/+5
| | | | (#848)
* rollback VM rename feature (#850)Liam Hopkins2019-09-162-29/+13
|
* google-startup-scripts run before apt-daily on systemd systems (#841)Liam Hopkins2019-09-101-0/+1
|
* Add missing DisableIpv6 function for SLES 12 and default case. (#846)Zach Marano2019-09-102-0/+18
|
* remove deb10 builds (#843)Liam Hopkins2019-09-051-1/+1
| | | | | | * bump versions to 20190905 * missed version bump
* bump versions to 20190905 (#842)Liam Hopkins2019-09-056-4/+18
|
* Use non-numeric project ID in generated boto.cfg for GSUtil (#828)Matt Houglum2019-08-092-8/+9
| | | | | | | | | | | * Generated boto cfg now uses project ID, not number ...for the "default_project_id" attribute under the [GSUtil] section of the config file at /etc/boto.cfg. Fixes #827. * Fix indentation/line-wrap style.
* Detect hostname changes (#835)Liam Hopkins2019-08-0918-353/+93
| | | | * Restart primary networking to detect new hostname.
* Move to new repo (#833)Liam Hopkins2019-08-0733-4375/+2
| | | Move the OS Login components to new repo guest-oslogin, leaving a README.
* Fix python setup.py version to be complaint with legacy builds. (#832)Zach Marano2019-08-071-1/+1
| | | Fixes #831
* Add msg to consult gsutil team before changing cfg (#826)Matt Houglum2019-08-012-0/+8
| | | | | | | | | | | | | * Add msg to consult gsutil team before changing cfg This should help prevent issues like #820. Fixes #820. (Note that #823 added the fix; this simply closes out an additional action-item resulting from that issue.) * Add another msg where we decide to write the cfg
* Bump versions. (#825)Zach Marano2019-08-0111-8/+28
|
* Re-enable boto config and don't write plugin line. (#823)Zach Marano2019-08-014-10/+1
|
* Update script retrieval for Python 2 and 3. (#822)Max Illfelder2019-07-312-4/+4
| | | | Non-breaking spaces cause utf-8 encoding to fail during file writes. Writing as bytes should be 2/3 compatible.
* Correct JSON refcount decrementing (#821)Liam Hopkins2019-07-311-7/+2
|
* Prepare for release. Bump versions. (#816)Zach Marano2019-07-2911-8/+27
|
* Remove unused binary search logic (#812)Liam Hopkins2019-07-221-194/+10
|
* Switch to the v1 Guest Attributes URL. (#810)Rick Wright2019-07-222-2/+2
|
* Fixbuild (#809)Liam Hopkins2019-07-164-9/+12
|
* Support for Google Private Access over IPv6 (#790)creatiwit2019-07-1214-51/+383
| | | | | | * Enable IPv6 on interfaces based on metadata key. * Support for FreeBSD and SLES images is still needed. * Support for multi-NIC is still needed. * NOTE: `-6` argument to dhclient silently changes pid-file to `/run/dhclient6.pid`
* Specify cpp version in Makefile (#808)Liam Hopkins2019-07-121-5/+6
|
* Fix syslog output for metadata scripts for systemd. (#807)Zach Marano2019-07-113-3/+3
|
* Update README's. (#804)Zach Marano2019-07-091-50/+8
|
* Groups (#784)Liam Hopkins2019-07-094-134/+569
| | | | * Initial support for OS Login groups. * getgrnam/getgrgid lookups
* Fix gce_disk_expand for Debian. (#803)Zach Marano2019-07-084-22/+26
|
* New package versioning (#794)Zach Marano2019-07-0821-19/+55
|