Skip to content

Commit

Permalink
bump gce packages to 20190911
Browse files Browse the repository at this point in the history
  • Loading branch information
hopkiw committed Sep 11, 2019
1 parent 30d5d76 commit 6ac2a57
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 11 deletions.
6 changes: 6 additions & 0 deletions packages/google-compute-engine/packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
google-compute-engine (1:20190911.00-g1) stable; urgency=medium

* Bump version to match python package release.

-- Google Cloud Team <gc-team@google.com> Thu, 11 Sep 2019 10:39:08 -0700

google-compute-engine (1:20190905.00-g1) stable; urgency=medium

* Bump version to match python package release.
Expand Down
2 changes: 1 addition & 1 deletion packages/google-compute-engine/packaging/setup_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

NAME="google-compute-engine"
VERSION="20190905.00"
VERSION="20190911.00"

working_dir=${PWD}
if [[ $(basename "$working_dir") != $NAME ]]; then
Expand Down
2 changes: 1 addition & 1 deletion packages/google-compute-engine/packaging/setup_rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

NAME="google-compute-engine"
VERSION="20190905.00"
VERSION="20190911.00"

rpm_working_dir=/tmp/rpmpackage/${NAME}-${VERSION}
working_dir=${PWD}
Expand Down
10 changes: 4 additions & 6 deletions packages/python-google-compute-engine/packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
python-google-compute-engine (1:20190905.00-g1) stable; urgency=medium
python-google-compute-engine (1:20190911.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.
* Fix network restart bug when detecting hostname change.

-- Google Cloud Team <gc-team@google.com> Thu, 05 Sep 2019 11:08:18 -0700
-- Google Cloud Team <gc-team@google.com> Thu, 11 Sep 2019 10:40:11 -0700

python-google-compute-engine (1:20190801.00-g1) stable; urgency=medium
python-google-compute-engine (1:20190905.00-g1) stable; urgency=medium

* Fix setup.py version to be compliant with legacy builds.
* Detect hostname changes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

NAME="python-google-compute-engine"
VERSION="20190905.00"
VERSION="20190911.00"

working_dir=${PWD}
if [[ $(basename "$working_dir") != $NAME ]]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

NAME="python-google-compute-engine"
VERSION="20190905.00"
VERSION="20190911.00"

rpm_working_dir=/tmp/rpmpackage/${NAME}-${VERSION}
working_dir=${PWD}
Expand Down
2 changes: 1 addition & 1 deletion packages/python-google-compute-engine/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
name='google-compute-engine',
packages=setuptools.find_packages(),
url='https://github.com/GoogleCloudPlatform/compute-image-packages',
version='20190905.0',
version='20190911.0',
# Entry points create scripts in /usr/bin that call a function.
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 6ac2a57

Please sign in to comment.