summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiam Hopkins <liamh@google.com>2019-09-05 12:48:26 -0700
committerGitHub <noreply@github.com>2019-09-05 12:48:26 -0700
commit9510f08f6eb828aad0fe16a3ee89ad78a86b4ed8 (patch)
treee5d2b59706654fdddec1e258418098b399c6cb4b
parent6bf2ff4479e007698f11c40958abf0759fcf6f48 (diff)
downloadgoogle-compute-image-packages-9510f08f6eb828aad0fe16a3ee89ad78a86b4ed8.tar.gz
bump versions to 20190905 (#842)
-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
-rw-r--r--packages/python-google-compute-engine/packaging/debian/changelog8
-rwxr-xr-xpackages/python-google-compute-engine/packaging/setup_deb.sh2
-rwxr-xr-xpackages/python-google-compute-engine/packaging/setup_rpm.sh2
6 files changed, 18 insertions, 4 deletions
diff --git a/packages/google-compute-engine/packaging/debian/changelog b/packages/google-compute-engine/packaging/debian/changelog
index 2c1d458..c9ce87b 100644
--- a/packages/google-compute-engine/packaging/debian/changelog
+++ b/packages/google-compute-engine/packaging/debian/changelog
@@ -1,3 +1,9 @@
+google-compute-engine (1:20190905.00-g1) stable; urgency=medium
+
+ * Bump version to match python package release.
+
+ -- Google Cloud Team <gc-team@google.com> Thu, 05 Sep 2019 12:00:22 -0700
+
google-compute-engine (1:20190801.00-g1) stable; urgency=medium
* Re-enable boto config and drop writing plugin directory.
diff --git a/packages/google-compute-engine/packaging/setup_deb.sh b/packages/google-compute-engine/packaging/setup_deb.sh
index 42ef266..06e5f82 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="20190801.00"
+VERSION="20190905.00"
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 42e9c15..28065e2 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="20190801.00"
+VERSION="20190905.00"
rpm_working_dir=/tmp/rpmpackage/${NAME}-${VERSION}
working_dir=${PWD}
diff --git a/packages/python-google-compute-engine/packaging/debian/changelog b/packages/python-google-compute-engine/packaging/debian/changelog
index d169640..ebf225a 100644
--- a/packages/python-google-compute-engine/packaging/debian/changelog
+++ b/packages/python-google-compute-engine/packaging/debian/changelog
@@ -1,3 +1,11 @@
+python-google-compute-engine (1:20190905.00-g1) stable; urgency=medium
+
+ * Fix setup.py version to be compliant with legacy builds.
+ * Detect hostname changes.
+ * Use non-numeric project ID in generated boto.cfg for GSUtil.
+
+ -- Google Cloud Team <gc-team@google.com> Thu, 05 Sep 2019 11:08:18 -0700
+
python-google-compute-engine (1:20190801.00-g1) stable; urgency=medium
* Re-enable boto config and drop writing plugin directory.
diff --git a/packages/python-google-compute-engine/packaging/setup_deb.sh b/packages/python-google-compute-engine/packaging/setup_deb.sh
index 9dc8306..ed321c8 100755
--- a/packages/python-google-compute-engine/packaging/setup_deb.sh
+++ b/packages/python-google-compute-engine/packaging/setup_deb.sh
@@ -14,7 +14,7 @@
# limitations under the License.
NAME="python-google-compute-engine"
-VERSION="20190801.00"
+VERSION="20190905.00"
working_dir=${PWD}
if [[ $(basename "$working_dir") != $NAME ]]; then
diff --git a/packages/python-google-compute-engine/packaging/setup_rpm.sh b/packages/python-google-compute-engine/packaging/setup_rpm.sh
index f926673..8d5e05d 100755
--- a/packages/python-google-compute-engine/packaging/setup_rpm.sh
+++ b/packages/python-google-compute-engine/packaging/setup_rpm.sh
@@ -14,7 +14,7 @@
# limitations under the License.
NAME="python-google-compute-engine"
-VERSION="20190801.00"
+VERSION="20190905.00"
rpm_working_dir=/tmp/rpmpackage/${NAME}-${VERSION}
working_dir=${PWD}