Skip to content

PMM-6384 Fixed docker-compose for M1 CPUs#999

Merged
gen1us2k merged 3 commits intomainfrom
PMM-6384-fix-docker-compose
Jul 4, 2022
Merged

PMM-6384 Fixed docker-compose for M1 CPUs#999
gen1us2k merged 3 commits intomainfrom
PMM-6384-fix-docker-compose

Conversation

@gen1us2k
Copy link
Copy Markdown
Contributor

@gen1us2k gen1us2k commented Jul 1, 2022

PMM-6384

Build: SUBMODULES-0

  • Links to other linked pull requests (optional).

@gen1us2k gen1us2k requested a review from BupycHuk as a code owner July 1, 2022 12:55
@BupycHuk BupycHuk requested review from a team and palash25 and removed request for a team July 1, 2022 12:59
# Otherwise, MySQL in Docker for Mac completely locks during/after slowlog rotation tests.
mysql:
image: ${MYSQL_IMAGE:-percona:5.7}
platform: linux/amd64
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you make it configurable, so that when MYSQL will support arm64 it can be overriden

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once MySQL will support arm64 what is the reason to have this field at all? I guess we will just drop it, no?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What I am trying to say, it is always better to avoid hard codding.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And the title of the PR misleading, because it is not a fix but rather a workaround.
It can extra details/motivation, ie "On arm64 mac machines, running mysql fails with no matching manifest for linux/arm64/v8 in the manifest list entries"

I just checked upstream, and I see that arm64 is supported (ie in mysql:8.0.29-oracle)
image

@gen1us2k gen1us2k enabled auto-merge (squash) July 4, 2022 10:47
@gen1us2k gen1us2k merged commit 307b827 into main Jul 4, 2022
@gen1us2k gen1us2k deleted the PMM-6384-fix-docker-compose branch July 4, 2022 11:29
BupycHuk pushed a commit that referenced this pull request Jul 11, 2022
BupycHuk added a commit that referenced this pull request Jul 12, 2022
* PMM-7 improve contribution

* Update CODEOWNERS

* more codeownership rules

* fix codeowners

* restructure documentation and add common tech (#973)

* restructure documentation and add common tech

Co-Authored-By: Alex Tymchuk <alexander.tymchuk@percona.com>
Co-Authored-By: Alexey Palazhchenko <alexey.palazhchenko@percona.com>

* Update CONTRIBUTING.md

Co-authored-by: Alex Tymchuk <alexander.tymchuk@percona.com>

* fix markdown dir

* fix kingpin

* ignore docs in all workflows

* Update docs/process/common_tech_lib_approaches.md

Co-authored-by: Nurlan Moldomurov <bupychuk1989@gmail.com>

* only path or path-ignore could be there. fix pattern

* fix doc pipeline

Co-authored-by: Alex Tymchuk <alexander.tymchuk@percona.com>
Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@percona.com>
Co-authored-by: Nurlan Moldomurov <bupychuk1989@gmail.com>

* PMM-9965 Apply changes in monorepo (#971)

This changes were already approved and tested.

* Bump github.com/aws/aws-sdk-go from 1.44.39 to 1.44.42 (#977)

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.39 to 1.44.42.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
- [Commits](aws/aws-sdk-go@v1.44.39...v1.44.42)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* PMM-9913 Added temp cleanup on agent start/stop (#923)

* PMM-9913 Added temp cleanup on agent start/stop

* Fix DBAAS dependency version (#982)

* cleanup (#961)

* Bump github.com/stretchr/testify from 1.7.2 to 1.7.5 (#979)

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.2 to 1.7.5.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.7.2...v1.7.5)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* PMM-10082 Remove ssh-keygen dependency (#981)

* PMM-10082 Remove ssh-keygen dependency
* PMM-10082 Skip test check updates

* PMM-7462 Compares env var to settings (#965)

* PMM-7462 Compares env var to settings

- Settings send all configuration in a request
- This triggered an error if a setting was configured in env var
- This validates if the env var setting did not change

* PMM-10145 Handle RDS not having an endpoint (#955)

* PMM-10145 Handle RDS not having an endpoint

- RDS instances in state "Creating" do not have an endpoint yet.
- When discovering such instances we panicked

* Bump github.com/bufbuild/buf from 1.5.0 to 1.6.0 in /tools (#976)

Bumps [github.com/bufbuild/buf](https://github.com/bufbuild/buf) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/bufbuild/buf/releases)
- [Changelog](https://github.com/bufbuild/buf/blob/main/CHANGELOG.md)
- [Commits](bufbuild/buf@v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/bufbuild/buf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* PMM-10231 Revert of defaults-file and credentials-source. (#992)

* PMM-10231 Revert of defaults-file.

* PMM-10231 Revert of credentials-sources.

* PMM-10231 Revert of defaults-file tests.

* PMM-10231 Revert of defaults-file - api tests.

* Update CONTRIBUTING.md (#994)

* PMM-9510: Remove tail with scrape resolution from job label (#980)

* Remove tail with scrape value from job

* Fix typo

* PMM-9510 Refactoring

Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>
Co-authored-by: Denys Kondratenko <denisok@users.noreply.github.com>

* PMM-7 improve contribution guide (#997)

* PMM-10170 unlock all severities (#959)

* PMM-10170 add support for all severity levels in response

* improve api tests readme

* continue on unknown severity

Co-authored-by: Fábio Silva <ffjs1993@gmail.com>

* PMM-10142 MySQL explain fix. (#991)

* PMM-10142 API changes.

* PMM-10142 Changes.

* PMM-10142 Gen.

* PMM-10142 Gen.

* PMM-10142 Empty line.

* PMM-10142 Changes.

* PMM-10142 Fix blacklisted package.

* PMM-10142 Changes.

* trigger

* trigger

* PMM-9320: fix username/password incorrect escape (#949)

* Bump github.com/brianvoe/gofakeit/v6 from 6.16.0 to 6.17.0 (#1006)

Bumps [github.com/brianvoe/gofakeit/v6](https://github.com/brianvoe/gofakeit) from 6.16.0 to 6.17.0.
- [Release notes](https://github.com/brianvoe/gofakeit/releases)
- [Commits](brianvoe/gofakeit@v6.16.0...v6.17.0)

---
updated-dependencies:
- dependency-name: github.com/brianvoe/gofakeit/v6
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/ClickHouse/clickhouse-go/v2 from 2.1.0 to 2.2.0 (#1007)

Bumps [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/ClickHouse/clickhouse-go/releases)
- [Commits](ClickHouse/clickhouse-go@v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* PMM-6384 Fixed docker-compose for M1 CPUs (#999)

* return common test for docs (#1011)

Common tests are required to pass, and it is hard to workaround this report in Actions.

* fix issue in get config (#1000)

Co-authored-by: Carlos Salguero <carlos.salguero@percona.com>

* Bump github.com/aws/aws-sdk-go from 1.44.42 to 1.44.47 (#1010)

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.42 to 1.44.47.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
- [Commits](aws/aws-sdk-go@v1.44.42...v1.44.47)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/go-co-op/gocron from 1.14.0 to 1.15.0 (#1005)

Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/go-co-op/gocron/releases)
- [Commits](go-co-op/gocron@v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: github.com/go-co-op/gocron
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#1009)

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.5 to 1.8.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.7.5...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* PMM-7326 Help text update (#1015)

* PMM-7 fix link to pmm-managed (#1017)

* fallback to original DSN if it is non-URI (#1018)

* Make imports tests work with modules (#987)

* PMM-10078 Extract portal client, add dev env variables for portal address overwriting (#958)

* PMM-10078 Extract portal client, add dev env variables for portal address overwriting

* PMM-10078 Refactoring

* PMM-10078 Refactoring

* PMM-10078 Refactoring

* Fix DBAAS dependency version

* PMM-10078 Use warns instead of errors for removed test env variables

* PMM-10078 Fix tests

* PMM-10078 Add test env variables to CONTRIBUTING.md

* PMM-10301 Detailed version of MySQL (#1020)

* Update config.default.yml

* Update managed/services/telemetry/config.default.yml

Co-authored-by: Nurlan Moldomurov <bupychuk1989@gmail.com>

* fix the metrics name

* PMM-10301 combined query

* Update config.default.yml

Co-authored-by: Nurlan Moldomurov <bupychuk1989@gmail.com>

* PMM-7 Bump golangci-lint deps. (#1023)

* Bump golangci-lint deps.

* Bump golangci-lint deps.

* Bump github.com/minio/minio-go/v7 from 7.0.28 to 7.0.31 (#1019)

Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.28 to 7.0.31.
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](minio/minio-go@v7.0.28...v7.0.31)

---
updated-dependencies:
- dependency-name: github.com/minio/minio-go/v7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/hashicorp/go-version from 1.5.0 to 1.6.0 (#1013)

Bumps [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/hashicorp/go-version/releases)
- [Changelog](https://github.com/hashicorp/go-version/blob/main/CHANGELOG.md)
- [Commits](hashicorp/go-version@v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-version
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* PMM-7 More codeownership rules

* Update CODEOWNERS

Co-authored-by: Alex Tymchuk <alexander.tymchuk@percona.com>
Co-authored-by: Denys Kondratenko <denisok@users.noreply.github.com>
Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@percona.com>
Co-authored-by: Carlos Salguero <carlos.salguero@percona.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Taras Shcherban <shcherban91@gmail.com>
Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>
Co-authored-by: Alexey Mukas <91831719+ritbl@users.noreply.github.com>
Co-authored-by: Michal Kralik <michal@1234.sk>
Co-authored-by: Przemyslaw Kadej <przemyslaw.kadej@implex.dev>
Co-authored-by: Anton Bystrov <anton.bystrov@simbirsoft.com>
Co-authored-by: Michael Okoko <10512379+idoqo@users.noreply.github.com>
Co-authored-by: Fábio Silva <ffjs1993@gmail.com>
Co-authored-by: Jiří Čtvrtka <62988319+JiriCtvrtka@users.noreply.github.com>
Co-authored-by: Andrew Minkin <minkin.andrew@gmail.com>
Co-authored-by: Nikita Beletskii <nikita.beletskii@percona.com>
Co-authored-by: Roma Novikov <roma.novikov@percona.com>
Co-authored-by: Pavel Khripkov <94828791+PavelKhripkov@users.noreply.github.com>
BupycHuk pushed a commit that referenced this pull request Aug 4, 2022
BupycHuk added a commit that referenced this pull request Aug 4, 2022
* PMM-7 improve contribution

* Update CODEOWNERS

* more codeownership rules

* fix codeowners

* restructure documentation and add common tech (#973)

* restructure documentation and add common tech

Co-Authored-By: Alex Tymchuk <alexander.tymchuk@percona.com>
Co-Authored-By: Alexey Palazhchenko <alexey.palazhchenko@percona.com>

* Update CONTRIBUTING.md

Co-authored-by: Alex Tymchuk <alexander.tymchuk@percona.com>

* fix markdown dir

* fix kingpin

* ignore docs in all workflows

* Update docs/process/common_tech_lib_approaches.md

Co-authored-by: Nurlan Moldomurov <bupychuk1989@gmail.com>

* only path or path-ignore could be there. fix pattern

* fix doc pipeline

Co-authored-by: Alex Tymchuk <alexander.tymchuk@percona.com>
Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@percona.com>
Co-authored-by: Nurlan Moldomurov <bupychuk1989@gmail.com>

* PMM-9965 Apply changes in monorepo (#971)

This changes were already approved and tested.

* Bump github.com/aws/aws-sdk-go from 1.44.39 to 1.44.42 (#977)

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.39 to 1.44.42.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
- [Commits](aws/aws-sdk-go@v1.44.39...v1.44.42)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* PMM-9913 Added temp cleanup on agent start/stop (#923)

* PMM-9913 Added temp cleanup on agent start/stop

* Fix DBAAS dependency version (#982)

* cleanup (#961)

* Bump github.com/stretchr/testify from 1.7.2 to 1.7.5 (#979)

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.2 to 1.7.5.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.7.2...v1.7.5)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* PMM-10082 Remove ssh-keygen dependency (#981)

* PMM-10082 Remove ssh-keygen dependency
* PMM-10082 Skip test check updates

* PMM-7462 Compares env var to settings (#965)

* PMM-7462 Compares env var to settings

- Settings send all configuration in a request
- This triggered an error if a setting was configured in env var
- This validates if the env var setting did not change

* PMM-10145 Handle RDS not having an endpoint (#955)

* PMM-10145 Handle RDS not having an endpoint

- RDS instances in state "Creating" do not have an endpoint yet.
- When discovering such instances we panicked

* Bump github.com/bufbuild/buf from 1.5.0 to 1.6.0 in /tools (#976)

Bumps [github.com/bufbuild/buf](https://github.com/bufbuild/buf) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/bufbuild/buf/releases)
- [Changelog](https://github.com/bufbuild/buf/blob/main/CHANGELOG.md)
- [Commits](bufbuild/buf@v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/bufbuild/buf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* PMM-10231 Revert of defaults-file and credentials-source. (#992)

* PMM-10231 Revert of defaults-file.

* PMM-10231 Revert of credentials-sources.

* PMM-10231 Revert of defaults-file tests.

* PMM-10231 Revert of defaults-file - api tests.

* Update CONTRIBUTING.md (#994)

* PMM-9510: Remove tail with scrape resolution from job label (#980)

* Remove tail with scrape value from job

* Fix typo

* PMM-9510 Refactoring

Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>
Co-authored-by: Denys Kondratenko <denisok@users.noreply.github.com>

* PMM-7 improve contribution guide (#997)

* PMM-10170 unlock all severities (#959)

* PMM-10170 add support for all severity levels in response

* improve api tests readme

* continue on unknown severity

Co-authored-by: Fábio Silva <ffjs1993@gmail.com>

* PMM-10142 MySQL explain fix. (#991)

* PMM-10142 API changes.

* PMM-10142 Changes.

* PMM-10142 Gen.

* PMM-10142 Gen.

* PMM-10142 Empty line.

* PMM-10142 Changes.

* PMM-10142 Fix blacklisted package.

* PMM-10142 Changes.

* trigger

* trigger

* PMM-9320: fix username/password incorrect escape (#949)

* Bump github.com/brianvoe/gofakeit/v6 from 6.16.0 to 6.17.0 (#1006)

Bumps [github.com/brianvoe/gofakeit/v6](https://github.com/brianvoe/gofakeit) from 6.16.0 to 6.17.0.
- [Release notes](https://github.com/brianvoe/gofakeit/releases)
- [Commits](brianvoe/gofakeit@v6.16.0...v6.17.0)

---
updated-dependencies:
- dependency-name: github.com/brianvoe/gofakeit/v6
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/ClickHouse/clickhouse-go/v2 from 2.1.0 to 2.2.0 (#1007)

Bumps [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/ClickHouse/clickhouse-go/releases)
- [Commits](ClickHouse/clickhouse-go@v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* PMM-6384 Fixed docker-compose for M1 CPUs (#999)

* return common test for docs (#1011)

Common tests are required to pass, and it is hard to workaround this report in Actions.

* fix issue in get config (#1000)

Co-authored-by: Carlos Salguero <carlos.salguero@percona.com>

* Bump github.com/aws/aws-sdk-go from 1.44.42 to 1.44.47 (#1010)

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.42 to 1.44.47.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
- [Commits](aws/aws-sdk-go@v1.44.42...v1.44.47)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/go-co-op/gocron from 1.14.0 to 1.15.0 (#1005)

Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/go-co-op/gocron/releases)
- [Commits](go-co-op/gocron@v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: github.com/go-co-op/gocron
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#1009)

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.5 to 1.8.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.7.5...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* PMM-7326 Help text update (#1015)

* PMM-7 fix link to pmm-managed (#1017)

* fallback to original DSN if it is non-URI (#1018)

* Make imports tests work with modules (#987)

* PMM-10078 Extract portal client, add dev env variables for portal address overwriting (#958)

* PMM-10078 Extract portal client, add dev env variables for portal address overwriting

* PMM-10078 Refactoring

* PMM-10078 Refactoring

* PMM-10078 Refactoring

* Fix DBAAS dependency version

* PMM-10078 Use warns instead of errors for removed test env variables

* PMM-10078 Fix tests

* PMM-10078 Add test env variables to CONTRIBUTING.md

* PMM-10301 Detailed version of MySQL (#1020)

* Update config.default.yml

* Update managed/services/telemetry/config.default.yml

Co-authored-by: Nurlan Moldomurov <bupychuk1989@gmail.com>

* fix the metrics name

* PMM-10301 combined query

* Update config.default.yml

Co-authored-by: Nurlan Moldomurov <bupychuk1989@gmail.com>

* PMM-7 Bump golangci-lint deps. (#1023)

* Bump golangci-lint deps.

* Bump golangci-lint deps.

* Bump github.com/minio/minio-go/v7 from 7.0.28 to 7.0.31 (#1019)

Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.28 to 7.0.31.
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](minio/minio-go@v7.0.28...v7.0.31)

---
updated-dependencies:
- dependency-name: github.com/minio/minio-go/v7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/hashicorp/go-version from 1.5.0 to 1.6.0 (#1013)

Bumps [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/hashicorp/go-version/releases)
- [Changelog](https://github.com/hashicorp/go-version/blob/main/CHANGELOG.md)
- [Commits](hashicorp/go-version@v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-version
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* PMM-7 More codeownership rules

* Update CODEOWNERS

Co-authored-by: Alex Tymchuk <alexander.tymchuk@percona.com>
Co-authored-by: Denys Kondratenko <denisok@users.noreply.github.com>
Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@percona.com>
Co-authored-by: Carlos Salguero <carlos.salguero@percona.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Taras Shcherban <shcherban91@gmail.com>
Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>
Co-authored-by: Alexey Mukas <91831719+ritbl@users.noreply.github.com>
Co-authored-by: Michal Kralik <michal@1234.sk>
Co-authored-by: Przemyslaw Kadej <przemyslaw.kadej@implex.dev>
Co-authored-by: Anton Bystrov <anton.bystrov@simbirsoft.com>
Co-authored-by: Michael Okoko <10512379+idoqo@users.noreply.github.com>
Co-authored-by: Fábio Silva <ffjs1993@gmail.com>
Co-authored-by: Jiří Čtvrtka <62988319+JiriCtvrtka@users.noreply.github.com>
Co-authored-by: Andrew Minkin <minkin.andrew@gmail.com>
Co-authored-by: Nikita Beletskii <nikita.beletskii@percona.com>
Co-authored-by: Roma Novikov <roma.novikov@percona.com>
Co-authored-by: Pavel Khripkov <94828791+PavelKhripkov@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants