summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Illfelder <illfelder@users.noreply.github.com>2018-05-01 17:35:09 -0700
committerZach Marano <zmarano@google.com>2018-05-01 17:35:09 -0700
commitdaca97de05ccaa446d53baa46567f15c69f0bc0c (patch)
treed975056929bc5a4df46945e6723024a3fd6c9804
parent70f0b27961055916605f159567505a47129f4679 (diff)
downloadgoogle-compute-image-packages-daca97de05ccaa446d53baa46567f15c69f0bc0c.tar.gz
Version bump the Python and OS Login packages. (#590)
-rw-r--r--debian/changelog8
-rw-r--r--google_compute_engine_oslogin/Makefile2
-rw-r--r--google_compute_engine_oslogin/packaging/debian8/changelog6
-rw-r--r--google_compute_engine_oslogin/packaging/debian8/google-compute-engine-oslogin.links2
-rw-r--r--google_compute_engine_oslogin/packaging/debian9/changelog6
-rw-r--r--google_compute_engine_oslogin/packaging/debian9/google-compute-engine-oslogin.links2
-rw-r--r--google_compute_engine_oslogin/packaging/rpmbuild/SPECS/google-compute-engine-oslogin.spec2
-rwxr-xr-xgoogle_compute_engine_oslogin/packaging/setup_deb.sh2
-rwxr-xr-xgoogle_compute_engine_oslogin/packaging/setup_rpm.sh2
-rwxr-xr-xsetup.py2
-rw-r--r--specs/google-compute-engine.spec2
-rw-r--r--specs/python-google-compute-engine.spec2
12 files changed, 29 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog
index 0c7716a..fc34eb2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+google-compute-image-packages (2.8.0-1) stable; urgency=low
+
+ * Create a new network daemon.
+ * Refactor the IP forwarding daemon and network setup.
+ * Improvements for using NSS cache in the accounts daemon.
+
+ -- Google Cloud Team <gc-team@google.com> Tue, 01 May 2018 12:00:00 -0700
+
google-compute-image-packages (2.7.7-1) stable; urgency=low
* Add support for NSS cache in OS Login.
diff --git a/google_compute_engine_oslogin/Makefile b/google_compute_engine_oslogin/Makefile
index c827ad0..00aacde 100644
--- a/google_compute_engine_oslogin/Makefile
+++ b/google_compute_engine_oslogin/Makefile
@@ -3,7 +3,7 @@ SHELL = /bin/sh
BASENAME = oslogin
NAME = google-compute-engine-$(BASENAME)
MAJOR = 1
-MINOR = 2
+MINOR = 3
REVISION = 0
LIBNSS_OSLOGIN_CACHE = libnss_$(BASENAME)_cache
diff --git a/google_compute_engine_oslogin/packaging/debian8/changelog b/google_compute_engine_oslogin/packaging/debian8/changelog
index 191e995..a2044c0 100644
--- a/google_compute_engine_oslogin/packaging/debian8/changelog
+++ b/google_compute_engine_oslogin/packaging/debian8/changelog
@@ -1,3 +1,9 @@
+google-compute-engine-oslogin (1.3.0-1+deb8) unstable; urgency=low
+
+ * Include libnss cache as part of the OS Login package.
+
+ -- Google Cloud Team <gc-team@google.com> Tue, 01 May 2018 12:00:00 -0700
+
google-compute-engine-oslogin (1.2.0-1+deb8) unstable; urgency=low
* Add support for NSS cache.
diff --git a/google_compute_engine_oslogin/packaging/debian8/google-compute-engine-oslogin.links b/google_compute_engine_oslogin/packaging/debian8/google-compute-engine-oslogin.links
index 1651a7c..9cd9c44 100644
--- a/google_compute_engine_oslogin/packaging/debian8/google-compute-engine-oslogin.links
+++ b/google_compute_engine_oslogin/packaging/debian8/google-compute-engine-oslogin.links
@@ -1 +1 @@
-/lib/libnss_google-compute-engine-oslogin-1.2.0.so /lib/libnss_oslogin.so.2 /lib/libnss_oslogin_cache.so.2
+/lib/libnss_google-compute-engine-oslogin-1.3.0.so /lib/libnss_oslogin.so.2 /lib/libnss_oslogin_cache.so.2
diff --git a/google_compute_engine_oslogin/packaging/debian9/changelog b/google_compute_engine_oslogin/packaging/debian9/changelog
index 9917f03..cb30765 100644
--- a/google_compute_engine_oslogin/packaging/debian9/changelog
+++ b/google_compute_engine_oslogin/packaging/debian9/changelog
@@ -1,3 +1,9 @@
+google-compute-engine-oslogin (1.3.0-1+deb9) unstable; urgency=low
+
+ * Include libnss cache as part of the OS Login package.
+
+ -- Google Cloud Team <gc-team@google.com> Tue, 01 May 2018 12:00:00 -0700
+
google-compute-engine-oslogin (1.2.0-1+deb9) unstable; urgency=low
* Add support for NSS cache.
diff --git a/google_compute_engine_oslogin/packaging/debian9/google-compute-engine-oslogin.links b/google_compute_engine_oslogin/packaging/debian9/google-compute-engine-oslogin.links
index 1651a7c..9cd9c44 100644
--- a/google_compute_engine_oslogin/packaging/debian9/google-compute-engine-oslogin.links
+++ b/google_compute_engine_oslogin/packaging/debian9/google-compute-engine-oslogin.links
@@ -1 +1 @@
-/lib/libnss_google-compute-engine-oslogin-1.2.0.so /lib/libnss_oslogin.so.2 /lib/libnss_oslogin_cache.so.2
+/lib/libnss_google-compute-engine-oslogin-1.3.0.so /lib/libnss_oslogin.so.2 /lib/libnss_oslogin_cache.so.2
diff --git a/google_compute_engine_oslogin/packaging/rpmbuild/SPECS/google-compute-engine-oslogin.spec b/google_compute_engine_oslogin/packaging/rpmbuild/SPECS/google-compute-engine-oslogin.spec
index c86ca0a..939b8ab 100644
--- a/google_compute_engine_oslogin/packaging/rpmbuild/SPECS/google-compute-engine-oslogin.spec
+++ b/google_compute_engine_oslogin/packaging/rpmbuild/SPECS/google-compute-engine-oslogin.spec
@@ -13,7 +13,7 @@
# limitations under the License.
Name: google-compute-engine-oslogin
-Version: 1.2.0
+Version: 1.3.0
Release: 1%{?dist}
Summary: OS Login Functionality for Google Compute Engine
diff --git a/google_compute_engine_oslogin/packaging/setup_deb.sh b/google_compute_engine_oslogin/packaging/setup_deb.sh
index ae8d657..6cdd8d1 100755
--- a/google_compute_engine_oslogin/packaging/setup_deb.sh
+++ b/google_compute_engine_oslogin/packaging/setup_deb.sh
@@ -20,7 +20,7 @@
# Run from the top of the source directory.
NAME="google-compute-engine-oslogin"
-VERSION="1.2.0"
+VERSION="1.3.0"
working_dir=${PWD}
diff --git a/google_compute_engine_oslogin/packaging/setup_rpm.sh b/google_compute_engine_oslogin/packaging/setup_rpm.sh
index d3c2ac8..b50c3fc 100755
--- a/google_compute_engine_oslogin/packaging/setup_rpm.sh
+++ b/google_compute_engine_oslogin/packaging/setup_rpm.sh
@@ -20,7 +20,7 @@
# Run from the top of the source directory.
NAME="google-compute-engine-oslogin"
-VERSION="1.2.0"
+VERSION="1.3.0"
working_dir=${PWD}
rpm_working_dir=/tmp/rpmpackage/${NAME}-${VERSION}
diff --git a/setup.py b/setup.py
index b7a498f..0cc64ce 100755
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ setuptools.setup(
packages=setuptools.find_packages(),
scripts=glob.glob('scripts/*'),
url='https://github.com/GoogleCloudPlatform/compute-image-packages',
- version='2.7.7',
+ version='2.8.0',
# 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 fe7e823..69ff9be 100644
--- a/specs/google-compute-engine.spec
+++ b/specs/google-compute-engine.spec
@@ -18,7 +18,7 @@
%endif
Name: google-compute-engine
-Version: 2.7.7
+Version: 2.8.0
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 2ec0153..ff95c0f 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.7.7
+Version: 2.8.0
Release: 1%{?dist}
Summary: Google Compute Engine python library
License: ASL 2.0