Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package google-osconfig-agent for 
openSUSE:Factory checked in at 2023-02-27 13:55:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-osconfig-agent (Old)
 and      /work/SRC/openSUSE:Factory/.google-osconfig-agent.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "google-osconfig-agent"

Mon Feb 27 13:55:03 2023 rev:19 rq:1067975 version:20230222.00

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/google-osconfig-agent/google-osconfig-agent.changes  
    2023-01-18 17:11:26.883908000 +0100
+++ 
/work/SRC/openSUSE:Factory/.google-osconfig-agent.new.31432/google-osconfig-agent.changes
   2023-02-27 13:55:05.229281677 +0100
@@ -1,0 +2,14 @@
+Mon Feb 27 10:59:46 UTC 2023 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to version 20230222.00
+  * Remove Debian 9 from e2e tests image list (#460)
+- from version 20230217.00
+  * Update OWNERS (#458)
+- from version 20230208.00
+  * Fix the error in the `copy_file_from_bucket.yaml` example. (#456)
+- from version 20230202.00
+  * Update owners file. (#455)
+- from version 20230123.00
+  * Call FQDN (#454)
+
+-------------------------------------------------------------------

Old:
----
  osconfig-20221214.00.tar.gz

New:
----
  osconfig-20230222.00.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ google-osconfig-agent.spec ++++++
--- /var/tmp/diff_new_pack.MBqt1Q/_old  2023-02-27 13:55:05.949286039 +0100
+++ /var/tmp/diff_new_pack.MBqt1Q/_new  2023-02-27 13:55:05.953286063 +0100
@@ -24,7 +24,7 @@
 %global import_path     %{provider_prefix}
 
 Name:           google-osconfig-agent
-Version:        20221214.00
+Version:        20230222.00
 Release:        0
 Summary:        Google Cloud Guest Agent
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.MBqt1Q/_old  2023-02-27 13:55:05.989286281 +0100
+++ /var/tmp/diff_new_pack.MBqt1Q/_new  2023-02-27 13:55:05.993286305 +0100
@@ -3,8 +3,8 @@
     <param name="url">https://github.com/GoogleCloudPlatform/osconfig</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="versionformat">20221214.00</param>
-    <param name="revision">20221214.00</param>
+    <param name="versionformat">20230222.00</param>
+    <param name="revision">20230222.00</param>
     <param name="changesgenerate">enable</param>
   </service>
   <service name="recompress" mode="disabled">
@@ -15,7 +15,7 @@
     <param name="basename">osconfig</param>
   </service>
   <service name="go_modules" mode="disabled">
-    <param name="archive">osconfig-20221214.00.tar.gz</param>
+    <param name="archive">osconfig-20230222.00.tar.gz</param>
   </service>
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.MBqt1Q/_old  2023-02-27 13:55:06.013286426 +0100
+++ /var/tmp/diff_new_pack.MBqt1Q/_new  2023-02-27 13:55:06.017286451 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/GoogleCloudPlatform/osconfig</param>
-              <param 
name="changesrevision">c6fb257c1681629a74c5fa77bafcf9cde9bd55b3</param></service></servicedata>
+              <param 
name="changesrevision">f42b6bd61809222f586190046602217cba156aab</param></service></servicedata>
 (No newline at EOF)
 

++++++ osconfig-20221214.00.tar.gz -> osconfig-20230222.00.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osconfig-20221214.00/OWNERS 
new/osconfig-20230222.00/OWNERS
--- old/osconfig-20221214.00/OWNERS     2022-12-14 19:14:30.000000000 +0100
+++ new/osconfig-20230222.00/OWNERS     2023-02-22 20:48:42.000000000 +0100
@@ -3,7 +3,12 @@
 
 approvers:
   - adjackura
-reviewers:
-  - adjackura
-  - wrigri
-  - wj-chen
+  - bkatyl
+  - chaitanyakulkarni28
+  - dorileo
+  - jjerger
+  - karnvadaliya
+  - koln67
+  - quintonamore
+  - vorakl
+  - zmarano
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osconfig-20221214.00/agentconfig/agentconfig.go 
new/osconfig-20230222.00/agentconfig/agentconfig.go
--- old/osconfig-20221214.00/agentconfig/agentconfig.go 2022-12-14 
19:14:30.000000000 +0100
+++ new/osconfig-20230222.00/agentconfig/agentconfig.go 2023-02-22 
20:48:42.000000000 +0100
@@ -60,7 +60,7 @@
        aptRepoDir         = "/etc/apt/sources.list.d"
        aptRepoFilePath    = aptRepoDir + "/google_osconfig_managed.list"
 
-       prodEndpoint = "{zone}-osconfig.googleapis.com:443"
+       prodEndpoint = "{zone}-osconfig.googleapis.com.:443"
 
        osInventoryEnabledDefault      = false
        guestPoliciesEnabledDefault    = false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osconfig-20221214.00/agentconfig/agentconfig_test.go 
new/osconfig-20230222.00/agentconfig/agentconfig_test.go
--- old/osconfig-20221214.00/agentconfig/agentconfig_test.go    2022-12-14 
19:14:30.000000000 +0100
+++ new/osconfig-20230222.00/agentconfig/agentconfig_test.go    2023-02-22 
20:48:42.000000000 +0100
@@ -206,7 +206,7 @@
                t.Errorf("Default poll interval: got(%f) != want(%d)", 
SvcPollInterval().Minutes(), osConfigPollIntervalDefault)
        }
 
-       expectedEndpoint := "fake-zone-osconfig.googleapis.com:443"
+       expectedEndpoint := "fake-zone-osconfig.googleapis.com.:443"
        if SvcEndpoint() != expectedEndpoint {
                t.Errorf("Default endpoint: got(%s) != want(%s)", 
SvcEndpoint(), expectedEndpoint)
        }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osconfig-20221214.00/e2e_tests/utils/utils.go 
new/osconfig-20230222.00/e2e_tests/utils/utils.go
--- old/osconfig-20221214.00/e2e_tests/utils/utils.go   2022-12-14 
19:14:30.000000000 +0100
+++ new/osconfig-20230222.00/e2e_tests/utils/utils.go   2023-02-22 
20:48:42.000000000 +0100
@@ -214,13 +214,13 @@
 // HeadAptImages is a map of names to image paths for public image families 
that use APT.
 var HeadAptImages = map[string]string{
        // Debian images.
-       "debian-cloud/debian-9":  
"projects/debian-cloud/global/images/family/debian-9",
        "debian-cloud/debian-10": 
"projects/debian-cloud/global/images/family/debian-10",
        "debian-cloud/debian-11": 
"projects/debian-cloud/global/images/family/debian-11",
 
        // Ubuntu images.
        "ubuntu-os-cloud/ubuntu-1804-lts": 
"projects/ubuntu-os-cloud/global/images/family/ubuntu-1804-lts",
        "ubuntu-os-cloud/ubuntu-2004-lts": 
"projects/ubuntu-os-cloud/global/images/family/ubuntu-2004-lts",
+       "ubuntu-os-cloud/ubuntu-2204-lts": 
"projects/ubuntu-os-cloud/global/images/family/ubuntu-2204-lts",
 
        // Proposed Ubuntu images.
        "ubuntu-os-cloud-image-proposed/ubuntu-1804-lts": 
"projects/ubuntu-os-cloud-image-proposed/global/images/family/ubuntu-1804-lts",
@@ -230,7 +230,6 @@
 // OldAptImages is a map of names to image paths for old images that use APT.
 var OldAptImages = map[string]string{
        // Debian images.
-       "old/debian-9":  
"projects/debian-cloud/global/images/debian-9-stretch-v20210512",
        "old/debian-10": 
"projects/debian-cloud/global/images/debian-10-buster-v20210512",
 
        // Ubuntu images.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/osconfig-20221214.00/examples/OSPolicyAssignments/gcloud/copy_file_from_bucket.yaml
 
new/osconfig-20230222.00/examples/OSPolicyAssignments/gcloud/copy_file_from_bucket.yaml
--- 
old/osconfig-20221214.00/examples/OSPolicyAssignments/gcloud/copy_file_from_bucket.yaml
     2022-12-14 19:14:30.000000000 +0100
+++ 
new/osconfig-20230222.00/examples/OSPolicyAssignments/gcloud/copy_file_from_bucket.yaml
     2023-02-22 20:48:42.000000000 +0100
@@ -4,8 +4,8 @@
     id: copy-file-from-bucket
     resourceGroups:
       - resources:
-          - file:
-              id: copy-file
+          - id: copy-file
+            file:
               permissions: '755'
               state: CONTENTS_MATCH
               file:
@@ -22,4 +22,4 @@
   disruptionBudget:
     fixed: 10
   minWaitDuration: 300s
-  
\ No newline at end of file
+

++++++ vendor.tar.gz ++++++

Reply via email to