Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2023-08-03 17:27:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and      
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.22712 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "golang-github-prometheus-prometheus"

Thu Aug  3 17:27:05 2023 rev:34 rq:1101769 version:2.46.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2023-07-05 15:30:52.414677907 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.22712/golang-github-prometheus-prometheus.changes
       2023-08-03 17:27:06.854794251 +0200
@@ -1,0 +2,42 @@
+Tue Jul 25 13:42:13 UTC 2023 - Johannes Kastl <ka...@b1-systems.de>
+
+- remove vendor.tar.gz during "make clean"
+- update to 2.46.0:
+  * [FEATURE] Promtool: Add PromQL format and label matcher
+    set/delete commands to promtool. #11411
+  * [FEATURE] Promtool: Add push metrics command. #12299
+  * [ENHANCEMENT] Promtool: Read from stdin if no filenames are
+    provided in check rules. #12225
+  * [ENHANCEMENT] Hetzner SD: Support larger ID's that will be used
+    by Hetzner in September. #12569
+  * [ENHANCEMENT] Kubernetes SD: Add more labels for endpointslice
+    and endpoints role. #10914
+  * [ENHANCEMENT] Kubernetes SD: Do not add pods to target group if
+    the PodIP status is not set. #11642
+  * [ENHANCEMENT] OpenStack SD: Include instance image ID in
+    labels. #12502
+  * [ENHANCEMENT] Remote Write receiver: Validate the metric names
+    and labels. #11688
+  * [ENHANCEMENT] Web: Initialize `prometheus_http_requests_total`
+    metrics with `code` label set to `200`. #12472
+  * [ENHANCEMENT] TSDB: Add Zstandard compression option for wlog.
+    #11666
+  * [ENHANCEMENT] TSDB: Support native histograms in snapshot on
+    shutdown. #12258
+  * [ENHANCEMENT] Labels: Avoid compiling regexes that are literal.
+    #12434
+  * [BUGFIX] Histograms: Fix parsing of float histograms without
+    zero bucket. #12577
+  * [BUGFIX] Histograms: Fix scraping native and classic histograms
+    missing some histograms. #12554
+  * [BUGFIX] Histograms: Enable ingestion of multiple exemplars per
+    sample. 12557
+  * [BUGFIX] File SD: Fix path handling in File-SD watcher to allow
+    directory monitoring on Windows. #12488
+  * [BUGFIX] Linode SD: Cast `InstanceSpec` values to `int64` to
+    avoid overflows on 386 architecture. #12568
+  * [BUGFIX] PromQL Engine: Include query parsing in active-query
+    tracking. #12418
+  * [BUGFIX] TSDB: Handle TOC parsing failures. #10623
+
+-------------------------------------------------------------------

Old:
----
  prometheus-2.45.0.tar.gz
  web-ui-2.45.0.tar.gz

New:
----
  prometheus-2.46.0.tar.gz
  web-ui-2.46.0.tar.gz

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

Other differences:
------------------
++++++ golang-github-prometheus-prometheus.spec ++++++
--- /var/tmp/diff_new_pack.C8RHg9/_old  2023-08-03 17:27:07.910800642 +0200
+++ /var/tmp/diff_new_pack.C8RHg9/_new  2023-08-03 17:27:07.914800666 +0200
@@ -27,7 +27,7 @@
 %endif
 
 Name:           golang-github-prometheus-prometheus
-Version:        2.45.0
+Version:        2.46.0
 Release:        0
 Summary:        The Prometheus monitoring system and time series database
 License:        Apache-2.0

++++++ Makefile ++++++
--- /var/tmp/diff_new_pack.C8RHg9/_old  2023-08-03 17:27:07.966800981 +0200
+++ /var/tmp/diff_new_pack.C8RHg9/_new  2023-08-03 17:27:07.970801006 +0200
@@ -4,7 +4,7 @@
 default: clean tar
 
 clean:
-       rm -f $(NAME)-*.tar $(NAME)-*.tar.gz web-ui-*.tar.gz 
npm_licenses.tar.bz2
+       rm -f $(NAME)-*.tar $(NAME)-*.tar.gz web-ui-*.tar.gz 
npm_licenses.tar.bz2 vendor.tar.gz
 
 tar:
        osc service disabledrun

++++++ _service ++++++
--- /var/tmp/diff_new_pack.C8RHg9/_old  2023-08-03 17:27:07.998801175 +0200
+++ /var/tmp/diff_new_pack.C8RHg9/_new  2023-08-03 17:27:08.002801199 +0200
@@ -4,7 +4,7 @@
     <param name="scm">git</param>
     <param name="exclude">.git</param>
     <param name="versionformat">@PARENT_TAG@</param>
-    <param name="revision">v2.45.0</param>
+    <param name="revision">v2.46.0</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="match-tag">v2*</param>
   </service>
@@ -13,7 +13,7 @@
     <param name="compression">gz</param>
   </service>
   <service name="go_modules" mode="disabled">
-    <param name="archive">prometheus-2.45.0.tar.gz</param>
+    <param name="archive">prometheus-2.46.0.tar.gz</param>
   </service>
 </services>
 

++++++ npm_licenses.tar.bz2 ++++++

++++++ prometheus-2.45.0.tar.gz -> prometheus-2.46.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/prometheus-2.45.0.tar.gz
 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.22712/prometheus-2.46.0.tar.gz
 differ: char 12, line 1

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.22712/vendor.tar.gz
 differ: char 5, line 1

++++++ web-ui-2.45.0.tar.gz -> web-ui-2.46.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/web/ui/embed.go new/web/ui/embed.go
--- old/web/ui/embed.go 2023-06-26 07:07:46.497746444 +0200
+++ new/web/ui/embed.go 2023-07-25 15:53:45.655542566 +0200
@@ -18,5 +18,5 @@
 
 import "embed"
 
-//go:embed static/css/prom_console.css.gz static/js/prom_console.js.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-grid.css.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-grid.css.map.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-grid.min.css.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-grid.min.css.map.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.css.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.css.map.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.min.css.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.min.css.map.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap.css.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap.css.map.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap.min.css.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap.min.css.map.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap.bundle.js.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap.bundle.js.map.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap.bundle.min.js.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap
 .bundle.min.js.map.gz static/vendor/bootstrap-4.5.2/js/bootstrap.js.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap.js.map.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap.min.js.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap.min.js.map.gz 
static/vendor/bootstrap4-glyphicons/css/bootstrap-glyphicons.css.gz 
static/vendor/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.eot.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.svg.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.ttf.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.woff.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.woff2.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.eot.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.svg.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.ttf.gz 
static/vendor/boo
 tstrap4-glyphicons/fonts/fontawesome/fa-regular-400.woff.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.woff2.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.eot.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.svg.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.ttf.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.woff.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.woff2.gz 
static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.eot.gz
 
static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.svg.gz
 
static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.ttf.gz
 
static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff.gz
 
static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff2.gz
 static/vendor/bootstrap4-glyphicons/ma
 ps/glyphicons-fontawesome.css.gz 
static/vendor/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less.gz 
static/vendor/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css.gz 
static/vendor/js/jquery-3.5.1.min.js.gz static/vendor/js/jquery.hotkeys.js.gz 
static/vendor/js/jquery.selection.js.gz static/vendor/js/popper.min.js.gz 
static/vendor/rickshaw/rickshaw.min.css.gz 
static/vendor/rickshaw/rickshaw.min.js.gz 
static/vendor/rickshaw/vendor/d3.layout.min.js.gz 
static/vendor/rickshaw/vendor/d3.v3.js.gz static/react/favicon.ico.gz 
static/react/manifest.json.gz 
static/react/static/media/codicon.b3726f0165bf67ac6849.ttf.gz 
static/react/static/media/prometheus_logo_grey.3cf697e5443028ca5e5255b93c7906c5.svg.gz
 static/react/static/media/index.cd351d7c31d0d3fccf96.cjs.gz 
static/react/static/css/main.4858e794.css.gz 
static/react/static/js/main.aed3c73f.js.LICENSE.txt.gz 
static/react/static/js/main.aed3c73f.js.gz static/react/index.html.gz 
static/react/asset-manifest.json.gz
+//go:embed static/css/prom_console.css.gz static/js/prom_console.js.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-grid.css.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-grid.css.map.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-grid.min.css.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-grid.min.css.map.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.css.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.css.map.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.min.css.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.min.css.map.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap.css.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap.css.map.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap.min.css.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap.min.css.map.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap.bundle.js.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap.bundle.js.map.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap.bundle.min.js.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap
 .bundle.min.js.map.gz static/vendor/bootstrap-4.5.2/js/bootstrap.js.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap.js.map.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap.min.js.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap.min.js.map.gz 
static/vendor/bootstrap4-glyphicons/css/bootstrap-glyphicons.css.gz 
static/vendor/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.eot.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.svg.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.ttf.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.woff.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.woff2.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.eot.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.svg.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.ttf.gz 
static/vendor/boo
 tstrap4-glyphicons/fonts/fontawesome/fa-regular-400.woff.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.woff2.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.eot.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.svg.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.ttf.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.woff.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.woff2.gz 
static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.eot.gz
 
static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.svg.gz
 
static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.ttf.gz
 
static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff.gz
 
static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff2.gz
 static/vendor/bootstrap4-glyphicons/ma
 ps/glyphicons-fontawesome.css.gz 
static/vendor/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less.gz 
static/vendor/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css.gz 
static/vendor/js/jquery-3.5.1.min.js.gz static/vendor/js/jquery.hotkeys.js.gz 
static/vendor/js/jquery.selection.js.gz static/vendor/js/popper.min.js.gz 
static/vendor/rickshaw/rickshaw.min.css.gz 
static/vendor/rickshaw/rickshaw.min.js.gz 
static/vendor/rickshaw/vendor/d3.layout.min.js.gz 
static/vendor/rickshaw/vendor/d3.v3.js.gz static/react/favicon.ico.gz 
static/react/manifest.json.gz 
static/react/static/media/codicon.b3726f0165bf67ac6849.ttf.gz 
static/react/static/media/prometheus_logo_grey.3cf697e5443028ca5e5255b93c7906c5.svg.gz
 static/react/static/media/index.cd351d7c31d0d3fccf96.cjs.gz 
static/react/static/js/main.aed3c73f.js.LICENSE.txt.gz 
static/react/static/js/main.aed3c73f.js.gz 
static/react/static/css/main.4858e794.css.gz static/react/index.html.gz 
static/react/asset-manifest.json.gz
 var EmbedFS embed.FS
Binary files old/web/ui/static/css/prom_console.css.gz and 
new/web/ui/static/css/prom_console.css.gz differ
Binary files old/web/ui/static/js/prom_console.js.gz and 
new/web/ui/static/js/prom_console.js.gz differ
Binary files old/web/ui/static/react/asset-manifest.json.gz and 
new/web/ui/static/react/asset-manifest.json.gz differ
Binary files old/web/ui/static/react/favicon.ico.gz and 
new/web/ui/static/react/favicon.ico.gz differ
Binary files old/web/ui/static/react/index.html.gz and 
new/web/ui/static/react/index.html.gz differ
Binary files old/web/ui/static/react/manifest.json.gz and 
new/web/ui/static/react/manifest.json.gz differ
Binary files old/web/ui/static/react/static/css/main.4858e794.css.gz and 
new/web/ui/static/react/static/css/main.4858e794.css.gz differ
Binary files old/web/ui/static/react/static/js/main.aed3c73f.js.LICENSE.txt.gz 
and new/web/ui/static/react/static/js/main.aed3c73f.js.LICENSE.txt.gz differ
Binary files old/web/ui/static/react/static/js/main.aed3c73f.js.gz and 
new/web/ui/static/react/static/js/main.aed3c73f.js.gz differ
Binary files 
old/web/ui/static/react/static/media/codicon.b3726f0165bf67ac6849.ttf.gz and 
new/web/ui/static/react/static/media/codicon.b3726f0165bf67ac6849.ttf.gz differ
Binary files 
old/web/ui/static/react/static/media/index.cd351d7c31d0d3fccf96.cjs.gz and 
new/web/ui/static/react/static/media/index.cd351d7c31d0d3fccf96.cjs.gz differ
Binary files 
old/web/ui/static/react/static/media/prometheus_logo_grey.3cf697e5443028ca5e5255b93c7906c5.svg.gz
 and 
new/web/ui/static/react/static/media/prometheus_logo_grey.3cf697e5443028ca5e5255b93c7906c5.svg.gz
 differ
Binary files old/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap-grid.css.gz 
and new/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap-grid.css.gz differ
Binary files 
old/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap-grid.css.map.gz and 
new/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap-grid.css.map.gz differ
Binary files 
old/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap-grid.min.css.gz and 
new/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap-grid.min.css.gz differ
Binary files 
old/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap-grid.min.css.map.gz and 
new/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap-grid.min.css.map.gz 
differ
Binary files 
old/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.css.gz and 
new/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.css.gz differ
Binary files 
old/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.css.map.gz and 
new/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.css.map.gz differ
Binary files 
old/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.min.css.gz and 
new/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.min.css.gz differ
Binary files 
old/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.min.css.map.gz 
and 
new/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.min.css.map.gz 
differ
Binary files old/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap.css.gz and 
new/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap.css.gz differ
Binary files old/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap.css.map.gz 
and new/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap.css.map.gz differ
Binary files old/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap.min.css.gz 
and new/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap.min.css.gz differ
Binary files 
old/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap.min.css.map.gz and 
new/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap.min.css.map.gz differ
Binary files old/web/ui/static/vendor/bootstrap-4.5.2/js/bootstrap.bundle.js.gz 
and new/web/ui/static/vendor/bootstrap-4.5.2/js/bootstrap.bundle.js.gz differ
Binary files 
old/web/ui/static/vendor/bootstrap-4.5.2/js/bootstrap.bundle.js.map.gz and 
new/web/ui/static/vendor/bootstrap-4.5.2/js/bootstrap.bundle.js.map.gz differ
Binary files 
old/web/ui/static/vendor/bootstrap-4.5.2/js/bootstrap.bundle.min.js.gz and 
new/web/ui/static/vendor/bootstrap-4.5.2/js/bootstrap.bundle.min.js.gz differ
Binary files 
old/web/ui/static/vendor/bootstrap-4.5.2/js/bootstrap.bundle.min.js.map.gz and 
new/web/ui/static/vendor/bootstrap-4.5.2/js/bootstrap.bundle.min.js.map.gz 
differ
Binary files old/web/ui/static/vendor/bootstrap-4.5.2/js/bootstrap.js.gz and 
new/web/ui/static/vendor/bootstrap-4.5.2/js/bootstrap.js.gz differ
Binary files old/web/ui/static/vendor/bootstrap-4.5.2/js/bootstrap.js.map.gz 
and new/web/ui/static/vendor/bootstrap-4.5.2/js/bootstrap.js.map.gz differ
Binary files old/web/ui/static/vendor/bootstrap-4.5.2/js/bootstrap.min.js.gz 
and new/web/ui/static/vendor/bootstrap-4.5.2/js/bootstrap.min.js.gz differ
Binary files 
old/web/ui/static/vendor/bootstrap-4.5.2/js/bootstrap.min.js.map.gz and 
new/web/ui/static/vendor/bootstrap-4.5.2/js/bootstrap.min.js.map.gz differ
Binary files 
old/web/ui/static/vendor/bootstrap4-glyphicons/css/bootstrap-glyphicons.css.gz 
and 
new/web/ui/static/vendor/bootstrap4-glyphicons/css/bootstrap-glyphicons.css.gz 
differ
Binary files 
old/web/ui/static/vendor/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css.gz
 and 
new/web/ui/static/vendor/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css.gz
 differ
Binary files 
old/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.eot.gz
 and 
new/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.eot.gz
 differ
Binary files 
old/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.svg.gz
 and 
new/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.svg.gz
 differ
Binary files 
old/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.ttf.gz
 and 
new/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.ttf.gz
 differ
Binary files 
old/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.woff.gz
 and 
new/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.woff.gz
 differ
Binary files 
old/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.woff2.gz
 and 
new/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.woff2.gz
 differ
Binary files 
old/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.eot.gz
 and 
new/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.eot.gz
 differ
Binary files 
old/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.svg.gz
 and 
new/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.svg.gz
 differ
Binary files 
old/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.ttf.gz
 and 
new/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.ttf.gz
 differ
Binary files 
old/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.woff.gz
 and 
new/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.woff.gz
 differ
Binary files 
old/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.woff2.gz
 and 
new/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.woff2.gz
 differ
Binary files 
old/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.eot.gz
 and 
new/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.eot.gz
 differ
Binary files 
old/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.svg.gz
 and 
new/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.svg.gz
 differ
Binary files 
old/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.ttf.gz
 and 
new/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.ttf.gz
 differ
Binary files 
old/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.woff.gz
 and 
new/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.woff.gz
 differ
Binary files 
old/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.woff2.gz
 and 
new/web/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.woff2.gz
 differ
Binary files 
old/web/ui/static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.eot.gz
 and 
new/web/ui/static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.eot.gz
 differ
Binary files 
old/web/ui/static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.svg.gz
 and 
new/web/ui/static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.svg.gz
 differ
Binary files 
old/web/ui/static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.ttf.gz
 and 
new/web/ui/static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.ttf.gz
 differ
Binary files 
old/web/ui/static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff.gz
 and 
new/web/ui/static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff.gz
 differ
Binary files 
old/web/ui/static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff2.gz
 and 
new/web/ui/static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff2.gz
 differ
Binary files 
old/web/ui/static/vendor/bootstrap4-glyphicons/maps/glyphicons-fontawesome.css.gz
 and 
new/web/ui/static/vendor/bootstrap4-glyphicons/maps/glyphicons-fontawesome.css.gz
 differ
Binary files 
old/web/ui/static/vendor/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less.gz
 and 
new/web/ui/static/vendor/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less.gz
 differ
Binary files 
old/web/ui/static/vendor/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css.gz
 and 
new/web/ui/static/vendor/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css.gz
 differ
Binary files old/web/ui/static/vendor/js/jquery-3.5.1.min.js.gz and 
new/web/ui/static/vendor/js/jquery-3.5.1.min.js.gz differ
Binary files old/web/ui/static/vendor/js/jquery.hotkeys.js.gz and 
new/web/ui/static/vendor/js/jquery.hotkeys.js.gz differ
Binary files old/web/ui/static/vendor/js/jquery.selection.js.gz and 
new/web/ui/static/vendor/js/jquery.selection.js.gz differ
Binary files old/web/ui/static/vendor/js/popper.min.js.gz and 
new/web/ui/static/vendor/js/popper.min.js.gz differ
Binary files old/web/ui/static/vendor/rickshaw/rickshaw.min.css.gz and 
new/web/ui/static/vendor/rickshaw/rickshaw.min.css.gz differ
Binary files old/web/ui/static/vendor/rickshaw/rickshaw.min.js.gz and 
new/web/ui/static/vendor/rickshaw/rickshaw.min.js.gz differ
Binary files old/web/ui/static/vendor/rickshaw/vendor/d3.layout.min.js.gz and 
new/web/ui/static/vendor/rickshaw/vendor/d3.layout.min.js.gz differ
Binary files old/web/ui/static/vendor/rickshaw/vendor/d3.v3.js.gz and 
new/web/ui/static/vendor/rickshaw/vendor/d3.v3.js.gz differ

Reply via email to