Update DEB/RPM package signing key info. (#19888)
Austin S. Hemmelgarn committed
Mar 17, 2025 at 11:09 UTC
c748b6584967c0d39b6918509281a6195ed43ca4
5 files changed
+14
-4
packaging/installer/methods/packages.md
+2
-2
@@ -42,7 +42,7 @@ For example, for stable release packages for RHEL 9 on 64-bit x86, the full URL
42
<https://repository.netdata.cloud/repos/stable/el/9/x86_64/>
43
44
Our RPM packages and repository metadata are signed using a GPG key with a user name of ‘Netdatabot’. The
45
-current key fingerprint is `6588FDD7B14721FE7C3115E6F9177B5265F56346`. The associated public key can be fetched from
45
+current key fingerprint is `6E155DC153906B73765A74A99DD4A74CECFA8F4F`. The associated public key can be fetched from
46
`https://repository.netdata.cloud/netdatabot.gpg.key`.
47
48
If you are explicitly configuring a system to use our repositories, the recommended setup is to download the
@@ -99,7 +99,7 @@ Enabled: Yes
99
Note the `/` at the end of the codename, this is required for the repository to be processed correctly.
100
101
Our DEB packages and repository metadata are signed using a GPG key with a user name of ‘Netdatabot’. The
102
-current key fingerprint is `6588FDD7B14721FE7C3115E6F9177B5265F56346`. The associated public key can be fetched from
102
+current key fingerprint is `6E155DC153906B73765A74A99DD4A74CECFA8F4F`. The associated public key can be fetched from
103
`https://repository.netdata.cloud/netdatabot.gpg.key`.
104
105
If you are explicitly configuring a system to use our repositories, the recommended setup is to download the
packaging/repoconfig/CMakeLists.txt
+2
-2
@@ -9,8 +9,8 @@ list(APPEND DEB_DISTROS debian ubuntu)
9
10
set(DEB_GPG_KEY_SOURCE "https://repo.netdata.cloud/netdatabot.gpg.key")
11
12
-set(PACKAGE_VERSION 4)
13
-set(PACKAGE_RELEASE 3)
12
+set(PACKAGE_VERSION 5)
13
+set(PACKAGE_RELEASE 1)
14
15
set(CPACK_THREADS 0)
16
set(CPACK_STRIP_FILES NO)
packaging/repoconfig/deb.changelog
+6
@@ -1,3 +1,9 @@
1
+@PKG_NAME@ (5-1) unstable; urgency=high
2
+
3
+ * Deploy new package and metadata signing keys
4
+
5
+ -- Austin hemmelgarn <austin@netdata.cloud> Mon, 17 Mar 2025 10:40:00 -0400
6
+
7
@PKG_NAME@ (4-3) unstable; urgency=medium
8
9
* Revert broken priority configuration
packaging/repoconfig/netdata.repo.dnf
+2
@@ -4,6 +4,7 @@ baseurl=https://repository.netdata.cloud/repos/@VARIANT@/@DIST_NAME@/@DIST_VERSI
4
repo_gpgcheck=1
5
gpgcheck=1
6
gpgkey=https://repository.netdata.cloud/netdatabot.gpg.key
7
+ https://repository.netdata.cloud/netdatabot.old.gpg.key
8
enabled=1
9
sslverify=1
10
priority=50
@@ -14,6 +15,7 @@ baseurl=https://repository.netdata.cloud/repos/repoconfig/@DIST_NAME@/@DIST_VERS
15
repo_gpgcheck=1
16
gpgcheck=1
17
gpgkey=https://repository.netdata.cloud/netdatabot.gpg.key
18
+ https://repository.netdata.cloud/netdatabot.old.gpg.key
19
enabled=1
20
sslverify=1
21
priority=50
packaging/repoconfig/rpm.changelog
+2
@@ -1,3 +1,5 @@
1
+* Mon Mar 17 2025 Austin Hemmelgarn <austin@netdata.cloud> 5-1
2
+- Deploy new package and metadata signing keys
3
* Wed Mar 3 2025 Austin Hemmelgarn <austin@netdata.cloud> 4-3
4
- Version bump to stay in sync with DEB packages.
5
* Mon Feb 24 2025 Austin Hemmelgarn <austin@netdata.cloud> 4-2