Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump google.golang.org/grpc from 1.58.0 to 1.59.0 #2559

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 18, 2023

Bumps google.golang.org/grpc from 1.58.0 to 1.59.0.

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.58.3

Security

  • server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487)

    In addition to this change, applications should ensure they do not leave running tasks behind related to the RPC before returning from method handlers, or should enforce appropriate limits on any such work.

Release 1.58.2

Bug Fixes

  • balancer/weighted_round_robin: fix ticker leak on update

    A new ticker is created every time there is an update of addresses or configuration, but was not properly stopped. This change stops the ticker when it is no longer needed.

Release 1.58.1

Bug Fixes

  • grpc: fix a bug that was decrementing active RPC count too early for streaming RPCs; leading to channel moving to IDLE even though it had open streams
  • grpc: fix a bug where transports were not being closed upon channel entering IDLE
Commits
  • 7765221 Change version to 1.59.0 (#6695)
  • e88f12e server: prohibit more than MaxConcurrentStreams handlers from running at once...
  • be7919c transport: Pass Header metadata to tap handle. (#6652)
  • e3f1514 Reapply "status: fix/improve status handling (#6662)" (#6673) (#6688)
  • 696faa9 client: add a test for NewSubConn / StateListener / cc.Close racing (#6678)
  • 318c717 readme: fix badges (#6687)
  • 39972fd github: add code coverage with codecov.io (#6676)
  • 93dbc05 xds: move virtual host matcher test to the xdsresource package (#6680)
  • 2c00469 github: update actions/setup-go and actions/checkout (#6675)
  • 1f73ed5 Replace the gRFC pull request with the permanent link. (#6674)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested review from a team as code owners October 18, 2023 02:29
@dependabot dependabot bot removed the request for review from a team October 18, 2023 02:29
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 18, 2023
@dependabot dependabot bot requested a review from ademidoff October 18, 2023 02:29
@dependabot dependabot bot added the go Pull requests that update Go code label Oct 18, 2023
@dependabot dependabot bot requested review from BupycHuk, artemgavrilov, idoqo and JiriCtvrtka and removed request for a team October 18, 2023 02:29
@github-actions github-actions bot enabled auto-merge (squash) October 18, 2023 02:29
@codecov
Copy link

codecov bot commented Oct 18, 2023

Codecov Report

Merging #2559 (0bf7b23) into main (d58294a) will decrease coverage by 0.01%.
Report is 4 commits behind head on main.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2559      +/-   ##
==========================================
- Coverage   42.83%   42.83%   -0.01%     
==========================================
  Files         385      385              
  Lines       48399    48399              
==========================================
- Hits        20732    20730       -2     
- Misses      25714    25718       +4     
+ Partials     1953     1951       -2     
Flag Coverage Δ
admin 10.41% <ø> (-0.05%) ⬇️
vmproxy 68.57% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...as/kubernetes/client/mock_kube_client_connector.go 15.00% <ø> (ø)

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.59.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.58.0...v1.59.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/google.golang.org/grpc-1.59.0 branch from 7b0c450 to 0bf7b23 Compare October 18, 2023 10:16
@github-actions github-actions bot merged commit 763b4cc into main Oct 18, 2023
32 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/google.golang.org/grpc-1.59.0 branch October 18, 2023 10:45
ademidoff added a commit that referenced this pull request Nov 2, 2023
commit 49b9bb4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 1 13:24:42 2023 +0300

    Bump github.com/aws/aws-sdk-go from 1.46.0 to 1.47.0 (#2588)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.46.0 to 1.47.0.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.46.0...v1.47.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      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>

commit 1acf7b2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 1 11:57:57 2023 +0200

    Bump github.com/grafana/grafana-api-golang-client from 0.24.0 to 0.25.0 (#2587)

    Bumps [github.com/grafana/grafana-api-golang-client](https://github.com/grafana/grafana-api-golang-client) from 0.24.0 to 0.25.0.
    - [Release notes](https://github.com/grafana/grafana-api-golang-client/releases)
    - [Commits](grafana/grafana-api-golang-client@v0.24.0...v0.25.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/grafana/grafana-api-golang-client
      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>

commit 1cca6f9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 31 16:32:52 2023 +0300

    Bump github.com/docker/docker in /tools (#2583)

    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.6+incompatible to 24.0.7+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v24.0.6...v24.0.7)

    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-type: indirect
    ...

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

commit 3f5dc68
Author: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
Date:   Tue Oct 31 15:12:58 2023 +0300

    PMM-12631 removed alertmanager configs from logs. (#2584)

    * PMM-12631 removed alertmanager configs from logs.

    * PMM-12631 removed alertmanager configs from tests and docs.

    * PMM-12631 Fix linter.

commit 353542d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 31 11:17:34 2023 +0000

    Bump github.com/ClickHouse/clickhouse-go/v2 from 2.13.0 to 2.15.0 (#2580)

    * Bump github.com/ClickHouse/clickhouse-go/v2 from 2.13.0 to 2.15.0

    Bumps [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) from 2.13.0 to 2.15.0.
    - [Release notes](https://github.com/ClickHouse/clickhouse-go/releases)
    - [Changelog](https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md)
    - [Commits](ClickHouse/clickhouse-go@v2.13.0...v2.15.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>

    * Fix

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>

commit d08e47b
Author: Vadim Yalovets <vadim.yalovets@percona.com>
Date:   Tue Oct 31 10:09:02 2023 +0200

    PMM-12630 UI upgrade from 2.37.1 and lower does not work (#2582)

commit bc802b4
Author: Jiří Čtvrtka <62988319+JiriCtvrtka@users.noreply.github.com>
Date:   Mon Oct 30 11:32:51 2023 +0100

    PMM-12632 Fix agent client response. (#2581)

    * PMM-12632 Fix agent client response.

    * PMM-12632 Required changes.

commit 1d326ec
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 30 10:22:15 2023 +0100

    Bump github.com/google/uuid from 1.3.1 to 1.4.0 (#2579)

    Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.1 to 1.4.0.
    - [Release notes](https://github.com/google/uuid/releases)
    - [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
    - [Commits](google/uuid@v1.3.1...v1.4.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/google/uuid
      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>

commit d01ea55
Author: Vadim Yalovets <vadim.yalovets@percona.com>
Date:   Thu Oct 26 13:01:32 2023 +0300

    PMM-12626 Packages built using old go version (#2576)

    * PMM-12626 Packages built using old go version

    * PMM-12626 Packages built using old go version

commit 828153c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Oct 26 11:40:55 2023 +0200

    Bump google.golang.org/grpc from 1.58.0 to 1.58.3 in /tools (#2577)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.58.3.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.58.0...v1.58.3)

    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: indirect
    ...

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

commit a3a52c1
Author: rishat-ishbulatov <111364991+rishat-ishbulatov@users.noreply.github.com>
Date:   Wed Oct 25 22:02:42 2023 +0300

    PMM-8655 Send unsent messages after connection problems (#1970)

    * PMM-8655 feat: config with cache

    * PMM-8655 feat: client domain models

    * PMM-8655 feat: buffer-ring with bigqueue

    * PMM-8655 feat: cache and dummy

    * PMM-8655 ref: client

    * PMM-8655 feat: cache connection response

    * PMM-8655 fix: sum, datarace for bigqueue

    * PMM-8655 ref: temp commented channel test on corrupted utf

    * Update config.go

    * Update go.sum

    * PMM-8655 Fix linters.

    * Update agent/client/cache/cache.go

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

    * PMM-8655 Fix linters.

    * PMM-8655 remove unused field.

    * PMM-8655 Address review comments.

    * PMM-8655 get rid of goto operator.

    * PMM-8655 fix go.sum.

    * PMM-8655 fix go.sum.

    * PMM-8655 fix tests and linter.

    * revert label renaming

    * revert channel_test.go

    * PMM-8655 revert test.

    * PMM-8655 Fix linters.

    * PMM-8655 Fix linters.

    * PMM-8655 Fix linters.

    ---------

    Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
    Co-authored-by: Nurlan Moldomurov <bupychuk1989@gmail.com>
    Co-authored-by: Alex Tymchuk <alexander.tymchuk@percona.com>
    Co-authored-by: Talha Bin Rizwan <talha.rizwan@percona.com>

commit 46626e6
Author: Alex Demidoff <alexander.demidoff@percona.com>
Date:   Wed Oct 25 20:14:41 2023 +0300

    PMM-12185 migrate telemetry GrafanaDS to using PostgreSQL (#2542)

    * PMM-12185 migrate telemetry GrafanaDS to using PostgreSQL

    * PMM-12185 configure GrafanaDB connection

    * PMM-12185 fix grafanaDB SQL stmnts

    * PMM-12185 don't init when ds is disabled

    * PMM-12185 cleanup the code

    * PMM-12185 update go modules

    * PMM-12185 Apply suggestions from code review

    Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com>

    * PMM-12185 remove the debug stmnt

    * PMM-12185 remove unused lint suppressions

    * PMM-12185 fix inconsistent log output

    * PMM-12185 trim trailing spaces

    * PMM-12185 rename VM config type for consistency sake

    ---------

    Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com>

commit 23571ee
Author: Francisco Miguel Biete Banon <fbiete@gmail.com>
Date:   Wed Oct 25 17:57:16 2023 +0100

    Missing settings to use keepalive in some locations (#2575)

    We have keepalives enabled in upstream blocks, but some of the locations are missing the proxy changes required to use it.
    [10 top nginx configuration mistakes](https://www.nginx.com/blog/avoiding-top-10-nginx-configuration-mistakes/#no-keepalives)

commit 4346c6f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 25 09:49:34 2023 +0000

    Bump @typescript-eslint/parser from 6.8.0 to 6.9.0 in /cli-tests (#2570)

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.8.0 to 6.9.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.0/packages/parser)

    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      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>

commit 71879ab
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 25 11:14:13 2023 +0300

    Bump github.com/brianvoe/gofakeit/v6 from 6.23.0 to 6.24.0 (#2565)

    Bumps [github.com/brianvoe/gofakeit/v6](https://github.com/brianvoe/gofakeit) from 6.23.0 to 6.24.0.
    - [Release notes](https://github.com/brianvoe/gofakeit/releases)
    - [Commits](brianvoe/gofakeit@v6.23.0...v6.24.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>
    Co-authored-by: Jiří Čtvrtka <62988319+JiriCtvrtka@users.noreply.github.com>

commit 5730e16
Author: Alex Demidoff <alexander.demidoff@percona.com>
Date:   Tue Oct 24 21:11:40 2023 +0300

    PMM-12375 add database version to services (#2488)

    * PMM-12375 create serviceInfoBroker component

    * PMM-12375 serviceInfoBroker won't ping the db

    * PMM-12375 fix the test

    * PMM-12375 add tests for serviceInfoBroker

    * PMM-12375 fix the agent tests

    * PMM-12375 fix agent tests, server-side

    * PMM-12375 fix services tests

    * PMM-12375 do not update if version is empty

    * PMM-12375 remove the unused parameter

    * PMM-12375 remove the version from Stats

    * PMM-12375 add message type processing to channel

    * PMM-12375 update codeowners

    * PMM-12375 respect skipConnectionCheck, simpler schema

    * PMM-12375 fix linter warnings

    * PMM-12375 fix license headers

    * PMM-12375 respect skipConnectionCheck param

    * PMM-12375 minor fixes

    * PMM-12375 update the docs

    * PMM-12375 do not run serviceInfo for older clients

    * PMM-12375 add serviceInfoBroker to rds

    * PMM-12375 add serviceInfoBroker to azure

    * PMM-12375 add version to ListServices result

    * PMM-12375 a minor fix in teardown fn

    * PMM-12375 cleanup the inevntory_metrics_test

    * PMM-12375 follow up on review

    * PMM-12375 revert changes, move to other PRs

    * PMM-12375 revert changed related to linter

    * PMM-12375 make version nullable

    * PMM-12375 do not call FindService when skipping connection check

    * PMM-12375 fix pointer reference

    * PMM-12375 re-generate interfaces

    * PMM-12375 fix a dereference

    * PMM-12375 make ServiceInfoBroker work for older agents

    * PMM-12375 fix the linter error

    * PMM-12375 follow up on review

    * PMM-12375 a few corrections to managed's readme.md

    * PMM-12375 fix the mock file version

    * PMM-12375 bump up the compatibility version

    * PMM-12375 regen the mockfiles

    * PMM-12375 remove debug msg

    * Fix linter

    ---------

    Co-authored-by: Alex Tymchuk <alexander.tymchuk@percona.com>
    Co-authored-by: Alex Demidoff <alexander.tymchuk@gmail.com>
    Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com>

commit be137c9
Author: Artem Gavrilov <artem.gavrilov@percona.com>
Date:   Tue Oct 24 15:48:07 2023 +0200

    PMM-7 Update golang up to 1.21.3 (#2569)

    Co-authored-by: Jiří Čtvrtka <62988319+JiriCtvrtka@users.noreply.github.com>

commit 330a37b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 24 13:40:01 2023 +0000

    Bump @typescript-eslint/eslint-plugin from 6.8.0 to 6.9.0 in /cli-tests (#2571)

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.8.0 to 6.9.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.0/packages/eslint-plugin)

    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      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>
    Co-authored-by: Jiří Čtvrtka <62988319+JiriCtvrtka@users.noreply.github.com>

commit 0f463f8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 24 15:29:08 2023 +0200

    Bump eslint-plugin-import from 2.28.0 to 2.29.0 in /cli-tests (#2572)

    Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.28.0 to 2.29.0.
    - [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
    - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
    - [Commits](import-js/eslint-plugin-import@v2.28.0...v2.29.0)

    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-import
      dependency-type: direct:development
      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>

commit 7fa52c3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 23 09:14:22 2023 +0000

    Bump eslint from 8.51.0 to 8.52.0 in /cli-tests (#2567)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.51.0 to 8.52.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.51.0...v8.52.0)

    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      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>

commit db41410
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 23 10:51:22 2023 +0200

    Bump eslint-plugin-playwright from 0.17.0 to 0.18.0 in /cli-tests (#2566)

    Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 0.17.0 to 0.18.0.
    - [Release notes](https://github.com/playwright-community/eslint-plugin-playwright/releases)
    - [Changelog](https://github.com/playwright-community/eslint-plugin-playwright/blob/main/CHANGELOG.md)
    - [Commits](playwright-community/eslint-plugin-playwright@v0.17.0...v0.18.0)

    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-playwright
      dependency-type: direct:development
      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>

commit 3029ae9
Merge: c3cb1a7 12ce642
Author: Nurlan Moldomurov <bupychuk1989@gmail.com>
Date:   Sat Oct 21 22:23:55 2023 +0300

    Merge branch 'pmm-2.40.1'

commit c3cb1a7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Oct 20 15:46:26 2023 +0300

    Bump github.com/aws/aws-sdk-go from 1.45.2 to 1.46.0 (#2562)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.45.2 to 1.46.0.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.45.2...v1.46.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      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>

commit 12ce642
Author: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
Date:   Fri Oct 20 15:40:13 2023 +0300

    PMM-7 ignore errors on not really necessary step. (#2564)

commit aef2236
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 18 16:39:38 2023 +0300

    Bump github.com/prometheus/common from 0.44.0 to 0.45.0 (#2561)

    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.44.0 to 0.45.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.44.0...v0.45.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      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>

commit 85ca980
Author: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
Date:   Wed Oct 18 14:07:05 2023 +0300

    PMM-12587 Fix drop DB for EL7. (#2560)

commit 763b4cc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 18 13:45:58 2023 +0300

    Bump google.golang.org/grpc from 1.58.0 to 1.59.0 (#2559)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.59.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.58.0...v1.59.0)

    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      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>

commit 09071bf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 18 10:12:26 2023 +0000

    Bump github.com/vektra/mockery/v2 from 2.35.1 to 2.36.0 in /tools (#2552)

    * Bump github.com/vektra/mockery/v2 from 2.35.1 to 2.36.0 in /tools

    Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.35.1 to 2.36.0.
    - [Release notes](https://github.com/vektra/mockery/releases)
    - [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md)
    - [Commits](vektra/mockery@v2.35.1...v2.36.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/vektra/mockery/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

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

    * make gen

    * trigger

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jiří Čtvrtka <j.ctvrtka@gmail.com>
    Co-authored-by: Jiří Čtvrtka <62988319+JiriCtvrtka@users.noreply.github.com>

commit 877cd07
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 17 10:03:44 2023 +0000

    Bump @typescript-eslint/parser from 6.7.0 to 6.8.0 in /cli-tests (#2555)

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.7.0 to 6.8.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.8.0/packages/parser)

    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      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>

commit 8687f25
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 17 09:52:48 2023 +0000

    Bump @typescript-eslint/eslint-plugin from 6.7.0 to 6.8.0 in /cli-tests (#2554)

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.7.0 to 6.8.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.8.0/packages/eslint-plugin)

    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      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>

commit e721197
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 17 11:39:59 2023 +0200

    Bump eslint-plugin-playwright from 0.16.0 to 0.17.0 in /cli-tests (#2553)

    Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 0.16.0 to 0.17.0.
    - [Release notes](https://github.com/playwright-community/eslint-plugin-playwright/releases)
    - [Changelog](https://github.com/playwright-community/eslint-plugin-playwright/blob/main/CHANGELOG.md)
    - [Commits](playwright-community/eslint-plugin-playwright@v0.16.0...v0.17.0)

    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-playwright
      dependency-type: direct:development
      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>

commit 9564347
Author: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
Date:   Tue Oct 17 12:36:37 2023 +0300

    PMM-12576 change admin ID to 1. (#2551)

    * PMM-12576 change admin ID to 1.

    * PMM-12576 Debug messages.

commit 578bab3
Author: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
Date:   Tue Oct 17 00:14:21 2023 +0300

    PMM-12592 PMM-12587 fix SQLite to PostgreSQL (#2549)

    * PMM-7 More debug data.

    * PMM-12584 fix hex values in PostgreSQL DB.

    * PMM-12588 Outdated grafana-db-migrator used (#2547)

    * PMM-12584 fix provisioning problem.

    * PMM-12584 fix drop database issue.

    * PMM-12584 fix drop database issue for EL7.

    * PMM-12584 fix drop database issue for EL7.

    * PMM-12584 fix drop database issue for EL7.

    * Update update/ansible/playbook/tasks/roles/sqlite-to-postgres/tasks/main.yml

    Co-authored-by: Alex Demidoff <alexander.demidoff@percona.com>

    ---------

    Co-authored-by: Vadim Yalovets <vadim.yalovets@percona.com>
    Co-authored-by: Alex Demidoff <alexander.demidoff@percona.com>

commit 79357f3
Author: Artem Gavrilov <artem.gavrilov@percona.com>
Date:   Tue Sep 26 16:05:44 2023 +0200

    PMM-7 Fix datarace (#2501)

    * PMM-7 Fix datarace

    * PMM-7 Fix datarace

commit d58294a
Author: Alex Demidoff <alexander.demidoff@percona.com>
Date:   Mon Oct 16 15:46:45 2023 +0300

    PMM-7 fix API tests (#2550)

    * PMM-7 fix API tests

    Why:
    PMM API tests currently fail. Namely, `TestDownloadLogs` fails with the following diff:

    12:38:56          	            	Diff:
    12:38:56          	            	--- Expected
    12:38:56          	            	+++ Actual
    12:38:56          	            	@@ -1,2 +1,2 @@
    12:38:56          	            	-([]string) (len=38) {
    12:38:56          	            	+([]string) (len=39) {
    12:38:56          	            	  (string) (len=21) "alertmanager.base.yml",
    12:38:56          	            	@@ -5,2 +5,3 @@
    12:38:56          	            	  (string) (len=16) "alertmanager.yml",
    12:38:56          	            	+ (string) (len=25) "clickhouse-server.err.log",
    12:38:56          	            	  (string) (len=21) "clickhouse-server.log",
    12:38:56          	Test:       	TestDownloadLogs
    12:38:56  --- FAIL: TestDownloadLogs (0.56s)

    * PMM-7 disable the rotation config

commit 071946e
Author: Nurlan Moldomurov <bupychuk1989@gmail.com>
Date:   Wed Oct 11 00:38:08 2023 +0300

    PMM-12562 Show error 503 instead of 500.

commit cf67816
Author: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
Date:   Sun Oct 15 23:14:36 2023 +0300

    PMM-12223 Update clickhouse. (#2489)

    * PMM-12223 Update clickhouse.

    * PMM-12223 update logs path

commit 58efa80
Author: Alex Demidoff <alexander.demidoff@percona.com>
Date:   Sat Oct 14 00:32:23 2023 +0300

    PMM-12463 Add telemetry envvar datasource (#2532)

    * PMM-12463 allow ireturn on DataSources

    * PMM-12463 fix some command hints

    * PMM-12463 add ENV_VAR dataSource

    * PMM-12463 add a provisionary envvar metrics extraction

    * PMM-12463 add a test for EnvVar datasource

    * PMM-12463 revert staticckeck linter

    * PMM-12463 fix linter warnings

    * PMM-12463 revert changes to main.go

    * PMM-12463 refactor the output format

    * PMM-12463 add a transform to strip values

    * PMM-12463 fix linter warnings

    * PMM-12463 refactor transform, add tests

    * PMM-12463 run format

    * PMM-12463 follow up on review comments

    * PMM-12185 remove the debug statement

    * PMM-12185 don't be too noisy when a ds is not initialized

commit 40e0fcf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Oct 12 09:52:50 2023 +0000

    Bump golang.org/x/net from 0.16.0 to 0.17.0 (#2541)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.16.0 to 0.17.0.
    - [Commits](golang/net@v0.16.0...v0.17.0)

    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...

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

commit df0c351
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Oct 12 11:33:00 2023 +0200

    Bump golang.org/x/net from 0.16.0 to 0.17.0 in /tools (#2540)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.16.0 to 0.17.0.
    - [Commits](golang/net@v0.16.0...v0.17.0)

    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...

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

commit d974ff8
Author: Vishwas Sharma <135056281+vishwas-sharma2480@users.noreply.github.com>
Date:   Wed Oct 11 20:13:25 2023 +0530

    Enable errcheck linter rule (#2470)

    * Install the CodeSee workflow. Learn more at https://docs.codesee.io

    * removed the codesee-arch-diagram.yml~

    * enable errcheck linter on anew branch because old branch was not made from main branch

    * made change in file proxy.go located at vmproxy/proxy/proxy.go

    * made change in file admin/pkg/client/tarball/tarball.go located at admin/pkg/client/tarball/tarball.go

    * made change in file proxy_test.go located at vmproxy/proxy/proxy_test.go

    * made change in file proxy_test.go located at vmproxy/proxy/proxy_test.go

    * made change in file database.go located at managed/services/dbaas/kubernetes/client/database/database.go

    * made change in file percona_sso_model_helpers.go located at managed/models/percona_sso_model_helpers.go

    * made change in file api-tests/server/auth_test.go located at api-tests/server/auth_test.go

    * made change in file api-tests/server/auth_test.go located at api-tests/server/auth_test.go

    * made change in file admin/commands/summary.go located at admin/commands/summary.go

    * made change in file job_helpers_test.go located at managed/models/job_helpers_test.go

    * made change in file datasources.go located at managed/services/telemetry/datasources.go

    * made change in file datasources.go located at managed/services/telemetry/datasources.go

    * made change in file main.go located at qan-api2/main.go

    * made change in file main.go located at qan-api2/main.go

    * made change in file pgstatmonitor.go located at agent/agents/postgres/pgstatmonitor/pgstatmonitor.go

    * made change in file ports_registry_test.go located at agent/agents/supervisor/ports_registry_test.go

    * made change in file victoriametrics.go located at managed/services/victoriametrics/victoriametrics.go

    * made change in file readyz_test.go located at api-tests/server/readyz_test.go

    * made change in file version_test.go located at api-tests/server/version_test.go

    * made change in file client.go located at managed/utils/platform/client.go

    * made change in file auth_server_test.go located at managed/services/grafana/auth_server_test.go

    * made change in file auth_server_test.go located at managed/services/grafana/auth_server_test.go

    * made change in file alertmanager.go located at managed/services/alertmanager/alertmanager.go

    * made change in file inventory_metrics_test.go located at managed/services/inventory/inventory_metrics_test.go

    * made change in file client.go located at managed/services/grafana/client.go

    * made change in file connection_checker.go located at agent/connectionchecker/connection_checker.go

    * made change in file vmalert.go located at managed/services/vmalert/vmalert.go

    * made change in file vmalert.go located at managed/services/vmalert/vmalert.go

    * made change in file metrics.go located at qan-api2/models/metrics.go

    * changed database.go located at managed/services/dbaas/kubernetes/client/database/

    * changed database.go located at managed/services/dbaas/kubernetes/client/database/

    * removed commented errcheck linyter

    * changes after make format

    * made changes in managed/services/dbaas/kubernetes/client/client.go

    * made changes in anaged/services/management/dbaas/components_service.go

    * made changes in managed/services/management/dbaas/version_service_client.go

    * mae\ke format changes done

    ---------

    Co-authored-by: codesee-maps[bot] <86324825+codesee-maps[bot]@users.noreply.github.com>
    Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>

commit 29fbba7
Author: Alex Tymchuk <alexander.tymchuk@percona.com>
Date:   Thu Sep 28 20:32:30 2023 +0300

    PMM-12547 Revert PMM-11670 Set the cluster label if empty (#2508)

    * Revert "PMM-11670 Set the cluster label if empty (#2459)"

    This reverts commit 3c58ed9.

    * PMM-12547 use a different IP

    * PMM-12547 fix the debug command in actions

commit 9d919df
Author: Talha Bin Rizwan <talha.rizwan@percona.com>
Date:   Wed Sep 27 21:51:02 2023 +0500

    PMM-7 Fix Clickhouse repository. (#2506)
ademidoff added a commit that referenced this pull request Nov 2, 2023
commit 49b9bb4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 1 13:24:42 2023 +0300

    Bump github.com/aws/aws-sdk-go from 1.46.0 to 1.47.0 (#2588)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.46.0 to 1.47.0.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.46.0...v1.47.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      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>

commit 1acf7b2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 1 11:57:57 2023 +0200

    Bump github.com/grafana/grafana-api-golang-client from 0.24.0 to 0.25.0 (#2587)

    Bumps [github.com/grafana/grafana-api-golang-client](https://github.com/grafana/grafana-api-golang-client) from 0.24.0 to 0.25.0.
    - [Release notes](https://github.com/grafana/grafana-api-golang-client/releases)
    - [Commits](grafana/grafana-api-golang-client@v0.24.0...v0.25.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/grafana/grafana-api-golang-client
      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>

commit 1cca6f9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 31 16:32:52 2023 +0300

    Bump github.com/docker/docker in /tools (#2583)

    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.6+incompatible to 24.0.7+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v24.0.6...v24.0.7)

    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-type: indirect
    ...

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

commit 3f5dc68
Author: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
Date:   Tue Oct 31 15:12:58 2023 +0300

    PMM-12631 removed alertmanager configs from logs. (#2584)

    * PMM-12631 removed alertmanager configs from logs.

    * PMM-12631 removed alertmanager configs from tests and docs.

    * PMM-12631 Fix linter.

commit 353542d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 31 11:17:34 2023 +0000

    Bump github.com/ClickHouse/clickhouse-go/v2 from 2.13.0 to 2.15.0 (#2580)

    * Bump github.com/ClickHouse/clickhouse-go/v2 from 2.13.0 to 2.15.0

    Bumps [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) from 2.13.0 to 2.15.0.
    - [Release notes](https://github.com/ClickHouse/clickhouse-go/releases)
    - [Changelog](https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md)
    - [Commits](ClickHouse/clickhouse-go@v2.13.0...v2.15.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>

    * Fix

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>

commit d08e47b
Author: Vadim Yalovets <vadim.yalovets@percona.com>
Date:   Tue Oct 31 10:09:02 2023 +0200

    PMM-12630 UI upgrade from 2.37.1 and lower does not work (#2582)

commit bc802b4
Author: Jiří Čtvrtka <62988319+JiriCtvrtka@users.noreply.github.com>
Date:   Mon Oct 30 11:32:51 2023 +0100

    PMM-12632 Fix agent client response. (#2581)

    * PMM-12632 Fix agent client response.

    * PMM-12632 Required changes.

commit 1d326ec
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 30 10:22:15 2023 +0100

    Bump github.com/google/uuid from 1.3.1 to 1.4.0 (#2579)

    Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.1 to 1.4.0.
    - [Release notes](https://github.com/google/uuid/releases)
    - [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
    - [Commits](google/uuid@v1.3.1...v1.4.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/google/uuid
      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>

commit d01ea55
Author: Vadim Yalovets <vadim.yalovets@percona.com>
Date:   Thu Oct 26 13:01:32 2023 +0300

    PMM-12626 Packages built using old go version (#2576)

    * PMM-12626 Packages built using old go version

    * PMM-12626 Packages built using old go version

commit 828153c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Oct 26 11:40:55 2023 +0200

    Bump google.golang.org/grpc from 1.58.0 to 1.58.3 in /tools (#2577)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.58.3.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.58.0...v1.58.3)

    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: indirect
    ...

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

commit a3a52c1
Author: rishat-ishbulatov <111364991+rishat-ishbulatov@users.noreply.github.com>
Date:   Wed Oct 25 22:02:42 2023 +0300

    PMM-8655 Send unsent messages after connection problems (#1970)

    * PMM-8655 feat: config with cache

    * PMM-8655 feat: client domain models

    * PMM-8655 feat: buffer-ring with bigqueue

    * PMM-8655 feat: cache and dummy

    * PMM-8655 ref: client

    * PMM-8655 feat: cache connection response

    * PMM-8655 fix: sum, datarace for bigqueue

    * PMM-8655 ref: temp commented channel test on corrupted utf

    * Update config.go

    * Update go.sum

    * PMM-8655 Fix linters.

    * Update agent/client/cache/cache.go

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

    * PMM-8655 Fix linters.

    * PMM-8655 remove unused field.

    * PMM-8655 Address review comments.

    * PMM-8655 get rid of goto operator.

    * PMM-8655 fix go.sum.

    * PMM-8655 fix go.sum.

    * PMM-8655 fix tests and linter.

    * revert label renaming

    * revert channel_test.go

    * PMM-8655 revert test.

    * PMM-8655 Fix linters.

    * PMM-8655 Fix linters.

    * PMM-8655 Fix linters.

    ---------

    Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
    Co-authored-by: Nurlan Moldomurov <bupychuk1989@gmail.com>
    Co-authored-by: Alex Tymchuk <alexander.tymchuk@percona.com>
    Co-authored-by: Talha Bin Rizwan <talha.rizwan@percona.com>

commit 46626e6
Author: Alex Demidoff <alexander.demidoff@percona.com>
Date:   Wed Oct 25 20:14:41 2023 +0300

    PMM-12185 migrate telemetry GrafanaDS to using PostgreSQL (#2542)

    * PMM-12185 migrate telemetry GrafanaDS to using PostgreSQL

    * PMM-12185 configure GrafanaDB connection

    * PMM-12185 fix grafanaDB SQL stmnts

    * PMM-12185 don't init when ds is disabled

    * PMM-12185 cleanup the code

    * PMM-12185 update go modules

    * PMM-12185 Apply suggestions from code review

    Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com>

    * PMM-12185 remove the debug stmnt

    * PMM-12185 remove unused lint suppressions

    * PMM-12185 fix inconsistent log output

    * PMM-12185 trim trailing spaces

    * PMM-12185 rename VM config type for consistency sake

    ---------

    Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com>

commit 23571ee
Author: Francisco Miguel Biete Banon <fbiete@gmail.com>
Date:   Wed Oct 25 17:57:16 2023 +0100

    Missing settings to use keepalive in some locations (#2575)

    We have keepalives enabled in upstream blocks, but some of the locations are missing the proxy changes required to use it.
    [10 top nginx configuration mistakes](https://www.nginx.com/blog/avoiding-top-10-nginx-configuration-mistakes/#no-keepalives)

commit 4346c6f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 25 09:49:34 2023 +0000

    Bump @typescript-eslint/parser from 6.8.0 to 6.9.0 in /cli-tests (#2570)

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.8.0 to 6.9.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.0/packages/parser)

    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      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>

commit 71879ab
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 25 11:14:13 2023 +0300

    Bump github.com/brianvoe/gofakeit/v6 from 6.23.0 to 6.24.0 (#2565)

    Bumps [github.com/brianvoe/gofakeit/v6](https://github.com/brianvoe/gofakeit) from 6.23.0 to 6.24.0.
    - [Release notes](https://github.com/brianvoe/gofakeit/releases)
    - [Commits](brianvoe/gofakeit@v6.23.0...v6.24.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>
    Co-authored-by: Jiří Čtvrtka <62988319+JiriCtvrtka@users.noreply.github.com>

commit 5730e16
Author: Alex Demidoff <alexander.demidoff@percona.com>
Date:   Tue Oct 24 21:11:40 2023 +0300

    PMM-12375 add database version to services (#2488)

    * PMM-12375 create serviceInfoBroker component

    * PMM-12375 serviceInfoBroker won't ping the db

    * PMM-12375 fix the test

    * PMM-12375 add tests for serviceInfoBroker

    * PMM-12375 fix the agent tests

    * PMM-12375 fix agent tests, server-side

    * PMM-12375 fix services tests

    * PMM-12375 do not update if version is empty

    * PMM-12375 remove the unused parameter

    * PMM-12375 remove the version from Stats

    * PMM-12375 add message type processing to channel

    * PMM-12375 update codeowners

    * PMM-12375 respect skipConnectionCheck, simpler schema

    * PMM-12375 fix linter warnings

    * PMM-12375 fix license headers

    * PMM-12375 respect skipConnectionCheck param

    * PMM-12375 minor fixes

    * PMM-12375 update the docs

    * PMM-12375 do not run serviceInfo for older clients

    * PMM-12375 add serviceInfoBroker to rds

    * PMM-12375 add serviceInfoBroker to azure

    * PMM-12375 add version to ListServices result

    * PMM-12375 a minor fix in teardown fn

    * PMM-12375 cleanup the inevntory_metrics_test

    * PMM-12375 follow up on review

    * PMM-12375 revert changes, move to other PRs

    * PMM-12375 revert changed related to linter

    * PMM-12375 make version nullable

    * PMM-12375 do not call FindService when skipping connection check

    * PMM-12375 fix pointer reference

    * PMM-12375 re-generate interfaces

    * PMM-12375 fix a dereference

    * PMM-12375 make ServiceInfoBroker work for older agents

    * PMM-12375 fix the linter error

    * PMM-12375 follow up on review

    * PMM-12375 a few corrections to managed's readme.md

    * PMM-12375 fix the mock file version

    * PMM-12375 bump up the compatibility version

    * PMM-12375 regen the mockfiles

    * PMM-12375 remove debug msg

    * Fix linter

    ---------

    Co-authored-by: Alex Tymchuk <alexander.tymchuk@percona.com>
    Co-authored-by: Alex Demidoff <alexander.tymchuk@gmail.com>
    Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com>

commit be137c9
Author: Artem Gavrilov <artem.gavrilov@percona.com>
Date:   Tue Oct 24 15:48:07 2023 +0200

    PMM-7 Update golang up to 1.21.3 (#2569)

    Co-authored-by: Jiří Čtvrtka <62988319+JiriCtvrtka@users.noreply.github.com>

commit 330a37b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 24 13:40:01 2023 +0000

    Bump @typescript-eslint/eslint-plugin from 6.8.0 to 6.9.0 in /cli-tests (#2571)

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.8.0 to 6.9.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.0/packages/eslint-plugin)

    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      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>
    Co-authored-by: Jiří Čtvrtka <62988319+JiriCtvrtka@users.noreply.github.com>

commit 0f463f8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 24 15:29:08 2023 +0200

    Bump eslint-plugin-import from 2.28.0 to 2.29.0 in /cli-tests (#2572)

    Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.28.0 to 2.29.0.
    - [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
    - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
    - [Commits](import-js/eslint-plugin-import@v2.28.0...v2.29.0)

    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-import
      dependency-type: direct:development
      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>

commit 7fa52c3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 23 09:14:22 2023 +0000

    Bump eslint from 8.51.0 to 8.52.0 in /cli-tests (#2567)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.51.0 to 8.52.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.51.0...v8.52.0)

    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      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>

commit db41410
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 23 10:51:22 2023 +0200

    Bump eslint-plugin-playwright from 0.17.0 to 0.18.0 in /cli-tests (#2566)

    Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 0.17.0 to 0.18.0.
    - [Release notes](https://github.com/playwright-community/eslint-plugin-playwright/releases)
    - [Changelog](https://github.com/playwright-community/eslint-plugin-playwright/blob/main/CHANGELOG.md)
    - [Commits](playwright-community/eslint-plugin-playwright@v0.17.0...v0.18.0)

    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-playwright
      dependency-type: direct:development
      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>

commit 3029ae9
Merge: c3cb1a7 12ce642
Author: Nurlan Moldomurov <bupychuk1989@gmail.com>
Date:   Sat Oct 21 22:23:55 2023 +0300

    Merge branch 'pmm-2.40.1'

commit c3cb1a7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Oct 20 15:46:26 2023 +0300

    Bump github.com/aws/aws-sdk-go from 1.45.2 to 1.46.0 (#2562)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.45.2 to 1.46.0.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.45.2...v1.46.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      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>

commit 12ce642
Author: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
Date:   Fri Oct 20 15:40:13 2023 +0300

    PMM-7 ignore errors on not really necessary step. (#2564)

commit aef2236
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 18 16:39:38 2023 +0300

    Bump github.com/prometheus/common from 0.44.0 to 0.45.0 (#2561)

    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.44.0 to 0.45.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.44.0...v0.45.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      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>

commit 85ca980
Author: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
Date:   Wed Oct 18 14:07:05 2023 +0300

    PMM-12587 Fix drop DB for EL7. (#2560)

commit 763b4cc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 18 13:45:58 2023 +0300

    Bump google.golang.org/grpc from 1.58.0 to 1.59.0 (#2559)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.59.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.58.0...v1.59.0)

    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      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>

commit 09071bf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 18 10:12:26 2023 +0000

    Bump github.com/vektra/mockery/v2 from 2.35.1 to 2.36.0 in /tools (#2552)

    * Bump github.com/vektra/mockery/v2 from 2.35.1 to 2.36.0 in /tools

    Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.35.1 to 2.36.0.
    - [Release notes](https://github.com/vektra/mockery/releases)
    - [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md)
    - [Commits](vektra/mockery@v2.35.1...v2.36.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/vektra/mockery/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

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

    * make gen

    * trigger

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jiří Čtvrtka <j.ctvrtka@gmail.com>
    Co-authored-by: Jiří Čtvrtka <62988319+JiriCtvrtka@users.noreply.github.com>

commit 877cd07
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 17 10:03:44 2023 +0000

    Bump @typescript-eslint/parser from 6.7.0 to 6.8.0 in /cli-tests (#2555)

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.7.0 to 6.8.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.8.0/packages/parser)

    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      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>

commit 8687f25
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 17 09:52:48 2023 +0000

    Bump @typescript-eslint/eslint-plugin from 6.7.0 to 6.8.0 in /cli-tests (#2554)

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.7.0 to 6.8.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.8.0/packages/eslint-plugin)

    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      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>

commit e721197
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 17 11:39:59 2023 +0200

    Bump eslint-plugin-playwright from 0.16.0 to 0.17.0 in /cli-tests (#2553)

    Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 0.16.0 to 0.17.0.
    - [Release notes](https://github.com/playwright-community/eslint-plugin-playwright/releases)
    - [Changelog](https://github.com/playwright-community/eslint-plugin-playwright/blob/main/CHANGELOG.md)
    - [Commits](playwright-community/eslint-plugin-playwright@v0.16.0...v0.17.0)

    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-playwright
      dependency-type: direct:development
      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>

commit 9564347
Author: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
Date:   Tue Oct 17 12:36:37 2023 +0300

    PMM-12576 change admin ID to 1. (#2551)

    * PMM-12576 change admin ID to 1.

    * PMM-12576 Debug messages.

commit 578bab3
Author: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
Date:   Tue Oct 17 00:14:21 2023 +0300

    PMM-12592 PMM-12587 fix SQLite to PostgreSQL (#2549)

    * PMM-7 More debug data.

    * PMM-12584 fix hex values in PostgreSQL DB.

    * PMM-12588 Outdated grafana-db-migrator used (#2547)

    * PMM-12584 fix provisioning problem.

    * PMM-12584 fix drop database issue.

    * PMM-12584 fix drop database issue for EL7.

    * PMM-12584 fix drop database issue for EL7.

    * PMM-12584 fix drop database issue for EL7.

    * Update update/ansible/playbook/tasks/roles/sqlite-to-postgres/tasks/main.yml

    Co-authored-by: Alex Demidoff <alexander.demidoff@percona.com>

    ---------

    Co-authored-by: Vadim Yalovets <vadim.yalovets@percona.com>
    Co-authored-by: Alex Demidoff <alexander.demidoff@percona.com>

commit 79357f3
Author: Artem Gavrilov <artem.gavrilov@percona.com>
Date:   Tue Sep 26 16:05:44 2023 +0200

    PMM-7 Fix datarace (#2501)

    * PMM-7 Fix datarace

    * PMM-7 Fix datarace

commit d58294a
Author: Alex Demidoff <alexander.demidoff@percona.com>
Date:   Mon Oct 16 15:46:45 2023 +0300

    PMM-7 fix API tests (#2550)

    * PMM-7 fix API tests

    Why:
    PMM API tests currently fail. Namely, `TestDownloadLogs` fails with the following diff:

    12:38:56          	            	Diff:
    12:38:56          	            	--- Expected
    12:38:56          	            	+++ Actual
    12:38:56          	            	@@ -1,2 +1,2 @@
    12:38:56          	            	-([]string) (len=38) {
    12:38:56          	            	+([]string) (len=39) {
    12:38:56          	            	  (string) (len=21) "alertmanager.base.yml",
    12:38:56          	            	@@ -5,2 +5,3 @@
    12:38:56          	            	  (string) (len=16) "alertmanager.yml",
    12:38:56          	            	+ (string) (len=25) "clickhouse-server.err.log",
    12:38:56          	            	  (string) (len=21) "clickhouse-server.log",
    12:38:56          	Test:       	TestDownloadLogs
    12:38:56  --- FAIL: TestDownloadLogs (0.56s)

    * PMM-7 disable the rotation config

commit 071946e
Author: Nurlan Moldomurov <bupychuk1989@gmail.com>
Date:   Wed Oct 11 00:38:08 2023 +0300

    PMM-12562 Show error 503 instead of 500.

commit cf67816
Author: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
Date:   Sun Oct 15 23:14:36 2023 +0300

    PMM-12223 Update clickhouse. (#2489)

    * PMM-12223 Update clickhouse.

    * PMM-12223 update logs path

commit 58efa80
Author: Alex Demidoff <alexander.demidoff@percona.com>
Date:   Sat Oct 14 00:32:23 2023 +0300

    PMM-12463 Add telemetry envvar datasource (#2532)

    * PMM-12463 allow ireturn on DataSources

    * PMM-12463 fix some command hints

    * PMM-12463 add ENV_VAR dataSource

    * PMM-12463 add a provisionary envvar metrics extraction

    * PMM-12463 add a test for EnvVar datasource

    * PMM-12463 revert staticckeck linter

    * PMM-12463 fix linter warnings

    * PMM-12463 revert changes to main.go

    * PMM-12463 refactor the output format

    * PMM-12463 add a transform to strip values

    * PMM-12463 fix linter warnings

    * PMM-12463 refactor transform, add tests

    * PMM-12463 run format

    * PMM-12463 follow up on review comments

    * PMM-12185 remove the debug statement

    * PMM-12185 don't be too noisy when a ds is not initialized

commit 40e0fcf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Oct 12 09:52:50 2023 +0000

    Bump golang.org/x/net from 0.16.0 to 0.17.0 (#2541)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.16.0 to 0.17.0.
    - [Commits](golang/net@v0.16.0...v0.17.0)

    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...

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

commit df0c351
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Oct 12 11:33:00 2023 +0200

    Bump golang.org/x/net from 0.16.0 to 0.17.0 in /tools (#2540)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.16.0 to 0.17.0.
    - [Commits](golang/net@v0.16.0...v0.17.0)

    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...

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

commit d974ff8
Author: Vishwas Sharma <135056281+vishwas-sharma2480@users.noreply.github.com>
Date:   Wed Oct 11 20:13:25 2023 +0530

    Enable errcheck linter rule (#2470)

    * Install the CodeSee workflow. Learn more at https://docs.codesee.io

    * removed the codesee-arch-diagram.yml~

    * enable errcheck linter on anew branch because old branch was not made from main branch

    * made change in file proxy.go located at vmproxy/proxy/proxy.go

    * made change in file admin/pkg/client/tarball/tarball.go located at admin/pkg/client/tarball/tarball.go

    * made change in file proxy_test.go located at vmproxy/proxy/proxy_test.go

    * made change in file proxy_test.go located at vmproxy/proxy/proxy_test.go

    * made change in file database.go located at managed/services/dbaas/kubernetes/client/database/database.go

    * made change in file percona_sso_model_helpers.go located at managed/models/percona_sso_model_helpers.go

    * made change in file api-tests/server/auth_test.go located at api-tests/server/auth_test.go

    * made change in file api-tests/server/auth_test.go located at api-tests/server/auth_test.go

    * made change in file admin/commands/summary.go located at admin/commands/summary.go

    * made change in file job_helpers_test.go located at managed/models/job_helpers_test.go

    * made change in file datasources.go located at managed/services/telemetry/datasources.go

    * made change in file datasources.go located at managed/services/telemetry/datasources.go

    * made change in file main.go located at qan-api2/main.go

    * made change in file main.go located at qan-api2/main.go

    * made change in file pgstatmonitor.go located at agent/agents/postgres/pgstatmonitor/pgstatmonitor.go

    * made change in file ports_registry_test.go located at agent/agents/supervisor/ports_registry_test.go

    * made change in file victoriametrics.go located at managed/services/victoriametrics/victoriametrics.go

    * made change in file readyz_test.go located at api-tests/server/readyz_test.go

    * made change in file version_test.go located at api-tests/server/version_test.go

    * made change in file client.go located at managed/utils/platform/client.go

    * made change in file auth_server_test.go located at managed/services/grafana/auth_server_test.go

    * made change in file auth_server_test.go located at managed/services/grafana/auth_server_test.go

    * made change in file alertmanager.go located at managed/services/alertmanager/alertmanager.go

    * made change in file inventory_metrics_test.go located at managed/services/inventory/inventory_metrics_test.go

    * made change in file client.go located at managed/services/grafana/client.go

    * made change in file connection_checker.go located at agent/connectionchecker/connection_checker.go

    * made change in file vmalert.go located at managed/services/vmalert/vmalert.go

    * made change in file vmalert.go located at managed/services/vmalert/vmalert.go

    * made change in file metrics.go located at qan-api2/models/metrics.go

    * changed database.go located at managed/services/dbaas/kubernetes/client/database/

    * changed database.go located at managed/services/dbaas/kubernetes/client/database/

    * removed commented errcheck linyter

    * changes after make format

    * made changes in managed/services/dbaas/kubernetes/client/client.go

    * made changes in anaged/services/management/dbaas/components_service.go

    * made changes in managed/services/management/dbaas/version_service_client.go

    * mae\ke format changes done

    ---------

    Co-authored-by: codesee-maps[bot] <86324825+codesee-maps[bot]@users.noreply.github.com>
    Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>

commit 29fbba7
Author: Alex Tymchuk <alexander.tymchuk@percona.com>
Date:   Thu Sep 28 20:32:30 2023 +0300

    PMM-12547 Revert PMM-11670 Set the cluster label if empty (#2508)

    * Revert "PMM-11670 Set the cluster label if empty (#2459)"

    This reverts commit 3c58ed9.

    * PMM-12547 use a different IP

    * PMM-12547 fix the debug command in actions

commit 9d919df
Author: Talha Bin Rizwan <talha.rizwan@percona.com>
Date:   Wed Sep 27 21:51:02 2023 +0500

    PMM-7 Fix Clickhouse repository. (#2506)
ademidoff added a commit that referenced this pull request Nov 2, 2023
commit 49b9bb4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 1 13:24:42 2023 +0300

    Bump github.com/aws/aws-sdk-go from 1.46.0 to 1.47.0 (#2588)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.46.0 to 1.47.0.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.46.0...v1.47.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      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>

commit 1acf7b2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 1 11:57:57 2023 +0200

    Bump github.com/grafana/grafana-api-golang-client from 0.24.0 to 0.25.0 (#2587)

    Bumps [github.com/grafana/grafana-api-golang-client](https://github.com/grafana/grafana-api-golang-client) from 0.24.0 to 0.25.0.
    - [Release notes](https://github.com/grafana/grafana-api-golang-client/releases)
    - [Commits](grafana/grafana-api-golang-client@v0.24.0...v0.25.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/grafana/grafana-api-golang-client
      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>

commit 1cca6f9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 31 16:32:52 2023 +0300

    Bump github.com/docker/docker in /tools (#2583)

    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.6+incompatible to 24.0.7+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v24.0.6...v24.0.7)

    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-type: indirect
    ...

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

commit 3f5dc68
Author: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
Date:   Tue Oct 31 15:12:58 2023 +0300

    PMM-12631 removed alertmanager configs from logs. (#2584)

    * PMM-12631 removed alertmanager configs from logs.

    * PMM-12631 removed alertmanager configs from tests and docs.

    * PMM-12631 Fix linter.

commit 353542d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 31 11:17:34 2023 +0000

    Bump github.com/ClickHouse/clickhouse-go/v2 from 2.13.0 to 2.15.0 (#2580)

    * Bump github.com/ClickHouse/clickhouse-go/v2 from 2.13.0 to 2.15.0

    Bumps [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) from 2.13.0 to 2.15.0.
    - [Release notes](https://github.com/ClickHouse/clickhouse-go/releases)
    - [Changelog](https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md)
    - [Commits](ClickHouse/clickhouse-go@v2.13.0...v2.15.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>

    * Fix

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>

commit d08e47b
Author: Vadim Yalovets <vadim.yalovets@percona.com>
Date:   Tue Oct 31 10:09:02 2023 +0200

    PMM-12630 UI upgrade from 2.37.1 and lower does not work (#2582)

commit bc802b4
Author: Jiří Čtvrtka <62988319+JiriCtvrtka@users.noreply.github.com>
Date:   Mon Oct 30 11:32:51 2023 +0100

    PMM-12632 Fix agent client response. (#2581)

    * PMM-12632 Fix agent client response.

    * PMM-12632 Required changes.

commit 1d326ec
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 30 10:22:15 2023 +0100

    Bump github.com/google/uuid from 1.3.1 to 1.4.0 (#2579)

    Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.1 to 1.4.0.
    - [Release notes](https://github.com/google/uuid/releases)
    - [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
    - [Commits](google/uuid@v1.3.1...v1.4.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/google/uuid
      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>

commit d01ea55
Author: Vadim Yalovets <vadim.yalovets@percona.com>
Date:   Thu Oct 26 13:01:32 2023 +0300

    PMM-12626 Packages built using old go version (#2576)

    * PMM-12626 Packages built using old go version

    * PMM-12626 Packages built using old go version

commit 828153c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Oct 26 11:40:55 2023 +0200

    Bump google.golang.org/grpc from 1.58.0 to 1.58.3 in /tools (#2577)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.58.3.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.58.0...v1.58.3)

    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: indirect
    ...

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

commit a3a52c1
Author: rishat-ishbulatov <111364991+rishat-ishbulatov@users.noreply.github.com>
Date:   Wed Oct 25 22:02:42 2023 +0300

    PMM-8655 Send unsent messages after connection problems (#1970)

    * PMM-8655 feat: config with cache

    * PMM-8655 feat: client domain models

    * PMM-8655 feat: buffer-ring with bigqueue

    * PMM-8655 feat: cache and dummy

    * PMM-8655 ref: client

    * PMM-8655 feat: cache connection response

    * PMM-8655 fix: sum, datarace for bigqueue

    * PMM-8655 ref: temp commented channel test on corrupted utf

    * Update config.go

    * Update go.sum

    * PMM-8655 Fix linters.

    * Update agent/client/cache/cache.go

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

    * PMM-8655 Fix linters.

    * PMM-8655 remove unused field.

    * PMM-8655 Address review comments.

    * PMM-8655 get rid of goto operator.

    * PMM-8655 fix go.sum.

    * PMM-8655 fix go.sum.

    * PMM-8655 fix tests and linter.

    * revert label renaming

    * revert channel_test.go

    * PMM-8655 revert test.

    * PMM-8655 Fix linters.

    * PMM-8655 Fix linters.

    * PMM-8655 Fix linters.

    ---------

    Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
    Co-authored-by: Nurlan Moldomurov <bupychuk1989@gmail.com>
    Co-authored-by: Alex Tymchuk <alexander.tymchuk@percona.com>
    Co-authored-by: Talha Bin Rizwan <talha.rizwan@percona.com>

commit 46626e6
Author: Alex Demidoff <alexander.demidoff@percona.com>
Date:   Wed Oct 25 20:14:41 2023 +0300

    PMM-12185 migrate telemetry GrafanaDS to using PostgreSQL (#2542)

    * PMM-12185 migrate telemetry GrafanaDS to using PostgreSQL

    * PMM-12185 configure GrafanaDB connection

    * PMM-12185 fix grafanaDB SQL stmnts

    * PMM-12185 don't init when ds is disabled

    * PMM-12185 cleanup the code

    * PMM-12185 update go modules

    * PMM-12185 Apply suggestions from code review

    Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com>

    * PMM-12185 remove the debug stmnt

    * PMM-12185 remove unused lint suppressions

    * PMM-12185 fix inconsistent log output

    * PMM-12185 trim trailing spaces

    * PMM-12185 rename VM config type for consistency sake

    ---------

    Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com>

commit 23571ee
Author: Francisco Miguel Biete Banon <fbiete@gmail.com>
Date:   Wed Oct 25 17:57:16 2023 +0100

    Missing settings to use keepalive in some locations (#2575)

    We have keepalives enabled in upstream blocks, but some of the locations are missing the proxy changes required to use it.
    [10 top nginx configuration mistakes](https://www.nginx.com/blog/avoiding-top-10-nginx-configuration-mistakes/#no-keepalives)

commit 4346c6f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 25 09:49:34 2023 +0000

    Bump @typescript-eslint/parser from 6.8.0 to 6.9.0 in /cli-tests (#2570)

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.8.0 to 6.9.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.0/packages/parser)

    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      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>

commit 71879ab
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 25 11:14:13 2023 +0300

    Bump github.com/brianvoe/gofakeit/v6 from 6.23.0 to 6.24.0 (#2565)

    Bumps [github.com/brianvoe/gofakeit/v6](https://github.com/brianvoe/gofakeit) from 6.23.0 to 6.24.0.
    - [Release notes](https://github.com/brianvoe/gofakeit/releases)
    - [Commits](brianvoe/gofakeit@v6.23.0...v6.24.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>
    Co-authored-by: Jiří Čtvrtka <62988319+JiriCtvrtka@users.noreply.github.com>

commit 5730e16
Author: Alex Demidoff <alexander.demidoff@percona.com>
Date:   Tue Oct 24 21:11:40 2023 +0300

    PMM-12375 add database version to services (#2488)

    * PMM-12375 create serviceInfoBroker component

    * PMM-12375 serviceInfoBroker won't ping the db

    * PMM-12375 fix the test

    * PMM-12375 add tests for serviceInfoBroker

    * PMM-12375 fix the agent tests

    * PMM-12375 fix agent tests, server-side

    * PMM-12375 fix services tests

    * PMM-12375 do not update if version is empty

    * PMM-12375 remove the unused parameter

    * PMM-12375 remove the version from Stats

    * PMM-12375 add message type processing to channel

    * PMM-12375 update codeowners

    * PMM-12375 respect skipConnectionCheck, simpler schema

    * PMM-12375 fix linter warnings

    * PMM-12375 fix license headers

    * PMM-12375 respect skipConnectionCheck param

    * PMM-12375 minor fixes

    * PMM-12375 update the docs

    * PMM-12375 do not run serviceInfo for older clients

    * PMM-12375 add serviceInfoBroker to rds

    * PMM-12375 add serviceInfoBroker to azure

    * PMM-12375 add version to ListServices result

    * PMM-12375 a minor fix in teardown fn

    * PMM-12375 cleanup the inevntory_metrics_test

    * PMM-12375 follow up on review

    * PMM-12375 revert changes, move to other PRs

    * PMM-12375 revert changed related to linter

    * PMM-12375 make version nullable

    * PMM-12375 do not call FindService when skipping connection check

    * PMM-12375 fix pointer reference

    * PMM-12375 re-generate interfaces

    * PMM-12375 fix a dereference

    * PMM-12375 make ServiceInfoBroker work for older agents

    * PMM-12375 fix the linter error

    * PMM-12375 follow up on review

    * PMM-12375 a few corrections to managed's readme.md

    * PMM-12375 fix the mock file version

    * PMM-12375 bump up the compatibility version

    * PMM-12375 regen the mockfiles

    * PMM-12375 remove debug msg

    * Fix linter

    ---------

    Co-authored-by: Alex Tymchuk <alexander.tymchuk@percona.com>
    Co-authored-by: Alex Demidoff <alexander.tymchuk@gmail.com>
    Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com>

commit be137c9
Author: Artem Gavrilov <artem.gavrilov@percona.com>
Date:   Tue Oct 24 15:48:07 2023 +0200

    PMM-7 Update golang up to 1.21.3 (#2569)

    Co-authored-by: Jiří Čtvrtka <62988319+JiriCtvrtka@users.noreply.github.com>

commit 330a37b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 24 13:40:01 2023 +0000

    Bump @typescript-eslint/eslint-plugin from 6.8.0 to 6.9.0 in /cli-tests (#2571)

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.8.0 to 6.9.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.0/packages/eslint-plugin)

    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      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>
    Co-authored-by: Jiří Čtvrtka <62988319+JiriCtvrtka@users.noreply.github.com>

commit 0f463f8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 24 15:29:08 2023 +0200

    Bump eslint-plugin-import from 2.28.0 to 2.29.0 in /cli-tests (#2572)

    Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.28.0 to 2.29.0.
    - [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
    - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
    - [Commits](import-js/eslint-plugin-import@v2.28.0...v2.29.0)

    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-import
      dependency-type: direct:development
      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>

commit 7fa52c3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 23 09:14:22 2023 +0000

    Bump eslint from 8.51.0 to 8.52.0 in /cli-tests (#2567)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.51.0 to 8.52.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.51.0...v8.52.0)

    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      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>

commit db41410
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 23 10:51:22 2023 +0200

    Bump eslint-plugin-playwright from 0.17.0 to 0.18.0 in /cli-tests (#2566)

    Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 0.17.0 to 0.18.0.
    - [Release notes](https://github.com/playwright-community/eslint-plugin-playwright/releases)
    - [Changelog](https://github.com/playwright-community/eslint-plugin-playwright/blob/main/CHANGELOG.md)
    - [Commits](playwright-community/eslint-plugin-playwright@v0.17.0...v0.18.0)

    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-playwright
      dependency-type: direct:development
      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>

commit 3029ae9
Merge: c3cb1a7 12ce642
Author: Nurlan Moldomurov <bupychuk1989@gmail.com>
Date:   Sat Oct 21 22:23:55 2023 +0300

    Merge branch 'pmm-2.40.1'

commit c3cb1a7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Oct 20 15:46:26 2023 +0300

    Bump github.com/aws/aws-sdk-go from 1.45.2 to 1.46.0 (#2562)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.45.2 to 1.46.0.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.45.2...v1.46.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      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>

commit 12ce642
Author: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
Date:   Fri Oct 20 15:40:13 2023 +0300

    PMM-7 ignore errors on not really necessary step. (#2564)

commit aef2236
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 18 16:39:38 2023 +0300

    Bump github.com/prometheus/common from 0.44.0 to 0.45.0 (#2561)

    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.44.0 to 0.45.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.44.0...v0.45.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      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>

commit 85ca980
Author: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
Date:   Wed Oct 18 14:07:05 2023 +0300

    PMM-12587 Fix drop DB for EL7. (#2560)

commit 763b4cc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 18 13:45:58 2023 +0300

    Bump google.golang.org/grpc from 1.58.0 to 1.59.0 (#2559)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.59.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.58.0...v1.59.0)

    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      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>

commit 09071bf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 18 10:12:26 2023 +0000

    Bump github.com/vektra/mockery/v2 from 2.35.1 to 2.36.0 in /tools (#2552)

    * Bump github.com/vektra/mockery/v2 from 2.35.1 to 2.36.0 in /tools

    Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.35.1 to 2.36.0.
    - [Release notes](https://github.com/vektra/mockery/releases)
    - [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md)
    - [Commits](vektra/mockery@v2.35.1...v2.36.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/vektra/mockery/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

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

    * make gen

    * trigger

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jiří Čtvrtka <j.ctvrtka@gmail.com>
    Co-authored-by: Jiří Čtvrtka <62988319+JiriCtvrtka@users.noreply.github.com>

commit 877cd07
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 17 10:03:44 2023 +0000

    Bump @typescript-eslint/parser from 6.7.0 to 6.8.0 in /cli-tests (#2555)

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.7.0 to 6.8.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.8.0/packages/parser)

    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      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>

commit 8687f25
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 17 09:52:48 2023 +0000

    Bump @typescript-eslint/eslint-plugin from 6.7.0 to 6.8.0 in /cli-tests (#2554)

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.7.0 to 6.8.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.8.0/packages/eslint-plugin)

    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      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>

commit e721197
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 17 11:39:59 2023 +0200

    Bump eslint-plugin-playwright from 0.16.0 to 0.17.0 in /cli-tests (#2553)

    Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 0.16.0 to 0.17.0.
    - [Release notes](https://github.com/playwright-community/eslint-plugin-playwright/releases)
    - [Changelog](https://github.com/playwright-community/eslint-plugin-playwright/blob/main/CHANGELOG.md)
    - [Commits](playwright-community/eslint-plugin-playwright@v0.16.0...v0.17.0)

    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-playwright
      dependency-type: direct:development
      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>

commit 9564347
Author: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
Date:   Tue Oct 17 12:36:37 2023 +0300

    PMM-12576 change admin ID to 1. (#2551)

    * PMM-12576 change admin ID to 1.

    * PMM-12576 Debug messages.

commit 578bab3
Author: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
Date:   Tue Oct 17 00:14:21 2023 +0300

    PMM-12592 PMM-12587 fix SQLite to PostgreSQL (#2549)

    * PMM-7 More debug data.

    * PMM-12584 fix hex values in PostgreSQL DB.

    * PMM-12588 Outdated grafana-db-migrator used (#2547)

    * PMM-12584 fix provisioning problem.

    * PMM-12584 fix drop database issue.

    * PMM-12584 fix drop database issue for EL7.

    * PMM-12584 fix drop database issue for EL7.

    * PMM-12584 fix drop database issue for EL7.

    * Update update/ansible/playbook/tasks/roles/sqlite-to-postgres/tasks/main.yml

    Co-authored-by: Alex Demidoff <alexander.demidoff@percona.com>

    ---------

    Co-authored-by: Vadim Yalovets <vadim.yalovets@percona.com>
    Co-authored-by: Alex Demidoff <alexander.demidoff@percona.com>

commit 79357f3
Author: Artem Gavrilov <artem.gavrilov@percona.com>
Date:   Tue Sep 26 16:05:44 2023 +0200

    PMM-7 Fix datarace (#2501)

    * PMM-7 Fix datarace

    * PMM-7 Fix datarace

commit d58294a
Author: Alex Demidoff <alexander.demidoff@percona.com>
Date:   Mon Oct 16 15:46:45 2023 +0300

    PMM-7 fix API tests (#2550)

    * PMM-7 fix API tests

    Why:
    PMM API tests currently fail. Namely, `TestDownloadLogs` fails with the following diff:

    12:38:56          	            	Diff:
    12:38:56          	            	--- Expected
    12:38:56          	            	+++ Actual
    12:38:56          	            	@@ -1,2 +1,2 @@
    12:38:56          	            	-([]string) (len=38) {
    12:38:56          	            	+([]string) (len=39) {
    12:38:56          	            	  (string) (len=21) "alertmanager.base.yml",
    12:38:56          	            	@@ -5,2 +5,3 @@
    12:38:56          	            	  (string) (len=16) "alertmanager.yml",
    12:38:56          	            	+ (string) (len=25) "clickhouse-server.err.log",
    12:38:56          	            	  (string) (len=21) "clickhouse-server.log",
    12:38:56          	Test:       	TestDownloadLogs
    12:38:56  --- FAIL: TestDownloadLogs (0.56s)

    * PMM-7 disable the rotation config

commit 071946e
Author: Nurlan Moldomurov <bupychuk1989@gmail.com>
Date:   Wed Oct 11 00:38:08 2023 +0300

    PMM-12562 Show error 503 instead of 500.

commit cf67816
Author: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
Date:   Sun Oct 15 23:14:36 2023 +0300

    PMM-12223 Update clickhouse. (#2489)

    * PMM-12223 Update clickhouse.

    * PMM-12223 update logs path

commit 58efa80
Author: Alex Demidoff <alexander.demidoff@percona.com>
Date:   Sat Oct 14 00:32:23 2023 +0300

    PMM-12463 Add telemetry envvar datasource (#2532)

    * PMM-12463 allow ireturn on DataSources

    * PMM-12463 fix some command hints

    * PMM-12463 add ENV_VAR dataSource

    * PMM-12463 add a provisionary envvar metrics extraction

    * PMM-12463 add a test for EnvVar datasource

    * PMM-12463 revert staticckeck linter

    * PMM-12463 fix linter warnings

    * PMM-12463 revert changes to main.go

    * PMM-12463 refactor the output format

    * PMM-12463 add a transform to strip values

    * PMM-12463 fix linter warnings

    * PMM-12463 refactor transform, add tests

    * PMM-12463 run format

    * PMM-12463 follow up on review comments

    * PMM-12185 remove the debug statement

    * PMM-12185 don't be too noisy when a ds is not initialized

commit 40e0fcf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Oct 12 09:52:50 2023 +0000

    Bump golang.org/x/net from 0.16.0 to 0.17.0 (#2541)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.16.0 to 0.17.0.
    - [Commits](golang/net@v0.16.0...v0.17.0)

    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...

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

commit df0c351
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Oct 12 11:33:00 2023 +0200

    Bump golang.org/x/net from 0.16.0 to 0.17.0 in /tools (#2540)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.16.0 to 0.17.0.
    - [Commits](golang/net@v0.16.0...v0.17.0)

    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...

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

commit d974ff8
Author: Vishwas Sharma <135056281+vishwas-sharma2480@users.noreply.github.com>
Date:   Wed Oct 11 20:13:25 2023 +0530

    Enable errcheck linter rule (#2470)

    * Install the CodeSee workflow. Learn more at https://docs.codesee.io

    * removed the codesee-arch-diagram.yml~

    * enable errcheck linter on anew branch because old branch was not made from main branch

    * made change in file proxy.go located at vmproxy/proxy/proxy.go

    * made change in file admin/pkg/client/tarball/tarball.go located at admin/pkg/client/tarball/tarball.go

    * made change in file proxy_test.go located at vmproxy/proxy/proxy_test.go

    * made change in file proxy_test.go located at vmproxy/proxy/proxy_test.go

    * made change in file database.go located at managed/services/dbaas/kubernetes/client/database/database.go

    * made change in file percona_sso_model_helpers.go located at managed/models/percona_sso_model_helpers.go

    * made change in file api-tests/server/auth_test.go located at api-tests/server/auth_test.go

    * made change in file api-tests/server/auth_test.go located at api-tests/server/auth_test.go

    * made change in file admin/commands/summary.go located at admin/commands/summary.go

    * made change in file job_helpers_test.go located at managed/models/job_helpers_test.go

    * made change in file datasources.go located at managed/services/telemetry/datasources.go

    * made change in file datasources.go located at managed/services/telemetry/datasources.go

    * made change in file main.go located at qan-api2/main.go

    * made change in file main.go located at qan-api2/main.go

    * made change in file pgstatmonitor.go located at agent/agents/postgres/pgstatmonitor/pgstatmonitor.go

    * made change in file ports_registry_test.go located at agent/agents/supervisor/ports_registry_test.go

    * made change in file victoriametrics.go located at managed/services/victoriametrics/victoriametrics.go

    * made change in file readyz_test.go located at api-tests/server/readyz_test.go

    * made change in file version_test.go located at api-tests/server/version_test.go

    * made change in file client.go located at managed/utils/platform/client.go

    * made change in file auth_server_test.go located at managed/services/grafana/auth_server_test.go

    * made change in file auth_server_test.go located at managed/services/grafana/auth_server_test.go

    * made change in file alertmanager.go located at managed/services/alertmanager/alertmanager.go

    * made change in file inventory_metrics_test.go located at managed/services/inventory/inventory_metrics_test.go

    * made change in file client.go located at managed/services/grafana/client.go

    * made change in file connection_checker.go located at agent/connectionchecker/connection_checker.go

    * made change in file vmalert.go located at managed/services/vmalert/vmalert.go

    * made change in file vmalert.go located at managed/services/vmalert/vmalert.go

    * made change in file metrics.go located at qan-api2/models/metrics.go

    * changed database.go located at managed/services/dbaas/kubernetes/client/database/

    * changed database.go located at managed/services/dbaas/kubernetes/client/database/

    * removed commented errcheck linyter

    * changes after make format

    * made changes in managed/services/dbaas/kubernetes/client/client.go

    * made changes in anaged/services/management/dbaas/components_service.go

    * made changes in managed/services/management/dbaas/version_service_client.go

    * mae\ke format changes done

    ---------

    Co-authored-by: codesee-maps[bot] <86324825+codesee-maps[bot]@users.noreply.github.com>
    Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>

commit 29fbba7
Author: Alex Tymchuk <alexander.tymchuk@percona.com>
Date:   Thu Sep 28 20:32:30 2023 +0300

    PMM-12547 Revert PMM-11670 Set the cluster label if empty (#2508)

    * Revert "PMM-11670 Set the cluster label if empty (#2459)"

    This reverts commit 3c58ed9.

    * PMM-12547 use a different IP

    * PMM-12547 fix the debug command in actions

commit 9d919df
Author: Talha Bin Rizwan <talha.rizwan@percona.com>
Date:   Wed Sep 27 21:51:02 2023 +0500

    PMM-7 Fix Clickhouse repository. (#2506)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants