Hello community,

here is the log from the commit of package prometheus-sap_host_exporter for 
openSUSE:Leap:15.2 checked in at 2020-04-25 19:04:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/prometheus-sap_host_exporter (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.prometheus-sap_host_exporter.new.2738 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "prometheus-sap_host_exporter"

Sat Apr 25 19:04:21 2020 rev:2 rq:796668 version:0.4.0+git.1587141635.71f3338

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/prometheus-sap_host_exporter/prometheus-sap_host_exporter.changes
      2020-03-15 07:11:55.352983511 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.prometheus-sap_host_exporter.new.2738/prometheus-sap_host_exporter.changes
    2020-04-25 19:04:35.203531519 +0200
@@ -1,0 +2,66 @@
+Tue Apr 21 10:02:42 2020 UTC - [email protected]
+
+- Release 0.4.0
+
+  ## Added
+  - Unix Domain Socket can now be used in place of TCP/IP to connect to 
SAPControl (#32)
+  - `sap_start_service_instances` metric now tracks the status of the current 
SAP Instance. (#38) 
+  - Collectors are now activated conditionally, only for SAP processes that 
are actually running. (#39)
+  - Common labels to identify source SAP instance are now added to all metrics 
(#40)
+
+  ## Changed
+  - Updated CI with OBS to continuously deliver the master branch (#29)
+  - Collector error handling is now more consistent across the board (#33) 
+
+  ## Fixed
+  - Concurrent metric recording no longer leaks goroutines (#35)
+  - Configuration sanitation is now applied correctly (#37) 
+
+  ## Removed
+  - HA Checks and alert collector have been entirely removed due to SAP system 
crashes caused by the related SAPControl methods (#36 #41)
+
+-------------------------------------------------------------------
+Mon Mar 23 18:35:55 2020 UTC - [email protected]
+
+- Release 0.3.0
+
+  ## Added
+  - Alert metrics collector (#21) 
+  - `make obs-workdir` target can now handle custom Git branches and forks via 
environment variables (#25)
+
+  ## Changed
+  - Some metric now properly use the `Counter` type instead of `Gauge` and are 
more semantically correct. (#23)
+  - `sap-control-url` setting now has a default value and doesn't require 
users to explicitly input the URL scheme. (#26)
+  - `go_*` debug metrics are only shown when the log level is `debug` or 
higher. (#24) 
+  - Refactored configuration code (#26)
+
+  ## Fixed
+  - Enqueue Server metrics are now properly documented (#23)
+  - Documentation can be fully browsed from the README ToC (#28)
+
+-------------------------------------------------------------------
+Thu Mar 19 11:00:29 2020 UTC - [email protected]
+
+- Release 0.2.3
+
+  # Fixed:
+  - Fix failure of enabling service in deployment 
(https://github.com/SUSE/sap_host_exporter/pull/20)
+
+-------------------------------------------------------------------
+Wed Mar 18 10:49:59 2020 UTC - [email protected]
+
+- Release 0.2.1
+
+  # fixed: 
+
+  - fix rpm macro on 
obs/packaging(https://github.com/SUSE/sap_host_exporter/pull/18)
+
+-------------------------------------------------------------------
+Tue Mar 17 16:38:39 2020 UTC - [email protected]
+
+- Release 0.2.0
+
+  ## Added
+  - Add the ability to run multiple systemd instances with dedicated config 
files. (#16)
+
+-------------------------------------------------------------------

Old:
----
  prometheus-sap_host_exporter-0.1.0.tar.gz

New:
----
  prometheus-sap_host_exporter-0.4.0+git.1587141635.71f3338.tar.gz

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

Other differences:
------------------
++++++ prometheus-sap_host_exporter.spec ++++++
--- /var/tmp/diff_new_pack.EHqY8C/_old  2020-04-25 19:04:36.267533806 +0200
+++ /var/tmp/diff_new_pack.EHqY8C/_new  2020-04-25 19:04:36.271533815 +0200
@@ -1,26 +1,29 @@
 #
-# Copyright 2019-2020 SUSE LLC
+# spec file for package prometheus-sap_host_exporter
 #
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
+# Copyright (c) 2020 SUSE LLC
 #
-#    https://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
+
+
 Name:           prometheus-sap_host_exporter
 # Version will be processed via set_version source service
-Version:        0.1.0
+Version:        0.4.0+git.1587141635.71f3338
 Release:        0
-License:        Apache-2.0
 Summary:        Prometheus exporter for SAP systems (a.k.a. NetWeaver)
+License:        Apache-2.0
 Group:          System/Monitoring
-Url:            https://github.com/SUSE/sap_host_exporter
+URL:            https://github.com/SUSE/sap_host_exporter
 Source:         %{name}-%{version}.tar.gz
 Source1:        vendor.tar.gz
 ExclusiveArch:  aarch64 x86_64 ppc64le s390x
@@ -58,23 +61,26 @@
 install -D -m 0755 %{shortname} "%{buildroot}%{_bindir}/%{shortname}"
 
 # Install the systemd unit
-install -D -m 0644 %{shortname}.service %{buildroot}%{_unitdir}/%{name}.service
+install -D -m 0644 %{shortname}@.service 
%{buildroot}%{_unitdir}/%{name}@.service
+
+# Install the default config
+install -D -m 0600 doc/%{shortname}.yaml 
"%{buildroot}/etc/%{shortname}/default.yaml"
 
 # Install compat wrapper for legacy init systems
 install -Dd -m 0755 %{buildroot}%{_sbindir}
 ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rc%{name}
 
 %pre
-%service_add_pre %{name}.service
+%service_add_pre %{name}@.service
 
 %post
-%service_add_post %{name}.service
+%service_add_post %{name}@.service
 
 %preun
-%service_del_preun %{name}.service
+%service_del_preun %{name}@.service
 
 %postun
-%service_del_postun %{name}.service
+%service_del_postun %{name}@.service
 
 %files
 %defattr(-,root,root)
@@ -86,7 +92,9 @@
 %doc LICENSE
 %endif
 %{_bindir}/%{shortname}
-%{_unitdir}/%{name}.service
+%{_unitdir}/%{name}@.service
 %{_sbindir}/rc%{name}
+%dir /etc/%{shortname}/
+%config /etc/%{shortname}/default.yaml
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.EHqY8C/_old  2020-04-25 19:04:36.299533875 +0200
+++ /var/tmp/diff_new_pack.EHqY8C/_new  2020-04-25 19:04:36.299533875 +0200
@@ -2,13 +2,12 @@
     <service name="tar_scm" mode="disabled">
         <param name="url">git://github.com/SUSE/sap_host_exporter.git</param>
         <param name="scm">git</param>
-        <param name="revision">0.1.0</param>
+        <param name="revision">0.4.0</param>
         <param name="exclude">.git</param>
-        <param name="versionformat">@PARENT_TAG@</param>
+        <param name="versionformat">@PARENT_TAG@+git.%ct.%h</param>
         <param name="filename">prometheus-sap_host_exporter</param>
     </service>
     <service name="set_version" mode="disabled">
-        <param name="version">0.1.0</param>
         <param name="file">prometheus-sap_host_exporter.spec</param>
     </service>
     <service name="recompress" mode="disabled">

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


Reply via email to