Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package google-guest-configs for
openSUSE:Factory checked in at 2024-01-10 21:51:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-guest-configs (Old)
and /work/SRC/openSUSE:Factory/.google-guest-configs.new.21961 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-guest-configs"
Wed Jan 10 21:51:33 2024 rev:19 rq:1137799 version:20231214.00
Changes:
--------
---
/work/SRC/openSUSE:Factory/google-guest-configs/google-guest-configs.changes
2023-10-20 23:21:13.984296639 +0200
+++
/work/SRC/openSUSE:Factory/.google-guest-configs.new.21961/google-guest-configs.changes
2024-01-10 21:51:55.095360145 +0100
@@ -1,0 +2,9 @@
+Thu Jan 4 11:55:25 UTC 2024 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to version 20231214.00
+ * set multiqueue: A3 check set timeout the MDS call in 1s (#62)
+- from version 20231103.00
+ * Update owners (#61)
+ * Update owners (#58)
+
+-------------------------------------------------------------------
Old:
----
google-guest-configs-20230929.00.tar.gz
New:
----
google-guest-configs-20231214.00.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ google-guest-configs.spec ++++++
--- /var/tmp/diff_new_pack.ST34uI/_old 2024-01-10 21:51:55.619379173 +0100
+++ /var/tmp/diff_new_pack.ST34uI/_new 2024-01-10 21:51:55.619379173 +0100
@@ -1,7 +1,7 @@
#
# spec file for package google-guest-configs
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
%define _udevdir %(pkg-config --variable udev_dir udev)
%endif
Name: google-guest-configs
-Version: 20230929.00
+Version: 20231214.00
Release: 0
Summary: Google Cloud Guest Configs
License: Apache-2.0
++++++ google-guest-configs-20230929.00.tar.gz ->
google-guest-configs-20231214.00.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/guest-configs-20230929.00/OWNERS
new/guest-configs-20231214.00/OWNERS
--- old/guest-configs-20230929.00/OWNERS 2023-09-29 19:22:44.000000000
+0200
+++ new/guest-configs-20231214.00/OWNERS 2023-12-14 20:09:53.000000000
+0100
@@ -2,12 +2,16 @@
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
+ - a-crate
+ - ajorg
- bkatyl
- chaitanyakulkarni28
- dorileo
+ - drewhli
+ - elicriffield
+ - gaughen
- jjerger
- karnvadaliya
- koln67
- quintonamore
- - vorakl
- zmarano
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/guest-configs-20230929.00/src/usr/bin/google_set_multiqueue
new/guest-configs-20231214.00/src/usr/bin/google_set_multiqueue
--- old/guest-configs-20230929.00/src/usr/bin/google_set_multiqueue
2023-09-29 19:22:44.000000000 +0200
+++ new/guest-configs-20231214.00/src/usr/bin/google_set_multiqueue
2023-12-14 20:09:53.000000000 +0100
@@ -83,7 +83,7 @@
# returns 0 (success) if it's running on a3 platform.
function is_a3_platform() {
- machine_type=$(curl -H "Metadata-Flavor: Google" \
+ machine_type=$(curl -m 1 -H "Metadata-Flavor: Google" \
http://169.254.169.254/computeMetadata/v1/instance/machine-type)
[[ "$machine_type" == *"a3-highgpu-8g"* ]] || return 1