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

Update dependency percona/mongodb_exporter to v0.40.0 #755

Merged
merged 1 commit into from
Jun 30, 2024

Conversation

pccibot
Copy link

@pccibot pccibot commented Jun 13, 2024

This PR contains the following updates:

Package Update Change
percona/mongodb_exporter minor 0.20.4 -> 0.40.0

Release Notes

percona/mongodb_exporter (percona/mongodb_exporter)

v0.40.0

Compare Source

Docker images

To automatically pull the appropriate Docker image for your platform, use

docker pull percona/mongodb_exporter:0.40
You can also specify a specific architecture image

docker pull percona/mongodb_exporter:0.40-amd64
docker pull percona/mongodb_exporter:0.40-arm64v8

What's Changed

New Contributors

Full Changelog: percona/mongodb_exporter@v0.39.0...v0.40.0

v0.39.0

Compare Source

Docker images

To automatically pull the appropriate Docker image for your platform, use

  • docker pull percona/mongodb_exporter:0.39

You can also specify a specific architecture image

  • docker pull percona/mongodb_exporter:0.39-amd64
  • docker pull percona/mongodb_exporter:0.39-arm64v8

What's Changed

Full Changelog: percona/mongodb_exporter@v0.38.0...v0.39.0

v0.38.0

Compare Source

Docker images

To automatically pull the appropriate Docker image for your platform, use

  • docker pull percona/mongodb_exporter:0.38

You can also specify a specific architecture image

  • docker pull percona/mongodb_exporter:0.38-amd64
  • docker pull percona/mongodb_exporter:0.38-arm64v8

What's Changed

New Contributors

Full Changelog: percona/mongodb_exporter@v0.37.0...v0.38.0

v0.37.0

Compare Source

Docker images

We now support amd64 and arm64 Docker images

To automatically pull the appropriate Docker image for your platform, use

  • docker pull percona/mongodb_exporter:0.37

You can also specify a specific architecture image

  • docker pull percona/mongodb_exporter:0.37-amd64
  • docker pull percona/mongodb_exporter:0.37-arm64v8

What's Changed

Full Changelog: percona/mongodb_exporter@v0.36.0...v0.37.0

v0.36.0

Compare Source

Docker images

We now support amd64 and arm64 Docker images

To automatically pull the appropriate Docker image for your platform, use

  • docker pull percona/mongodb_exporter:0.36

You can also specify a specific architecture image

  • docker pull percona/mongodb_exporter:0.36-amd64
  • docker pull percona/mongodb_exporter:0.36-arm64v8

What's Changed

(https://github.com/percona/mongodb_exporter/pull/575, https://github.com/percona/mongodb_exporter/pull/588, https://github.com/percona/mongodb_exporter/pull/603, https://github.com/percona/mongodb_exporter/pull/581) Updated dependencies
(https://github.com/percona/mongodb_exporter/pull/579) Update CONTRIBUTING.md
(https://github.com/percona/mongodb_exporter/pull/544) Fix web telemetry path option
(https://github.com/percona/mongodb_exporter/pull/555) Fix panics from attempts to use nil client
(https://github.com/percona/mongodb_exporter/pull/530) add root HandleFunc
(https://github.com/percona/mongodb_exporter/pull/487) Fix systemd user
(https://github.com/percona/mongodb_exporter/pull/573) Fix metric metric mongodb_mongos_sharding_balancer_enabled

PMM-11137: Fix retrieving MongoDB version for monogos instance
PMM-11040: Add security metrics with info about encryption

New Contributors

Full Changelog: percona/mongodb_exporter@v0.35.0...v0.36.0

v0.35.0

Compare Source

Docker images

We now support amd64 and arm64 Docker images

To automatically pull the appropriate Docker image for your platform, use

  • docker pull percona/mongodb_exporter:0.35

You can also specify a specific architecture image

  • docker pull percona/mongodb_exporter:0.35-amd64
  • docker pull percona/mongodb_exporter:0.35-arm64v8

What's Changed

(https://github.com/percona/mongodb_exporter/pull/522, https://github.com/percona/mongodb_exporter/pull/512, https://github.com/percona/mongodb_exporter/pull/523, https://github.com/percona/mongodb_exporter/pull/542, https://github.com/percona/mongodb_exporter/pull/504, https://github.com/percona/mongodb_exporter/pull/527, https://github.com/percona/mongodb_exporter/pull/536, https://github.com/percona/mongodb_exporter/pull/565, https://github.com/percona/mongodb_exporter/pull/550, https://github.com/percona/mongodb_exporter/pull/554) Updated dependencies
(https://github.com/percona/mongodb_exporter/pull/556) Use direct connection for tests connecting to rs1
(https://github.com/percona/mongodb_exporter/pull/567) Fix failure in linter run
(https://github.com/percona/mongodb_exporter/pull/568) Update reference for Code of Conduct
(https://github.com/percona/mongodb_exporter/pull/566) Create a separate guide for development workflow
(https://github.com/percona/mongodb_exporter/pull/548) Update test matrix

PMM-10292 Remove unused collector
PMM-10631: Add label to mongodb_version_info metric with Edition info
PMM-10600: Add mongo db vendor info

New Contributors

Full Changelog: percona/mongodb_exporter@v0.34.0...v0.35.0

v0.34.0

Compare Source

Docker images

We now support amd64 and arm64 Docker images

To automatically pull the appropriate Docker image for your platform, use

  • docker pull percona/mongodb_exporter:0.34

You can also specify a specific architecture image

  • docker pull percona/mongodb_exporter:0.34-amd64
  • docker pull percona/mongodb_exporter:0.34-arm64v8

What's Changed

  • (#​538) Updated CHANGELOG

  • PMM-9968 Use logger with level

New Contributors

Full Changelog: percona/mongodb_exporter@v0.33.0...v0.34.0

v0.33.0

Compare Source

Docker images

We now support amd64 and arm64 Docker images

To automatically pull the appropriate Docker image for your platform, use

  • docker pull percona/mongodb_exporter:0.33

You can also specify a specific architecture image

  • docker pull percona/mongodb_exporter:0.33-amd64
  • docker pull percona/mongodb_exporter:0.33-arm64v8

What's Changed

(#​479, #​471, #​490, #​491) Updated dependencies
(#​517) Updated CHANGELOG
(#​481) Fixed ambiguous option -s in postinst
(#​482) Updated comments to fix CI pipeline for Golang tip
(#​474) Added support for multi-arch docker image
( #​494) Added fix for cluster role label

PMM-4274 Enabled pprof in exporter
PMM-1458 Created reference document for exporter
PMM-9320: Fixed authentication credentials to support characters like +
PMM-10265: Fallback to original DSN support if given DSN is non-URI
PMM-9919 Added support for meta-metrics in exporter
PMM-10271 Fixed meta-metric label for general collector

New Contributors

Full Changelog: percona/mongodb_exporter@v0.32.3...v0.33.0

v0.32.0

Compare Source

Docker images

  • docker pull percona/mongodb_exporter:0.32.0

What's Changed

(#​454 , #​463, #​451, #​466, #​462, #​478) Updated dependencies
(#​468) Created MongoDB exporter user in postinst
(#​469) Updated README.md

PMM-9450 Enable basic auth with Prometheus exporter toolkit

New Contributors

Full Changelog: percona/mongodb_exporter@v0.31.2...v0.32.0

v0.31.2

Compare Source

PMM-9815 Fix MongoDB exporter version

Docker images
  • docker pull percona/mongodb_exporter:0.31.2

v0.31.1

Compare Source

PMM-9757 MongoDB exporter panics when DB connection is lost

Docker images
  • docker pull percona/mongodb_exporter:0.31.1

v0.31.0

Compare Source

(#​440) Bumped build tools version and updated build process
(#​441, #​446) Updated CI test matrix; fixed warnings in pipeline
(#​437) Fixed bug in development infrastructure setup
(#​435) Added flag to remove ambiguity for descending index metric
(#​433) Fixed bug in collstats metric generation by disabling histogram for collstats

PMM-5598 Added RPM and DEB packages
PMM-5471 Add license checks to mongodb_exporter
PMM-9312 Capture MongoDB metrics - dbStats, collStats, indexStats and topmetrics
PMM-9652 Fix anti-pattern metric names
PMM-9458 Disable DBStats and TopMetrics where limit is active
PMM-9507 Update help for MongoDB
PMM-9400 Fix missing metrics for indexStats and collStats when all collectors enabled
PMM-9471 Fix issue with MongoDB exporter context deadline
PMM-9459 Fix dual requests to database for metric generation

Docker images
  • docker pull percona/mongodb_exporter:0.31.0

v0.30.0

Compare Source

PMM-8770 enable safe metrics collection
PMM-7802 arbiter authentication

Docker images

  • docker pull percona/mongodb_exporter:0.30
  • docker pull percona/mongodb_exporter:0.30.0

v0.20.9

Compare Source

  • Fix version reported by community exporter, now empty (#​373) (Denys Kondratenko)
  • PMM-8011 Add top admincommand collector (#​357) (Ivan Groenewold)
  • Prevent exporter exit after start (#​366) (Kris Budde)
  • Close client if initial connection failed (#​367) (Kris Budde)
  • Build container image on release (#​354) (Kris Budde)
  • PMM-7116 myState metric always has a value (#​345) (Carlos Salguero)
  • Expose exporter.Handler and allow disabling default registry (#​356) (Robert Fratto)
  • Remove dependency on github.com/prometheus/common/log (#​355) (Robert Fratto)

Docker images

  • docker pull percona/mongodb_exporter:0.20
  • docker pull percona/mongodb_exporter:0.20.9

v0.20.8

Compare Source

Fix # Description
Fixed bug PMM-8849 Fixed panic on nil data
Improvement PMM-8772 DBStats are disabled by default. Adde 'enable' parameter
Fixed bug PMM-8539 cl_role is always "shardsvr" even for configsvr
Fixed bug PMM-8489 Fixed topology labels on mongos
Improvement PMM-7424 Add support for compatible mode for dbStats metric to provide old metrics
Improvement PMM-7116 myState metric always has a value
Improvement PR #​344 Documented minimum permissions needed to collect data

v0.20.7

Compare Source

Ticket Description
Improvement Upgraded dependencies
Fixed error PMM-6877 replsetGetStatus error on mongos

v0.20.6

Compare Source

v0.20.5

Compare Source

  • Fixed bug PMM-7941: Wrong replication status value
  • Improvement #​272 : Bump github.com/golangci/golangci-lint from 1.39.0 to 1.40.1 in /tools
  • Improvement #​271 : Bump golang.org/x/tools from 0.1.0 to 0.1.1 in /tools
  • Improvement #​269 : Bump go.mongodb.org/mongo-driver from 1.4.1 to 1.5.2
  • Improvement #​268 : Bump github.com/prometheus/common from 0.20.0 to 0.24.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@pccibot pccibot force-pushed the renovate/percona-mongodb_exporter-0.x branch from 9a70415 to 9691d8d Compare June 13, 2024 18:40
@TheMeier TheMeier added this to the v15.1.0 milestone Jun 30, 2024
@TheMeier TheMeier added the enhancement New feature or request label Jun 30, 2024
@TheMeier TheMeier force-pushed the renovate/percona-mongodb_exporter-0.x branch from 9691d8d to 261e969 Compare June 30, 2024 14:10
@bastelfreak bastelfreak merged commit 5784e22 into master Jun 30, 2024
27 checks passed
@bastelfreak bastelfreak deleted the renovate/percona-mongodb_exporter-0.x branch June 30, 2024 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants