Sveta Smirnova
bb66ab0845
PT-2340 - Support MySQL 8.4
...
- Implemented functions get_replica_name and get_source_name in lib/MasterSlave.pm I did not implement similar functions in other places, because they set other variables as well, not only replica_name or source_name.
2024-11-13 02:04:39 +03:00
Sveta Smirnova
a1093ff12c
PT-2340 - Support MySQL 8.4
...
- s/slave lag/replica lag/ in tests
- reverted rename of COM_REGISTER_SLAVE to COM_REGISTER_REPLICA, because the constant still named COM_REGISTER_SLAVE in 8.4
- removed some slave leftovers from pt-replica-find
2024-11-12 15:18:36 +03:00
Sveta Smirnova
ae4eb803e3
Merge pull request #878 from surbhat1595/pt-arm
...
PKG-213 Create Percona Toolkit arm64 packages
2024-11-11 14:41:35 +03:00
dependabot[bot]
1c0c1aedaf
build(deps): bump golang.org/x/crypto from 0.27.0 to 0.29.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.27.0 to 0.29.0.
- [Commits](https://github.com/golang/crypto/compare/v0.27.0...v0.29.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-11 09:58:16 +00:00
dependabot[bot]
02df0f0faa
build(deps): bump github.com/alecthomas/kong from 1.2.1 to 1.4.0
...
Bumps [github.com/alecthomas/kong](https://github.com/alecthomas/kong ) from 1.2.1 to 1.4.0.
- [Commits](https://github.com/alecthomas/kong/compare/v1.2.1...v1.4.0 )
---
updated-dependencies:
- dependency-name: github.com/alecthomas/kong
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-11 09:58:12 +00:00
dependabot[bot]
c0e3679a78
build(deps): bump k8s.io/api from 0.31.1 to 0.31.2
...
Bumps [k8s.io/api](https://github.com/kubernetes/api ) from 0.31.1 to 0.31.2.
- [Commits](https://github.com/kubernetes/api/compare/v0.31.1...v0.31.2 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-28 09:44:49 +00:00
Surabhi Bhat
945fda1c6a
PKG-213 Create Percona Toolkit arm64 packages
2024-10-23 12:58:34 +05:30
dependabot[bot]
1021879f44
build(deps): bump aquasecurity/trivy-action from 0.24.0 to 0.28.0
...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ) from 0.24.0 to 0.28.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.24.0...0.28.0 )
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-21 09:44:39 +00:00
dependabot[bot]
f1e35bd15f
build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.4.0 to 4.4.3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4.4.0...v4.4.3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-14 09:42:36 +00:00
Sveta Smirnova
a2102efb86
PT-2340 - Support MySQL 8.4
...
- s/slave lag/replica lag/ in reports
2024-10-07 15:53:46 +03:00
Sveta Smirnova
aab0b0cd22
PT-2340 - Support MySQL 8.4
...
- Fixed typos
2024-10-06 22:55:48 +03:00
Sveta Smirnova
e95f05b059
Merge pull request #868 from percona/snyk-fix-8fda7f943d351e5386e471bc787babaf
...
[Snyk] Fix for 17 vulnerabilities
2024-10-06 22:35:58 +03:00
Sveta Smirnova
e8a64855d1
Merge pull request #864 from percona/dependabot/go_modules/k8s.io/api-0.31.1
...
build(deps): bump k8s.io/api from 0.31.0 to 0.31.1
2024-10-04 23:54:14 +03:00
Sveta Smirnova
4f1f29db0d
Merge pull request #865 from percona/dependabot/go_modules/github.com/alecthomas/kong-1.2.1
...
build(deps): bump github.com/alecthomas/kong from 0.9.0 to 1.2.1
2024-10-04 23:53:46 +03:00
Sveta Smirnova
18546a2141
Merge pull request #870 from percona/dependabot/go_modules/go.mongodb.org/mongo-driver-1.17.1
...
build(deps): bump go.mongodb.org/mongo-driver from 1.16.1 to 1.17.1
2024-10-04 23:53:33 +03:00
Sveta Smirnova
ec677f4979
Merge branch '3.x' into PT-2340_Support_MySQL_8.4
2024-10-04 19:34:22 +03:00
Sveta Smirnova
287a1c0331
PT-2340 - Support MySQL 8.4
...
- Fixed typo in bin/pt-table-sync
2024-10-04 19:33:04 +03:00
Sveta Smirnova
0822debe4e
Merge pull request #855 from lucidsoftware/linux-arm64
...
Add linux-arm64 support
2024-10-04 19:22:59 +03:00
dependabot[bot]
26c6548ffb
build(deps): bump k8s.io/api from 0.31.0 to 0.31.1
...
Bumps [k8s.io/api](https://github.com/kubernetes/api ) from 0.31.0 to 0.31.1.
- [Commits](https://github.com/kubernetes/api/compare/v0.31.0...v0.31.1 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-04 16:08:07 +00:00
dependabot[bot]
d8529038ca
build(deps): bump go.mongodb.org/mongo-driver from 1.16.1 to 1.17.1
...
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver ) from 1.16.1 to 1.17.1.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases )
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.16.1...v1.17.1 )
---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-04 16:08:05 +00:00
Sveta Smirnova
3a1a934309
Merge pull request #859 from percona/dependabot/go_modules/golang.org/x/crypto-0.27.0
...
build(deps): bump golang.org/x/crypto from 0.26.0 to 0.27.0
2024-10-04 19:06:51 +03:00
Sveta Smirnova
86fe021434
PT-2340 - Support MySQL 8.4
...
- Updated modules
2024-10-04 19:06:01 +03:00
Sveta Smirnova
fcb2d549b8
PT-2340 - Support MySQL 8.4
...
- Adjusted pt-variable-advisor, so it reflects current defaults
2024-10-04 19:02:07 +03:00
Sveta Smirnova
e4281dc6c2
PT-2340 - Support MySQL 8.4
...
- Adjusted t/pt-deadlock-logger/check_schema_exists.t so it makes sense
2024-10-04 18:32:39 +03:00
Sveta Smirnova
33086769a1
PT-2340 - Support MySQL 8.4
...
- Added test for replica lag check for pt-archiver
- Re-added deprecated slave- options
- Added tests for deprecation warnings and for legacy options for pt-archiver
- Removed practically not supported options --replica-user and --replica-password from pt-archiver, pt-kill, pt-query-digest
- Added legacy source/replica options (master/slave) variants and tests for pt-heartbeat, pt-online-schema-change, pt-replica-find, pt-replica-restart, pt-table-checksum, pt-table-sync
- Updated modules after lib/MasterSlave.pm change
2024-10-04 18:27:00 +03:00
snyk-bot
97283665a2
fix: requirements-docbuild.txt to reduce vulnerabilities
...
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-3164749
- https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-5805047
- https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-7430173
- https://snyk.io/vuln/SNYK-PYTHON-IDNA-6597975
- https://snyk.io/vuln/SNYK-PYTHON-JINJA2-6150717
- https://snyk.io/vuln/SNYK-PYTHON-JINJA2-6809379
- https://snyk.io/vuln/SNYK-PYTHON-PYGMENTS-1086606
- https://snyk.io/vuln/SNYK-PYTHON-PYGMENTS-1088505
- https://snyk.io/vuln/SNYK-PYTHON-PYGMENTS-5750273
- https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-5595532
- https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482
- https://snyk.io/vuln/SNYK-PYTHON-SPHINX-570772
- https://snyk.io/vuln/SNYK-PYTHON-SPHINX-570773
- https://snyk.io/vuln/SNYK-PYTHON-SPHINX-5811865
- https://snyk.io/vuln/SNYK-PYTHON-SPHINX-5812109
2024-09-29 09:40:54 +00:00
Sveta Smirnova
1de149116a
PT-2340 - Support MySQL 8.4
...
- Added tests for legacy style heartbeat and checksum tables
2024-09-20 15:47:21 +03:00
Sveta Smirnova
e481396d8d
Merge branch '3.x' into PT-2340_Support_MySQL_8.4
2024-09-19 20:35:36 +03:00
Sveta Smirnova
5d55904436
PT-2340 - Support MySQL 8.4
...
- Tests for the minimal SSL support
- Updated util/update-modules, so they don't skip tools with modules, not defined in lib
2024-09-18 15:28:45 +03:00
dependabot[bot]
d4caca8784
build(deps): bump github.com/alecthomas/kong from 0.9.0 to 1.2.1
...
Bumps [github.com/alecthomas/kong](https://github.com/alecthomas/kong ) from 0.9.0 to 1.2.1.
- [Commits](https://github.com/alecthomas/kong/compare/v0.9.0...v1.2.1 )
---
updated-dependencies:
- dependency-name: github.com/alecthomas/kong
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-16 09:35:04 +00:00
dependabot[bot]
04d9d96a6f
build(deps): bump golang.org/x/crypto from 0.26.0 to 0.27.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.26.0 to 0.27.0.
- [Commits](https://github.com/golang/crypto/compare/v0.26.0...v0.27.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-09 09:46:43 +00:00
Sveta Smirnova
045b2fec9f
PT-2340 - Support MySQL 8.4
...
- Adjusted test results, broken due to mysql.component table in PS
2024-09-06 16:10:36 +03:00
Sveta Smirnova
ea6bd77501
PT-2340 - Support MySQL 8.4
...
- Moved data collection for THP from lib/bash/report_system_info.sh to lib/bash/collect_system_info.sh, so pt-summary reports THP status on the machine where samples were collected, not on the machine where an engineer examines samples.
2024-09-06 13:08:45 +03:00
Sveta Smirnova
c3f327d53b
PT-2340 - Support MySQL 8.4
...
- Updated tests for pt-variable-advisor and lib/VariableAdvisorRules
2024-09-05 16:45:45 +03:00
Sveta Smirnova
d7372884bf
Merge branch '3.x' into PT-2340_Support_MySQL_8.4
2024-09-04 18:39:10 +03:00
Sveta Smirnova
206404fe8c
Merge pull request #858 from percona/Make_Go_tolls_docs_symbolic_links_to_README.md
...
Make documentation for Go tools to use symlinks to README.rst
2024-09-04 18:38:48 +03:00
Sveta Smirnova
d03bd604a1
PT-2340 - Support MySQL 8.4
...
- Fixed typos
- Added tests for MyRocks and TokuDB clustered indexes into t/pt-duplicate-key-checker/clustered_keys.t
- Updated modules
2024-09-04 18:32:58 +03:00
Sveta Smirnova
bf3d2ffab4
Make documentation for Go tools to use symlinks to README.rst
...
- Currently, documentation for Go tools is duplicated in the user manual
and README files. This PR makes README files single source of truth
and creates a symlincs inside docs directory.
- Fixed link to the forum in
config/sphinx-build/_static/_templates/theme/relbar2.html (previously
mentioned PSMDB forum instead of Percona Toolkit's)
- Updated 3.6.0 release date in docs/percona-toolkit.pod
- Updated documentation for option --version in docs/percona-toolkit.pod
2024-09-04 00:37:32 +03:00
Sveta Smirnova
e78da8d151
Merge pull request #857 from percona/dependabot/github_actions/actions/upload-artifact-4.4.0
...
build(deps): bump actions/upload-artifact from 4.3.4 to 4.4.0
2024-09-03 20:13:31 +03:00
Sveta Smirnova
7cd9f62d65
Merge pull request #851 from percona/dependabot/go_modules/go.mongodb.org/mongo-driver-1.16.1
...
build(deps): bump go.mongodb.org/mongo-driver from 1.16.0 to 1.16.1
2024-09-03 20:13:15 +03:00
Sveta Smirnova
1c888574a2
Merge branch '3.x' into dependabot/go_modules/go.mongodb.org/mongo-driver-1.16.1
2024-09-03 20:13:08 +03:00
Sveta Smirnova
5cd773527c
Merge pull request #850 from percona/dependabot/go_modules/golang.org/x/crypto-0.26.0
...
build(deps): bump golang.org/x/crypto from 0.25.0 to 0.26.0
2024-09-03 20:12:30 +03:00
dependabot[bot]
279984104b
build(deps): bump golang.org/x/crypto from 0.25.0 to 0.26.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.25.0 to 0.26.0.
- [Commits](https://github.com/golang/crypto/compare/v0.25.0...v0.26.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-03 17:09:48 +00:00
Sveta Smirnova
22a9d3d587
Merge pull request #853 from percona/dependabot/go_modules/k8s.io/api-0.31.0
...
build(deps): bump k8s.io/api from 0.30.3 to 0.31.0
2024-09-03 20:08:38 +03:00
Sveta Smirnova
94bcfd2b69
PT-2340 - Support MySQL 8.4
...
- Updated documentation
2024-09-03 20:05:26 +03:00
dependabot[bot]
63725df313
build(deps): bump actions/upload-artifact from 4.3.4 to 4.4.0
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.4 to 4.4.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.4...v4.4.0 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-02 10:00:48 +00:00
Sveta Smirnova
2ca815650e
PT-2340 - Support MySQL 8.4
...
- Created pt-replica-find. pt-slave-find kept as symbolic link
2024-08-28 00:41:11 +03:00
Sveta Smirnova
e3e352d1d6
PT-2340 - Support MySQL 8.4
...
- Fixed comparison operators for VersionCheck calls
2024-08-27 13:45:37 +03:00
Sveta Smirnova
42486a80a5
PT-2340 - Support MySQL 8.4
...
- Changed write-user-docs script, so it creates special documentation pages for symbolic links.
2024-08-27 12:51:09 +03:00
Sveta Smirnova
8f87bad328
PT-2340 - Support MySQL 8.4
...
- Created pt-replica-restart. pt-slave-restart kept as symbolic link
2024-08-27 00:41:34 +03:00