summaryrefslogtreecommitdiff
path: root/packages/google-compute-engine
diff options
context:
space:
mode:
authorZach Marano <zmarano@google.com>2019-05-22 13:38:52 -0700
committerGitHub <noreply@github.com>2019-05-22 13:38:52 -0700
commit6f53f95706fcf83d4825a8bc2c5835ee1cdd8a59 (patch)
tree6d2fb3f4b46867a65ce7778453377280553ea2fe /packages/google-compute-engine
parent3ebac08bdcd7368258417ed0601b6f5c12a26ebd (diff)
downloadgoogle-compute-image-packages-6f53f95706fcf83d4825a8bc2c5835ee1cdd8a59.tar.gz
Bump version to 2.8.16 and 1.5.3 for OS Login. (#779)
Diffstat (limited to 'packages/google-compute-engine')
-rw-r--r--packages/google-compute-engine/packaging/debian/changelog6
-rwxr-xr-xpackages/google-compute-engine/packaging/setup_deb.sh2
-rwxr-xr-xpackages/google-compute-engine/packaging/setup_rpm.sh2
3 files changed, 8 insertions, 2 deletions
diff --git a/packages/google-compute-engine/packaging/debian/changelog b/packages/google-compute-engine/packaging/debian/changelog
index 862f51e..42a62e1 100644
--- a/packages/google-compute-engine/packaging/debian/changelog
+++ b/packages/google-compute-engine/packaging/debian/changelog
@@ -1,3 +1,9 @@
+google-compute-engine (2.8.16-1) stable; urgency=low
+
+ * Fix instance setup in Python 3 environments.
+
+ -- Google Cloud Team <gc-team@google.com> Tue, 22 May 2019 12:00:00 -0700
+
google-compute-engine (2.8.15-1) stable; urgency=low
* Fix XPS settings with more than 64 vCPUs.
diff --git a/packages/google-compute-engine/packaging/setup_deb.sh b/packages/google-compute-engine/packaging/setup_deb.sh
index 7ad1b02..b03d297 100755
--- a/packages/google-compute-engine/packaging/setup_deb.sh
+++ b/packages/google-compute-engine/packaging/setup_deb.sh
@@ -14,7 +14,7 @@
# limitations under the License.
NAME="google-compute-engine"
-VERSION="2.8.15"
+VERSION="2.8.16"
working_dir=${PWD}
if [[ $(basename "$working_dir") != $NAME ]]; then
diff --git a/packages/google-compute-engine/packaging/setup_rpm.sh b/packages/google-compute-engine/packaging/setup_rpm.sh
index 8f5dfa9..8d26b4e 100755
--- a/packages/google-compute-engine/packaging/setup_rpm.sh
+++ b/packages/google-compute-engine/packaging/setup_rpm.sh
@@ -14,7 +14,7 @@
# limitations under the License.
NAME="google-compute-engine"
-VERSION="2.8.15"
+VERSION="2.8.16"
rpm_working_dir=/tmp/rpmpackage/${NAME}-${VERSION}
working_dir=${PWD}