Skip to content

Commit

Permalink
Version updates (#758)
Browse files Browse the repository at this point in the history
* Bump Py-GCE to 2.8.14

* Bump OS Login to 1.5.2

* Bump google-compute-engine to 2.8.14
  • Loading branch information
hopkiw authored Apr 16, 2019
1 parent 24bdbbd commit 9714369
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/google-compute-engine-oslogin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BASENAME = oslogin
NAME = google-compute-engine-$(BASENAME)
MAJOR = 1
MINOR = 5
REVISION = 1
REVISION = 2

LIBNSS_CACHE_OSLOGIN = libnss_cache_$(BASENAME)
LIBNSS_CACHE_OSLOGIN_NAME = libnss_cache_$(NAME)-$(MAJOR).$(MINOR).$(REVISION).so
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
google-compute-engine-oslogin (1.5.2-1) unstable; urgency=low

* Fix pam_group ordering detection.
* Restart cron on OS Login control.
* Add PAM entry to su:account stack.

-- Google Cloud Team <gc-team@google.com> Tue, 16 Apr 2019 12:00:00 -0700

google-compute-engine-oslogin (1.5.1-1) unstable; urgency=low

* Fix two factor auth action name.
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="1.5.1"
VERSION="1.5.2"

working_dir=${PWD}
if [[ $(basename "$working_dir") != $NAME ]]; 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="1.5.1"
VERSION="1.5.2"

rpm_working_dir=/tmp/rpmpackage/${NAME}-${VERSION}
working_dir=${PWD}
Expand Down
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 (2.8.14-1) stable; urgency=low

* Upstart systems: only run startup scripts at boot.

-- Google Cloud Team <gc-team@google.com> Tue, 16 Apr 2019 12:00:00 -0700

google-compute-engine (2.8.13-1) stable; urgency=low

* Fix metadata script retrieval to support Python 3.
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="2.8.13"
VERSION="2.8.14"

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="2.8.13"
VERSION="2.8.14"

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 (2.8.14-1) stable; urgency=low

* FreeBSD fixes: syslog socket location and OS detection.

-- Google Cloud Team <gc-team@google.com> Tue, 16 Apr 2019 12:00:00 -0700

python-google-compute-engine (2.8.13-1) stable; urgency=low

* Fix metadata script retrieval to support Python 3.
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="2.8.13"
VERSION="2.8.14"

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="2.8.13"
VERSION="2.8.14"

rpm_working_dir=/tmp/rpmpackage/${NAME}-${VERSION}
working_dir=${PWD}
Expand Down

0 comments on commit 9714369

Please sign in to comment.