Commit Graph

5455 Commits

Author SHA1 Message Date
jjudd
506b626210 Add linux-arm64 support 2024-08-23 12:37:32 -06:00
Sveta Smirnova
094c3a5326 Merge pull request #849 from adivinho/DISTMYSQL-438-Pt-sources-not-present-in-pdps-8.0-repo
DISTMYSQL-438 pt sources not present in pdps-8.0 repo
2024-08-23 19:58:26 +03:00
Vadim Yalovets
55a5089b2e DISTMYSQL-438 Pt sources not present in pdps-8.0 repo 2024-08-07 12:34:04 +03:00
Vadim Yalovets
0acde817e2 DISTMYSQL-438 Pt sources not present in pdps-8.0 repo 2024-08-07 12:10:17 +03:00
Sveta Smirnova
504bc9fd52 Merge pull request #846 from percona/dependabot/go_modules/k8s.io/api-0.30.3
build(deps): bump k8s.io/api from 0.30.2 to 0.30.3
2024-07-22 17:46:54 +03:00
dependabot[bot]
ce8bfd3216 build(deps): bump k8s.io/api from 0.30.2 to 0.30.3
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.30.2 to 0.30.3.
- [Commits](https://github.com/kubernetes/api/compare/v0.30.2...v0.30.3)

---
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-07-22 09:05:08 +00:00
Sveta Smirnova
131190368d Merge pull request #839 from MASTERGOKUL/patch-1
Update pt-mysql-summary
2024-07-22 00:43:54 +03:00
Sveta Smirnova
36090d0354 Merge pull request #844 from percona/snyk-fix-829bf95925e3a02eca68c28a3a5ba46c
[Snyk] Fix for 5 vulnerabilities
2024-07-19 17:45:08 +03:00
snyk-bot
3294dec142 fix: requirements-docbuild.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- 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-URLLIB3-7267250
- https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
2024-07-16 16:34:57 +00:00
Sveta Smirnova
4d762d839b Merge branch '3.x' into HEAD 2024-07-16 19:07:45 +03:00
Sveta Smirnova
f47c1d76b6 PR-839 - Update pt-mysql-summary
- Reversed condition, so default is transaction_isolation, not
  tx_isolation
- Removed extra variable: we have variable $version, defined before
- Fixed test cases
2024-07-16 19:02:40 +03:00
Sveta Smirnova
79c1ce70e4 Merge pull request #842 from percona/snyk-fix-fd8c15af3f1ba810384f184ff573dc0c
[Snyk] Security upgrade setuptools from 68.0.0 to 70.0.0
2024-07-16 17:45:22 +03:00
Sveta Smirnova
32e9326b9a Merge pull request #841 from percona/dependabot/github_actions/aquasecurity/trivy-action-0.24.0
build(deps): bump aquasecurity/trivy-action from 0.23.0 to 0.24.0
2024-07-16 16:52:35 +03:00
snyk-bot
1831012d34 fix: requirements-docbuild.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482
2024-07-16 07:42:33 +00:00
dependabot[bot]
39e915b0e5 build(deps): bump aquasecurity/trivy-action from 0.23.0 to 0.24.0
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.23.0...0.24.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-07-15 09:10:12 +00:00
Sveta Smirnova
ebb0e1c453 Merge pull request #840 from percona/typo_in_Changelog_for_PT-234
s/Genaral/General/
2024-07-14 14:15:40 +03:00
GOKUL S
2e643e5948 Update Changelog typo mistake 2024-07-12 15:16:36 +05:30
Sveta Smirnova
d0d0194c7f s/Genaral/General/ 2024-07-12 10:53:14 +03:00
MASTERGOKUL
fbf144c8f6 changed if condition more readable 2024-07-11 18:15:18 +05:30
MASTERGOKUL
3d800e4a9c updated transaction_isolation check using ./util/update-modules 2024-07-11 15:45:54 +05:30
GOKUL S
d2649ae884 added version check for transaction_isolation and tx_isolation 2024-07-11 15:09:28 +05:30
GOKUL S
7444896526 Merge branch 'percona:3.x' into patch-1 2024-07-11 15:07:36 +05:30
Sveta Smirnova
0fa8f62b36 Merge pull request #837 from percona/dependabot/go_modules/golang.org/x/crypto-0.25.0
build(deps): bump golang.org/x/crypto from 0.24.0 to 0.25.0
2024-07-11 02:14:32 +03:00
Sveta Smirnova
2a2ef92e75 Merge pull request #838 from percona/dependabot/github_actions/actions/upload-artifact-4.3.4
build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4
2024-07-11 02:14:19 +03:00
GOKUL S
fc3312c52c Update pt-mysql-summary
Changed the deprecated variable name tx_isolation to transaction_isolation
2024-07-09 19:23:51 +05:30
dependabot[bot]
f0a9796e97 build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.4)

---
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-07-08 09:52:19 +00:00
dependabot[bot]
92a49970b3 build(deps): bump golang.org/x/crypto from 0.24.0 to 0.25.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.24.0 to 0.25.0.
- [Commits](https://github.com/golang/crypto/compare/v0.24.0...v0.25.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-07-08 09:42:33 +00:00
Sveta Smirnova
fdd5fc5158 Merge pull request #836 from percona/dependabot/go_modules/go.mongodb.org/mongo-driver-1.16.0
build(deps): bump go.mongodb.org/mongo-driver from 1.15.1 to 1.16.0
2024-07-04 00:01:57 +03:00
Sveta Smirnova
15c576d6b8 Merge pull request #835 from percona/dependabot/github_actions/aquasecurity/trivy-action-0.23.0
build(deps): bump aquasecurity/trivy-action from 0.22.0 to 0.23.0
2024-07-02 02:30:21 +03:00
Sveta Smirnova
8e723b9ac5 Merge pull request #834 from percona/update_modules_for_pt-stalk
Updated modules for pt-stalk after fix in lib/bash/collect.sh
2024-07-02 02:29:30 +03:00
dependabot[bot]
d11bfcc75a build(deps): bump go.mongodb.org/mongo-driver from 1.15.1 to 1.16.0
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.15.1 to 1.16.0.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.15.1...v1.16.0)

---
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-07-01 09:06:30 +00:00
dependabot[bot]
ba90e2d13f build(deps): bump aquasecurity/trivy-action from 0.22.0 to 0.23.0
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.22.0...0.23.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-06-24 09:18:32 +00:00
Sveta Smirnova
e50f267824 Updated modules for pt-stalk after fix in lib/bash/collect.sh 2024-06-18 16:45:59 +03:00
Sveta Smirnova
252ec73a02 Merge pull request #833 from percona/dependabot/go_modules/go.mongodb.org/mongo-driver-1.15.1
build(deps): bump go.mongodb.org/mongo-driver from 1.15.0 to 1.15.1
2024-06-18 15:26:55 +03:00
Sveta Smirnova
f32a43cb33 Merge pull request #832 from percona/dependabot/go_modules/k8s.io/api-0.30.2
build(deps): bump k8s.io/api from 0.30.1 to 0.30.2
2024-06-18 15:26:40 +03:00
dependabot[bot]
21eccc11ad build(deps): bump go.mongodb.org/mongo-driver from 1.15.0 to 1.15.1
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.15.0 to 1.15.1.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.15.0...v1.15.1)

---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-18 11:32:10 +00:00
dependabot[bot]
fcfa08161c build(deps): bump k8s.io/api from 0.30.1 to 0.30.2
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.30.1 to 0.30.2.
- [Commits](https://github.com/kubernetes/api/compare/v0.30.1...v0.30.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-06-18 11:32:10 +00:00
Sveta Smirnova
dbe5562541 Merge pull request #829 from percona/dependabot/go_modules/golang.org/x/crypto-0.24.0
build(deps): bump golang.org/x/crypto from 0.23.0 to 0.24.0
2024-06-18 14:31:25 +03:00
Sveta Smirnova
98010df705 Merge pull request #828 from percona/dependabot/github_actions/aquasecurity/trivy-action-0.22.0
build(deps): bump aquasecurity/trivy-action from 0.21.0 to 0.22.0
2024-06-18 14:31:08 +03:00
Sveta Smirnova
655a5fa9db Merge pull request #831 from percona/release-v3.6.0
Release v3.6.0
v3.6.0
2024-06-12 20:23:24 +03:00
Sveta Smirnova
42e7516a98 Merge pull request #830 from percona/alina-derkach-oaza-patch-1
PT-2256 Add missing issues to the release notes
2024-06-12 20:12:52 +03:00
Alina Derkach
3f282bbd51 PT-2256 Add missing issues to the release notes
Update release_notes.rst
2024-06-12 18:51:23 +03:00
dependabot[bot]
3c154c88c9 build(deps): bump golang.org/x/crypto from 0.23.0 to 0.24.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.23.0 to 0.24.0.
- [Commits](https://github.com/golang/crypto/compare/v0.23.0...v0.24.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-06-10 09:59:28 +00:00
dependabot[bot]
a7b9459aa8 build(deps): bump aquasecurity/trivy-action from 0.21.0 to 0.22.0
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.21.0 to 0.22.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.21.0...0.22.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-06-10 09:29:51 +00:00
Sveta Smirnova
4de15ef752 Merge pull request #827 from percona/fix_go_ver
Fix go version
2024-06-10 11:54:34 +03:00
EvgeniyPatlan
0c16c13689 Fix go version 2024-06-10 10:46:52 +02:00
Sveta Smirnova
1ecc039be7 Adjusted release date for 3.6.0 and updated Go version in go.mod 2024-06-08 11:52:51 +03:00
Sveta Smirnova
e8a09c62a3 Fixed wait_for_slaves in t/pt-table-sync/master_master.t, so it instructs master1 to wait when master2 is up-to-date 2024-06-07 22:12:44 +03:00
Sveta Smirnova
aaa258d209 Added master server restart in the cleanup for t/pt-online-schema-change/pt-2168-cancel.t test, so next test is not affected by not properly closed connections in 5.7 2024-06-07 22:12:44 +03:00
Sveta Smirnova
8dd0f28f64 Removed extra spaces in lsof output, so mysql_pid detection does not depend on lsof format 2024-06-07 22:12:44 +03:00