summaryrefslogtreecommitdiff
path: root/packages/google-compute-engine-oslogin/packaging
diff options
context:
space:
mode:
authorMax Illfelder <illfelder@users.noreply.github.com>2019-02-19 15:07:30 -0800
committerGitHub <noreply@github.com>2019-02-19 15:07:30 -0800
commit54d35d37e25f4bca98018530689c818ba2a02b0f (patch)
tree2b0da17e270633dce700099b4afeaf37450d8240 /packages/google-compute-engine-oslogin/packaging
parenta0b5d54a8ce3f0d80bf4401f1db6105dfb375b87 (diff)
downloadgoogle-compute-image-packages-54d35d37e25f4bca98018530689c818ba2a02b0f.tar.gz
Version bump the OS Login package to 1.5.0. (#737)
Diffstat (limited to 'packages/google-compute-engine-oslogin/packaging')
-rw-r--r--packages/google-compute-engine-oslogin/packaging/debian/changelog6
-rwxr-xr-xpackages/google-compute-engine-oslogin/packaging/setup_deb.sh2
-rwxr-xr-xpackages/google-compute-engine-oslogin/packaging/setup_rpm.sh2
3 files changed, 8 insertions, 2 deletions
diff --git a/packages/google-compute-engine-oslogin/packaging/debian/changelog b/packages/google-compute-engine-oslogin/packaging/debian/changelog
index 45e2b3e..044d7fc 100644
--- a/packages/google-compute-engine-oslogin/packaging/debian/changelog
+++ b/packages/google-compute-engine-oslogin/packaging/debian/changelog
@@ -1,3 +1,9 @@
+google-compute-engine-oslogin (1.5.0-1) unstable; urgency=low
+
+ * Support Google prompt for two factor authentication.
+
+ -- Google Cloud Team <gc-team@google.com> Tue, 19 Feb 2019 12:00:00 -0700
+
google-compute-engine-oslogin (1.4.3-1) unstable; urgency=low
* Improve OS Login control file for BSD support.
diff --git a/packages/google-compute-engine-oslogin/packaging/setup_deb.sh b/packages/google-compute-engine-oslogin/packaging/setup_deb.sh
index 3c41f20..4885117 100755
--- a/packages/google-compute-engine-oslogin/packaging/setup_deb.sh
+++ b/packages/google-compute-engine-oslogin/packaging/setup_deb.sh
@@ -14,7 +14,7 @@
# limitations under the License.
NAME="google-compute-engine-oslogin"
-VERSION="1.4.3"
+VERSION="1.5.0"
working_dir=${PWD}
if [[ $(basename "$working_dir") != $NAME ]]; then
diff --git a/packages/google-compute-engine-oslogin/packaging/setup_rpm.sh b/packages/google-compute-engine-oslogin/packaging/setup_rpm.sh
index aae85d7..93858ad 100755
--- a/packages/google-compute-engine-oslogin/packaging/setup_rpm.sh
+++ b/packages/google-compute-engine-oslogin/packaging/setup_rpm.sh
@@ -15,7 +15,7 @@
NAME="google-compute-engine-oslogin"
-VERSION="1.4.3"
+VERSION="1.5.0"
rpm_working_dir=/tmp/rpmpackage/${NAME}-${VERSION}
working_dir=${PWD}