Changelog for v3.5.5 (#684)

* PT-2255 Release notes for Percona Toolkit version 3.5.5
	modified:   Makefile.PL
	modified:   config/sphinx-build/conf.py
	modified:   docs/release_notes.rst

* PT-2255 Release notes for Percona Toolkit version 3.5.5

- Added missed contributions

* PT-2255 Release notes for Percona Toolkit version 3.5.5

- Added PT-2258

* Changelog for version 3.5.5

Added Changelog, updated version

* Update Changelog

Co-authored-by: Alina Derkach <alina.derkach@percona.com>

---------

Co-authored-by: Alina Derkach <alina.derkach@percona.com>
This commit is contained in:
Sveta Smirnova
2023-10-03 16:29:53 +03:00
committed by GitHub
parent 46fd033994
commit df73533d29
38 changed files with 92 additions and 54 deletions

View File

@@ -1,5 +1,18 @@
Changelog for Percona Toolkit
v3.5.5 released 2023-10-03
* Feature PR-645: Add after nibble hook to pt-online-schema-change (Thanks to Marcelo HP Ferreira for the contribution)
* Feature PT-2258: Pass tbl as argument for on_copy_rows_after_nibble
* Feature PT-2168: PT-OSC shouldn't fail while unable to monitor a replica node
* Improvement PT-2156: Fix tests for lib
* Improvement: Fixed typos, removed trailing whitespaces, added spelling workflow to GitHub (Thanks to Viktor Szépe for the contributions)
* Fixed bug PT-2235: pt-mongodb-index-check does not support option --version
* Fixed bug PT-2236: pt-secure-collect, pt-pg-summary do not follow PT standard for option --version
* Fixed bug PT-2241: using --skip-check-slave-lag multiple times does not work as expected (Thanks to PinoCao for the contribution)
* Fixed bug PT-2246: CVE reported in Percona Toolkit version 3.5.4 related to Go (Thanks to Kushal Haldar for reporting this issue)
* Fixed bug PT-2248: pt-k8s-debug-collector does not run pg_gather with K8SPG 2
v3.5.4 released 2023-06-30
* Improvement PT-2151: Fix tests for pt-query-digest

View File

@@ -2,7 +2,7 @@ use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Percona::Toolkit',
VERSION => '3.5.4',
VERSION => '3.5.5',
EXE_FILES => [ <bin/*> ],
MAN1PODS => {
'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p',

View File

@@ -1364,6 +1364,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-align 3.5.4
pt-align 3.5.5
=cut

View File

@@ -45,7 +45,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.4';
our $VERSION = '3.5.5';
use strict;
use warnings FATAL => 'all';
@@ -8823,6 +8823,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-archiver 3.5.4
pt-archiver 3.5.5
=cut

View File

@@ -43,7 +43,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.4';
our $VERSION = '3.5.5';
use strict;
use warnings FATAL => 'all';
@@ -6011,6 +6011,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-config-diff 3.5.4
pt-config-diff 3.5.5
=cut

View File

@@ -42,7 +42,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.4';
our $VERSION = '3.5.5';
use strict;
use warnings FATAL => 'all';
@@ -5788,6 +5788,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-deadlock-logger 3.5.4
pt-deadlock-logger 3.5.5
=cut

View File

@@ -38,7 +38,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.4';
our $VERSION = '3.5.5';
use strict;
use warnings FATAL => 'all';
@@ -5692,6 +5692,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-diskstats 3.5.4
pt-diskstats 3.5.5
=cut

View File

@@ -39,7 +39,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.4';
our $VERSION = '3.5.5';
use strict;
use warnings FATAL => 'all';
@@ -5788,6 +5788,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-duplicate-key-checker 3.5.4
pt-duplicate-key-checker 3.5.5
=cut

View File

@@ -1708,6 +1708,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fifo-split 3.5.4
pt-fifo-split 3.5.5
=cut

View File

@@ -35,7 +35,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.4';
our $VERSION = '3.5.5';
use strict;
use warnings FATAL => 'all';
@@ -5203,6 +5203,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-find 3.5.4
pt-find 3.5.5
=cut

View File

@@ -2271,6 +2271,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fingerprint 3.5.4
pt-fingerprint 3.5.5
=cut

View File

@@ -37,7 +37,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.4';
our $VERSION = '3.5.5';
use strict;
use warnings FATAL => 'all';
@@ -4775,6 +4775,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fk-error-logger 3.5.4
pt-fk-error-logger 3.5.5
=cut

View File

@@ -44,7 +44,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.4';
our $VERSION = '3.5.5';
use strict;
use warnings FATAL => 'all';
@@ -7518,6 +7518,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-heartbeat 3.5.4
pt-heartbeat 3.5.5
=cut

View File

@@ -45,7 +45,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.4';
our $VERSION = '3.5.5';
use strict;
use warnings FATAL => 'all';
@@ -7733,6 +7733,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-index-usage 3.5.4
pt-index-usage 3.5.5
=cut

View File

@@ -1143,7 +1143,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-ioprofile 3.5.4
pt-ioprofile 3.5.5
=cut

View File

@@ -47,7 +47,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.4';
our $VERSION = '3.5.5';
use strict;
use warnings FATAL => 'all';
@@ -8804,6 +8804,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-kill 3.5.4
pt-kill 3.5.5
=cut

View File

@@ -819,7 +819,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-mext 3.5.4
pt-mext 3.5.5
=cut

View File

@@ -3378,7 +3378,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-mysql-summary 3.5.4
pt-mysql-summary 3.5.5
=cut

View File

@@ -56,7 +56,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.4';
our $VERSION = '3.5.5';
use strict;
use warnings FATAL => 'all';
@@ -13565,6 +13565,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-online-schema-change 3.5.4
pt-online-schema-change 3.5.5
=cut

View File

@@ -912,7 +912,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-pmp 3.5.4
pt-pmp 3.5.5
=cut

View File

@@ -64,7 +64,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.4';
our $VERSION = '3.5.5';
use strict;
use warnings FATAL => 'all';
@@ -17038,6 +17038,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-query-digest 3.5.4
pt-query-digest 3.5.5
=cut

View File

@@ -2673,6 +2673,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-show-grants 3.5.4
pt-show-grants 3.5.5
=cut

View File

@@ -1260,7 +1260,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-sift 3.5.4
pt-sift 3.5.5
=cut

View File

@@ -40,7 +40,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.4';
our $VERSION = '3.5.5';
use strict;
use warnings FATAL => 'all';
@@ -5061,6 +5061,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-delay 3.5.4
pt-slave-delay 3.5.5
=cut

View File

@@ -4638,6 +4638,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-find 3.5.4
pt-slave-find 3.5.5
=cut

View File

@@ -41,7 +41,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.4';
our $VERSION = '3.5.5';
use strict;
use warnings FATAL => 'all';
@@ -6289,6 +6289,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-restart 3.5.4
pt-slave-restart 3.5.5
=cut

View File

@@ -2575,7 +2575,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-stalk 3.5.4
pt-stalk 3.5.5
=cut

View File

@@ -2780,7 +2780,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-summary 3.5.4
pt-summary 3.5.5
=cut

View File

@@ -58,7 +58,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.4';
our $VERSION = '3.5.5';
use strict;
use warnings FATAL => 'all';
@@ -14201,6 +14201,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-checksum 3.5.4
pt-table-checksum 3.5.5
=cut

View File

@@ -55,7 +55,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.4';
our $VERSION = '3.5.5';
use strict;
use warnings FATAL => 'all';
@@ -13223,6 +13223,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-sync 3.5.4
pt-table-sync 3.5.5
=cut

View File

@@ -8517,6 +8517,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-usage 3.5.4
pt-table-usage 3.5.5
=cut

View File

@@ -61,7 +61,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.4';
our $VERSION = '3.5.5';
use strict;
use warnings FATAL => 'all';
@@ -11528,6 +11528,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-upgrade 3.5.4
pt-upgrade 3.5.5
=cut

View File

@@ -44,7 +44,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.4';
our $VERSION = '3.5.5';
use strict;
use warnings FATAL => 'all';
@@ -6326,6 +6326,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-variable-advisor 3.5.4
pt-variable-advisor 3.5.5
=cut

View File

@@ -3308,6 +3308,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-visual-explain 3.5.4
pt-visual-explain 3.5.5
=cut

View File

@@ -50,7 +50,7 @@ copyright = u'2023, Percona LLC and/or its affiliates'
# The short X.Y version.
version = '3.5'
# The full version, including alpha/beta/rc tags.
release = '3.5.4'
release = '3.5.5'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -575,6 +575,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
Percona Toolkit v3.5.4 released 2023-06-28
Percona Toolkit v3.5.5 released 2023-10-02
=cut

View File

@@ -1,6 +1,31 @@
Percona Toolkit
***************
v3.5.5 released 2023-10-02
==============================
New Features
------------------------------------------------------------
* :jirabug:`PT-2168`: PT-OSC shouldn't fail while unable to monitor a replica node
* `PR-645`: Add after nibble hook to pt-online-schema-change (Thanks to Marcelo HP Ferreira for the implementing this feature)
* :jirabug:`PT-2258`: Pass tbl as argument for on_copy_rows_after_nibble
Improvements
------------------------------------------------------------
* :jirabug:`PT-2156`: Fix tests for lib
* Fixed typos, removed trailing whitespaces, added spelling workflow to GitHub (Thanks to Viktor Szépe for fixing these issues)
Bugs Fixed
------------
* :jirabug:`PT-2235`: pt-mongodb-index-check does not support option --version
* :jirabug:`PT-2236`: pt-secure-collect, pt-pg-summary do not follow PT standard for option --version
* :jirabug:`PT-2241`: using --skip-check-slave-lag multiple times does not work as expected (Thanks to PinoCao for reporting and fixing this issue)
* :jirabug:`PT-2246`: CVE reported in Percona Toolkit version 3.5.4 related to Go (Thanks to Kushal Haldar for reporting this issue)
* :jirabug:`PT-2248`: pt-k8s-debug-collector does not run pg_gather with K8SPG 2
v3.5.4 released 2023-06-30
==============================

View File

@@ -18,7 +18,7 @@
# ###########################################################################
package Percona::Toolkit;
our $VERSION = '3.5.4';
our $VERSION = '3.5.5';
use strict;
use warnings FATAL => 'all';