diff --git a/Makefile b/Makefile
index 81e5cb3..44161f3 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ clean:
rm -f $(NAME)-*.tar $(NAME)-*.tar.gz web-ui-*.tar.gz npm_licenses.tar.bz2 vendor.tar.gz
tar:
- osc service disabledrun
+ osc service manualrun
@version=$$( awk '/^Version:/ {print $$2;exit;}' $(SPEC) ) && \
echo "Package version is $$version" && \
basename=$(NAME)-$$version && \
diff --git a/_service b/_service
index e75aba6..85d859e 100644
--- a/_service
+++ b/_service
@@ -1,18 +1,18 @@
-
+
https://github.com/prometheus/prometheus.git
git
.git
@PARENT_TAG@
- v2.46.0
+ v2.47.0
v(.*)
v2*
-
+
*.tar
gz
-
- prometheus-2.46.0.tar.gz
+
+ prometheus-2.47.0.tar.gz
diff --git a/golang-github-prometheus-prometheus.changes b/golang-github-prometheus-prometheus.changes
index 2bf35ea..7a58303 100644
--- a/golang-github-prometheus-prometheus.changes
+++ b/golang-github-prometheus-prometheus.changes
@@ -1,3 +1,41 @@
+-------------------------------------------------------------------
+Wed Sep 6 15:05:28 UTC 2023 - Johannes Kastl
+
+- use "manual" service instead of "disabled"
+- update to 2.47.0:
+ This release adds an experimental OpenTelemetry (OTLP) Ingestion
+ feature, and also new setting `keep_dropped_targets` to limit the
+ amount of dropped targets held in memory. This defaults to 0
+ meaning 'no limit', so we encourage users with large Prometheus
+ to try setting a limit such as 100.
+ * [FEATURE] Web: Add OpenTelemetry (OTLP) Ingestion endpoint.
+ #12571 #12643
+ * [FEATURE] Scraping: Optionally limit detail on dropped targets,
+ to save memory. #12647
+ * [ENHANCEMENT] TSDB: Write head chunks to disk in the background
+ to reduce blocking. #11818
+ * [ENHANCEMENT] PromQL: Speed up aggregate and function queries.
+ #12682
+ * [ENHANCEMENT] PromQL: More efficient evaluation of query with
+ `timestamp()`. #12579
+ * [ENHANCEMENT] API: Faster streaming of Labels to JSON. #12598
+ * [ENHANCEMENT] Agent: Memory pooling optimisation. #12651
+ * [ENHANCEMENT] TSDB: Prevent storage space leaks due to
+ terminated snapshots on shutdown. #12664
+ * [ENHANCEMENT] Histograms: Refactoring and optimisations. #12352
+ #12584 #12596 #12711 #12054
+ * [ENHANCEMENT] Histograms: Add `histogram_stdvar` and
+ `histogram_stddev` functions. #12614
+ * [ENHANCEMENT] Remote-write: add http.resend_count tracing
+ attribute. #12676
+ * [ENHANCEMENT] TSDB: Support native histograms in snapshot on
+ shutdown. #12722
+ * [BUGFIX] TSDB/Agent: ensure that new series get written to WAL
+ on rollback. #12592
+ * [BUGFIX] Scraping: fix infinite loop on exemplar in protobuf
+ format. #12737
+
+
-------------------------------------------------------------------
Tue Jul 25 13:42:13 UTC 2023 - Johannes Kastl
diff --git a/golang-github-prometheus-prometheus.spec b/golang-github-prometheus-prometheus.spec
index dfa124d..b9a8aa3 100644
--- a/golang-github-prometheus-prometheus.spec
+++ b/golang-github-prometheus-prometheus.spec
@@ -27,7 +27,7 @@
%endif
Name: golang-github-prometheus-prometheus
-Version: 2.46.0
+Version: 2.47.0
Release: 0
Summary: The Prometheus monitoring system and time series database
License: Apache-2.0
diff --git a/npm_licenses.tar.bz2 b/npm_licenses.tar.bz2
index bceb544..29da1c3 100644
--- a/npm_licenses.tar.bz2
+++ b/npm_licenses.tar.bz2
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:3e9400ea5e3d04e5e4fdab34c96b44b297a526b8fd97e7eee53358a368948cd3
-size 159002
+oid sha256:b55ccb1feef25107d13a4bd70bf1d67fd4ba39fe3f9a75878427404fdeb72e6e
+size 156173
diff --git a/prometheus-2.46.0.tar.gz b/prometheus-2.46.0.tar.gz
deleted file mode 100644
index 19c05e5..0000000
--- a/prometheus-2.46.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:088eb4d90e16d271d5834a3342484c32fa9b674c3337996e04a302f124865d2a
-size 6413036
diff --git a/prometheus-2.47.0.tar.gz b/prometheus-2.47.0.tar.gz
new file mode 100644
index 0000000..9f36b83
--- /dev/null
+++ b/prometheus-2.47.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d9fefab50a9b348236209476b2514e5a74d4e0102f865298ccfe6c785bae0a2a
+size 6451476
diff --git a/vendor.tar.gz b/vendor.tar.gz
index 6c9ec8d..59eadaf 100644
--- a/vendor.tar.gz
+++ b/vendor.tar.gz
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:e0fdad646a9dc9ed74bc422a49263aa3ebe1e2e24e267dccb5a6939bf17a7a41
-size 13095466
+oid sha256:faeb96883e19b87ad9361de9143b6cc1e237688b9d56bea25ff3685f9ddebd21
+size 13229182
diff --git a/web-ui-2.46.0.tar.gz b/web-ui-2.46.0.tar.gz
deleted file mode 100644
index c9828ef..0000000
--- a/web-ui-2.46.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:fd6028e56bf19295cf0863a9ff19673910418d928fe7eb730e7aded3b2487146
-size 3568981
diff --git a/web-ui-2.47.0.tar.gz b/web-ui-2.47.0.tar.gz
new file mode 100644
index 0000000..1384d9f
--- /dev/null
+++ b/web-ui-2.47.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2144db3d574829676a6fc1f341dd19d438afcf5461d7cd404a3c7761929d8f96
+size 3569124