diff options
author | Max Illfelder <illfelder@users.noreply.github.com> | 2018-06-11 10:15:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-11 10:15:57 -0700 |
commit | 2d32a09836725f9040208405590ecbe8a9b8e644 (patch) | |
tree | 1d21eb1ee53559c27a714c4a1ea87dbac7bd5fd1 | |
parent | 1e9a7564e79d77cb0ef872e274bcca147bc447e7 (diff) | |
download | google-compute-image-packages-2d32a09836725f9040208405590ecbe8a9b8e644.tar.gz |
Version bump the Python package to 2.8.3. (#623)
-rw-r--r-- | debian/changelog | 8 | ||||
-rwxr-xr-x | setup.py | 2 | ||||
-rw-r--r-- | specs/google-compute-engine.spec | 2 | ||||
-rw-r--r-- | specs/python-google-compute-engine.spec | 2 |
4 files changed, 11 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index e98ed88..4b41bbf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +google-compute-image-packages (2.8.3-1) stable; urgency=low + + * Prevent IP forwarding daemon log spam. + * Make default shell configurable when executing metadata scripts. + * Rename distro directory to distro_lib. + + -- Google Cloud Team <gc-team@google.com> Mon, 11 June 2018 12:00:00 -0700 + google-compute-image-packages (2.8.2-1) stable; urgency=low * Prevent delay in configuring IP forwarding routes. @@ -36,7 +36,7 @@ setuptools.setup( packages=setuptools.find_packages(), scripts=glob.glob('scripts/*'), url='https://github.com/GoogleCloudPlatform/compute-image-packages', - version='2.8.2', + version='2.8.3', # Entry points create scripts in /usr/bin that call a function. entry_points={ 'console_scripts': [ diff --git a/specs/google-compute-engine.spec b/specs/google-compute-engine.spec index f25ebbe..026c3a2 100644 --- a/specs/google-compute-engine.spec +++ b/specs/google-compute-engine.spec @@ -18,7 +18,7 @@ %endif Name: google-compute-engine -Version: 2.8.2 +Version: 2.8.3 Release: 1%{?dist} Summary: Google Compute Engine guest environment. License: ASL 2.0 diff --git a/specs/python-google-compute-engine.spec b/specs/python-google-compute-engine.spec index d8cf064..6858c6e 100644 --- a/specs/python-google-compute-engine.spec +++ b/specs/python-google-compute-engine.spec @@ -18,7 +18,7 @@ %endif Name: python-google-compute-engine -Version: 2.8.2 +Version: 2.8.3 Release: 1%{?dist} Summary: Google Compute Engine python library License: ASL 2.0 |