This commit is contained in:
Andrew Phelps 2024-03-29 09:42:04 -07:00 коммит произвёл GitHub
Родитель b45f7cb4b9
Коммит 21ae188930
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 13 добавлений и 8 удалений

Просмотреть файл

@ -1,11 +1,11 @@
{
"Signatures": {
"prometheus-2.37.0.tar.gz": "98892e82b97004a458e81f03d804859d485323af2d85c34f8a996e25fe1305a9",
"prometheus-2.45.4.tar.gz": "c2440fd3cce8fcf3987691357bedd4470255492f4dfe2b24cdd25d8168d469b5",
"prometheus.conf": "ce522e82dfb2945c520b482b15b5cf591364f7a571f0f28259b64dbeda42b043",
"prometheus.logrotate": "061b92500cd40fcaaf486ff488bcf1b09eac6743d8e840ba6966dc70d4e2067b",
"prometheus.service": "29bf1c886e1d55080e859f2afe112bb7344490e6992e946efe3360fd94d1a604",
"prometheus.sysconfig": "ec89a45641e3411478794106246aa91e7b72f86070a28a4782e3b8be955e4587",
"prometheus.yml": "0112e0bf54660c5e2391fff11a56404a25684c588caa7281677f7f8e19da6f28",
"promu-0.13.0.tar.gz": "3473b87214968c79158f553228baef6e9a37ed3e11e1a4f3e7267ffd3180a8b6"
"promu-0.14.0.tar.gz": "d71d2a0d54093f3f17dc406d7a5825b6d6acd304cd90d9c60ed3f1335fb6ed2a"
}
}

Просмотреть файл

@ -1,10 +1,10 @@
# When upgrading Prometheus, run `./generate_source_tarball.sh --pkgVersion <version>`
# The script will spit out custom tarballs for `prometheus` and `promu` (More details in the script)
%global promu_version 0.13.0
%global promu_version 0.14.0
Summary: Prometheus monitoring system and time series database
Name: prometheus
Version: 2.37.0
Release: 11%{?dist}
Version: 2.45.4
Release: 1%{?dist}
License: Apache-2.0
Vendor: Microsoft Corporation
Distribution: Azure Linux
@ -41,6 +41,8 @@ tar -xf %{SOURCE6} -C ..
cd ../promu-%{promu_version}
make build
cd ../%{name}-%{version}
# This needs to be built for one of the tests
make cli-documentation
make build
%install
@ -131,6 +133,9 @@ fi
%doc README.md RELEASE.md documentation
%changelog
* Thu Mar 28 2024 Andrew Phelps <anphel@microsoft.com> - 2.45.4-1
- Upgrade to version 2.45.4
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.37.0-11
- Bump release to rebuild with go 1.20.10

Просмотреть файл

@ -21243,8 +21243,8 @@
"type": "other",
"other": {
"name": "prometheus",
"version": "2.37.0",
"downloadUrl": "https://github.com/prometheus/prometheus/archive/refs/tags/v2.37.0.tar.gz"
"version": "2.45.4",
"downloadUrl": "https://github.com/prometheus/prometheus/archive/refs/tags/v2.45.4.tar.gz"
}
}
},
@ -30646,4 +30646,4 @@
}
],
"Version": 1
}
}