Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
illfelder committed Jun 11, 2018
2 parents 91659f9 + 2d32a09 commit 4f27659
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
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': [
Expand Down
2 changes: 1 addition & 1 deletion specs/google-compute-engine.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion specs/python-google-compute-engine.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f27659

Please sign in to comment.