Skip to content

Commit 54428e9

Browse files
committed
Merge branch '3.x' into dependabot/github_actions/actions/upload-artifact-7.0.1
2 parents bb1b5dc + f5dc645 commit 54428e9

18 files changed

Lines changed: 210 additions & 192 deletions

File tree

Changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Changelog for Percona Toolkit
22

3+
v3.7.1-3 released 2026-04-17
4+
5+
This release addresses multiple important security vulnerabilities affecting libarchive (CVE-2026-4424, CVE-2026-4111), libnghttp2 (CVE-2026-27135), gnupg2 (CVE-2025-68973), and openssl-libs (CVE-2025-15467).
6+
37
v3.7.1 released 2025-12-17
48

59
* Feature PT-2453: Add -skip-pod-summary for pt-k8s-debug-collector (Thanks to Iwo Panowicz for the contribution)

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ MAKE_GOTOOLS
2121

2222
WriteMakefile(
2323
NAME => 'Percona::Toolkit',
24-
VERSION => '3.7.1',
24+
VERSION => '3.7.1-3',
2525
EXE_FILES => [ <bin/*> ],
2626
MAN1PODS => {
2727
'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p',

config/scripts/pt_builder.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ install_go() {
170170
#rm -rf /usr/local/go /usr/local/go1.8 /usr/local/go1.9
171171
#mv go1.9 /usr/local/
172172
#ln -s /usr/local/go1.9 /usr/local/go
173-
GO_VERSION=1.25.8
173+
GO_VERSION=1.26.2
174174
if [ x"$ARCH" = "xx86_64" ]; then
175175
GO_ARCH="amd64"
176176
elif [ x"$ARCH" = "xaarch64" ]; then
@@ -567,8 +567,8 @@ OS_NAME=
567567
ARCH=
568568
OS=
569569
INSTALL=0
570-
RPM_RELEASE=2
571-
DEB_RELEASE=2
570+
RPM_RELEASE=3
571+
DEB_RELEASE=3
572572
REVISION=0
573573
GIT_BRANCH=${GIT_BRANCH}
574574
GIT_REPO=https://github.com/percona/percona-toolkit.git
32.2 KB
Loading

config/sphinx-build/_static/_templates/theme/relbar2.html

Lines changed: 0 additions & 24 deletions
This file was deleted.

config/sphinx-build/_static/css/material.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
.sphinx-tabs-tab {
88
position: relative;
9-
font-family: "Chivo", "Colfax", Helvetica, Arial, sans-serif;
10-
color: #fb8c00;
9+
font-family: "Poppins", "Roboto", Helvetica, Arial, sans-serif;
10+
color: #653df4;
1111
line-height: 24px;
1212
margin: 0;
1313
font-size: 19px;
@@ -29,6 +29,5 @@ body,input{
2929
color:rgba(0,0,0,.87);
3030
-webkit-font-feature-settings:"kern","liga";
3131
font-feature-settings:"kern","liga";
32-
font-family:"Chivo", "Colfax", "Franziska", Helvetica, Arial, sans-serif;
32+
font-family: "Poppins", "Roboto", Helvetica, Arial, sans-serif;
3333
}
34-
-1.45 KB
Binary file not shown.
-1.45 KB
Binary file not shown.
Lines changed: 19 additions & 3 deletions
Loading

config/sphinx-build/_static/percona-logo-1.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)