Skip to content

Commit

Permalink
Prepare for release. Bump versions. (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmarano authored Jul 29, 2019
1 parent c97366f commit 466dc6e
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
google-compute-engine-oslogin (1:20190729.00-g1) stable; urgency=medium

* Remove unnecessary binary search logic.

-- Google Cloud Team <[email protected]> Mon, 29 Jul 2019 10:11:00 -0700

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

* Restructure Makefile and Debian control files.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

NAME="google-compute-engine-oslogin"
VERSION="20190708.00"
VERSION="20190729.00"

DEB=$(cut -d. -f1 </etc/debian_version)
if [[ -z $DEB ]]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


NAME="google-compute-engine-oslogin"
VERSION="20190708.00"
VERSION="20190729.00"

rpm_working_dir=/tmp/rpmpackage/${NAME}-${VERSION}
working_dir=${PWD}
Expand Down
2 changes: 1 addition & 1 deletion packages/google-compute-engine-oslogin/src/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL = /bin/sh
TOPDIR = $(realpath ..)

VERSION = 20190708.00
VERSION = 20190729.00

CPPFLAGS = -Iinclude -I/usr/include/json-c
FLAGS = -fPIC -Wall -g
Expand Down
7 changes: 7 additions & 0 deletions packages/google-compute-engine/packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
google-compute-engine (1:20190729.00-g1) stable; urgency=medium

* Suport Google Private Access over IPv6.
* Switch to v1 guest attributes URL.

-- Google Cloud Team <[email protected]> Mon, 29 Jul 2019 10:07:29 -0700

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

* Drop unnecessary build and package dependencies.
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="20190708.00"
VERSION="20190729.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="20190708.00"
VERSION="20190729.00"

rpm_working_dir=/tmp/rpmpackage/${NAME}-${VERSION}
working_dir=${PWD}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python-google-compute-engine (1:20190729.00-g1) stable; urgency=medium

* Support for Google Private Access over IPv6.

-- Google Cloud Team <[email protected]> Mon, 29 Jul 2019 10:09:24 -0700

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

* Move Debian entry point scripts to python3.
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="20190708.00"
VERSION="20190729.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="20190708.00"
VERSION="20190729.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='20190708.00',
version='20190729.00',
# Entry points create scripts in /usr/bin that call a function.
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 466dc6e

Please sign in to comment.