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

build(deps): update module github.com/prometheus/client_golang to v1.20.0 #776

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/prometheus/client_golang v1.19.1 -> v1.20.0 age adoption passing confidence

Release Notes

prometheus/client_golang (github.com/prometheus/client_golang)

v1.20.0

Compare Source

Thanks everyone for contributions!

⚠️ In this release we remove one (broken anyway, given Go runtime changes) metric and add three new (representing GOGC, GOMEMLIMIT and GOMAXPROCS flags) to the default collectors.NewGoCollector() collector. Given its popular usage, expect your binary to expose two additional metric.

Changes

  • [CHANGE] ⚠️ go-collector: Remove go_memstat_lookups_total metric which was always 0; Go runtime stopped sharing pointer lookup statistics. #​1577
  • [FEATURE] ⚠️ go-collector: Add 3 default metrics: go_gc_gogc_percent, go_gc_gomemlimit_bytes and go_sched_gomaxprocs_threads as those are recommended by the Go team. #​1559
  • [FEATURE] go-collector: Add more information to all metrics' HELP e.g. the exact runtime/metrics sourcing each metric (if relevant). #​1568 #​1578
  • [FEATURE] testutil: Add CollectAndFormat method. #​1503
  • [FEATURE] histograms: Add support for exemplars in native histograms. #​1471
  • [FEATURE] promhttp: Add experimental support for zstd on scrape, controlled by the request Accept-Encoding header. #​1496
  • [FEATURE] api/v1: Add WithLimit parameter to all API methods that supports it. #​1544
  • [FEATURE] prometheus: Add support for created timestamps in constant histograms and constant summaries. #​1537
  • [FEATURE] process-collectors: Add network usage metrics: process_network_receive_bytes_total and process_network_transmit_bytes_total. #​1555
  • [FEATURE] promlint: Add duplicated metric lint rule. #​1472
  • [BUGFIX] promlint: Relax metric type in name linter rule. #​1455
  • [BUGFIX] promhttp: Make sure server
    instrumentation wrapping supports new and future extra responseWriter methods. #​1480
  • [BUGFIX] testutil: Functions using compareMetricFamilies are now failing if filtered metricNames are not in the input. #​1424
All commits

New Contributors

Full Changelog: prometheus/client_golang@v1.19.1...v1.20.0


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) August 21, 2024 15:18
@renovate renovate bot merged commit 6d7336b into main Aug 21, 2024
8 checks passed
@renovate renovate bot deleted the renovate/github.com-prometheus-client_golang-1.x branch August 21, 2024 15:20
maxbrunet pushed a commit that referenced this pull request Aug 21, 2024
## [1.0.317](v1.0.316...v1.0.317) (2024-08-21)

### Build System

* **deps:** update module github.com/prometheus/client_golang to v1.20.0 ([#776](#776)) ([6d7336b](6d7336b))
sergiogorniski added a commit to nubank/fork-prometheus-elasticache-sd that referenced this pull request Jan 15, 2025
* chore(deps): update github/codeql-action action to v3.25.7 (#708)

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

* chore(deps): update quay.io/containers/podman docker tag to v5.0.3 (#709)

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

* chore(deps): update module github.com/golangci/golangci-lint to v1.59.0 (#710)

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

* chore(deps): update github/codeql-action action to v3.25.8 (#711)

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

* build(deps): update go to v1.22.4 (#712)

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

* chore(release): v1.0.293 [skip ci]

## [1.0.293](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.292...v1.0.293) (2024-06-05)

### Miscellaneous Chores

* **deps:** update github/codeql-action action to v3.25.7 ([#708](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/708)) ([1066807](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/106680741f9bb6caacac9c47928478fc36fc7e33))
* **deps:** update github/codeql-action action to v3.25.8 ([#711](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/711)) ([0cbe413](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/0cbe4133fa0526d22214427d1c978afa6b470478))
* **deps:** update module github.com/golangci/golangci-lint to v1.59.0 ([#710](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/710)) ([5b052c9](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/5b052c9751d1f8e75ddf9918d69bc648a6838ee5))
* **deps:** update quay.io/containers/podman docker tag to v5.0.3 ([#709](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/709)) ([09fa9c8](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/09fa9c80d104c3dbe80362245d78a3ecd2efc68d))

### Build System

* **deps:** update go to v1.22.4 ([#712](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/712)) ([666d784](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/666d78433eb6423ae377a0f59dddcf7ca1c22186))

* build(deps): update module github.com/prometheus/prometheus to v0.52.1 (#713)

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

* chore(release): v1.0.294 [skip ci]

## [1.0.294](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.293...v1.0.294) (2024-06-06)

### Build System

* **deps:** update module github.com/prometheus/prometheus to v0.52.1 ([#713](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/713)) ([812ada1](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/812ada1a44b822599b9e1dc67647dc523a7f6042))

* chore(deps): update quay.io/containers/podman docker tag to v5.1.0 (#715)

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

* build(deps): update module github.com/aws/aws-sdk-go-v2/service/elasticache to v1.38.6 (#714)

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

* chore(release): v1.0.295 [skip ci]

## [1.0.295](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.294...v1.0.295) (2024-06-07)

### Miscellaneous Chores

* **deps:** update quay.io/containers/podman docker tag to v5.1.0 ([#715](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/715)) ([cca5351](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/cca53517749f0c50b6d31d79387fd69a69aeaae9))

### Build System

* **deps:** update module github.com/aws/aws-sdk-go-v2/service/elasticache to v1.38.6 ([#714](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/714)) ([b6abc50](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/b6abc50c0d96fb5c20bfd7bd7835c39d1b28d382))

* build(deps): update module github.com/prometheus/common to v0.54.0 (#716)

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

* chore(release): v1.0.296 [skip ci]

## [1.0.296](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.295...v1.0.296) (2024-06-10)

### Build System

* **deps:** update module github.com/prometheus/common to v0.54.0 ([#716](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/716)) ([12b31f8](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/12b31f827b4cf2d38e03f8177a539c8584dc5ea9))

* build(deps): update aws-sdk-go-v2 monorepo (#717)

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

* chore(release): v1.0.297 [skip ci]

## [1.0.297](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.296...v1.0.297) (2024-06-10)

### Build System

* **deps:** update aws-sdk-go-v2 monorepo ([#717](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/717)) ([c5ecd00](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/c5ecd002bc44f9f347b5188ffd78b705f88ef18d))

* chore(deps): update github/codeql-action action to v3.25.9 (#718)

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

* chore(deps): update actions/checkout action to v4.1.7 (#719)

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

* chore(deps): update github/codeql-action action to v3.25.10 (#720)

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

* chore(deps): update go to d60e66b (#721)

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

* chore(deps): update go to 6522f0c (#723)

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

* build(deps): update aws-sdk-go-v2 monorepo (#722)

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

* chore(release): v1.0.298 [skip ci]

## [1.0.298](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.297...v1.0.298) (2024-06-15)

### Miscellaneous Chores

* **deps:** update actions/checkout action to v4.1.7 ([#719](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/719)) ([d314b44](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/d314b446eaf4557bc39ffc25c51515038045ee1a))
* **deps:** update github/codeql-action action to v3.25.10 ([#720](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/720)) ([11d1ae9](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/11d1ae9a8e96797275b442d51fbf2ceecb7e0d8b))
* **deps:** update github/codeql-action action to v3.25.9 ([#718](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/718)) ([bbec3d7](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/bbec3d7ef71fdb81f1c34df03bfe771a442cec25))
* **deps:** update go to 6522f0c ([#723](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/723)) ([2e48b54](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/2e48b544161cf1164055db99e9b72cabf8cc6142))
* **deps:** update go to d60e66b ([#721](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/721)) ([9082855](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/908285574b5f9558e05dee533eb371f2e6a7dc49))

### Build System

* **deps:** update aws-sdk-go-v2 monorepo ([#722](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/722)) ([4e348c1](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/4e348c1e93876b48264a030f1b29d1757d160c42))

* chore(deps): update module github.com/golangci/golangci-lint to v1.59.1 (#724)

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

* chore(deps): update quay.io/containers/podman docker tag to v5.1.1 (#725)

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

* chore(deps): update go to f46eb22 (#726)

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

* chore(deps): update go to 32c8500 (#727)

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

* chore(deps): update go to 794964a (#728)

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

* chore(deps): update go to 8b55159 (#729)

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

* chore(deps): update go to 8274bcf (#730)

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

* chore(deps): update go to ace6cc3 (#731)

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

* build(deps): update module github.com/prometheus/prometheus to v0.53.0 (#733)

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

* chore(release): v1.0.299 [skip ci]

## [1.0.299](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.298...v1.0.299) (2024-06-25)

### Miscellaneous Chores

* **deps:** update go to 32c8500 ([#727](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/727)) ([4cd6d7c](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/4cd6d7c008d09ec6e890a5f481c98da52b6eb92c))
* **deps:** update go to 794964a ([#728](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/728)) ([be66c22](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/be66c2215b4f0b80c379c4466c233cc88e38988b))
* **deps:** update go to 8274bcf ([#730](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/730)) ([95c75b0](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/95c75b0a68ed1392ccaf58bc753f538a84746b99))
* **deps:** update go to 8b55159 ([#729](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/729)) ([f1f4d62](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/f1f4d62f59265e520e9178d1f080c50b2ab18b33))
* **deps:** update go to ace6cc3 ([#731](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/731)) ([7f36310](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/7f363101f1692c3fd38d11be060fc4d224528afb))
* **deps:** update go to f46eb22 ([#726](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/726)) ([97a5ed0](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/97a5ed0c0b120950396a67e222cb9c8bda94f2ff))
* **deps:** update module github.com/golangci/golangci-lint to v1.59.1 ([#724](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/724)) ([0281657](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/0281657ef3d60d61517ae26334b5a37bc290bae1))
* **deps:** update quay.io/containers/podman docker tag to v5.1.1 ([#725](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/725)) ([2ca7b46](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/2ca7b46c77b7696f304acb1de1bb8fdfad19faf5))

### Build System

* **deps:** update module github.com/prometheus/prometheus to v0.53.0 ([#733](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/733)) ([92e2a6d](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/92e2a6d6cc3ae0c1a3554ec014f90d864b9b3b3c))

* build(deps): update aws-sdk-go-v2 monorepo (#732)

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

* chore(release): v1.0.300 [skip ci]

## [1.0.300](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.299...v1.0.300) (2024-06-25)

### Build System

* **deps:** update aws-sdk-go-v2 monorepo ([#732](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/732)) ([1eaad66](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/1eaad663ccc780bf7ed3d96a84cc5e5333b4ba4d))

* build(deps): update aws-sdk-go-v2 monorepo (#734)

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

* chore(release): v1.0.301 [skip ci]

## [1.0.301](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.300...v1.0.301) (2024-06-25)

### Build System

* **deps:** update aws-sdk-go-v2 monorepo ([#734](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/734)) ([2bded0f](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/2bded0f27be4097a4134cfaf5d9a812cd3e3cfa9))

* build(deps): update aws-sdk-go-v2 monorepo (#735)

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

* chore(release): v1.0.302 [skip ci]

## [1.0.302](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.301...v1.0.302) (2024-06-26)

### Build System

* **deps:** update aws-sdk-go-v2 monorepo ([#735](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/735)) ([78611ed](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/78611ed9b8077b8e4121a7faf8f745de236701c7))

* chore(deps): update github/codeql-action action to v3.25.11 (#736)

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

* chore(deps): update actions/checkout action to v2.3.0 (#737)

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

* chore(deps): update actions/checkout action to v2.7.0 (#738)

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

* chore(deps): update actions/checkout action to v4 (#739)

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

* build(deps): update go to v1.22.5 (#740)

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

* chore(release): v1.0.303 [skip ci]

## [1.0.303](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.302...v1.0.303) (2024-07-03)

### Miscellaneous Chores

* **deps:** update actions/checkout action to v2.3.0 ([#737](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/737)) ([735d770](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/735d770f4ff6cc4418f0a58354bfbe56357c0073))
* **deps:** update actions/checkout action to v2.7.0 ([#738](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/738)) ([6458652](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/6458652cfe88fb5c7751761db96bff71bd5964f2))
* **deps:** update actions/checkout action to v4 ([#739](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/739)) ([147843b](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/147843b5b63b3221b0525aaac8d3df8f18fa4a9a))
* **deps:** update github/codeql-action action to v3.25.11 ([#736](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/736)) ([539818c](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/539818ce8ca38304ff71b5ff331270a3d6e20f8a))

### Build System

* **deps:** update go to v1.22.5 ([#740](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/740)) ([b6705ec](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/b6705ec78205287b530f7ec08cc97fd34eb6d625))

* chore(deps): update go to 523be86 (#741)

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

* chore(deps): update go to 8c9183f (#742)

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

* build(deps): update module github.com/prometheus/common to v0.55.0 (#743)

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

* chore(release): v1.0.304 [skip ci]

## [1.0.304](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.303...v1.0.304) (2024-07-03)

### Miscellaneous Chores

* **deps:** update go to 523be86 ([#741](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/741)) ([475b92e](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/475b92e0ae5e7ce8d3df5a51f0164df06445650e))
* **deps:** update go to 8c9183f ([#742](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/742)) ([22941bd](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/22941bdebb1c3e1ac4c4a80d4c4c613ec5246dd2))

### Build System

* **deps:** update module github.com/prometheus/common to v0.55.0 ([#743](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/743)) ([5857e61](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/5857e61755f941f43a6b734307b191267bc38b24))

* build(deps): update aws-sdk-go-v2 monorepo (#744)

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

* chore(release): v1.0.305 [skip ci]

## [1.0.305](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.304...v1.0.305) (2024-07-03)

### Build System

* **deps:** update aws-sdk-go-v2 monorepo ([#744](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/744)) ([b8eddd2](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/b8eddd2f76ecfb80bebc8ba4163011604535db26))

* build(deps): update module github.com/aws/smithy-go to v1.20.3 (#745)

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

* chore(release): v1.0.306 [skip ci]

## [1.0.306](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.305...v1.0.306) (2024-07-05)

### Build System

* **deps:** update module github.com/aws/smithy-go to v1.20.3 ([#745](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/745)) ([35ec1a2](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/35ec1a2df8630613b5cb2d49af466cf964fad76b))

* build(deps): update aws-sdk-go-v2 monorepo (#746)

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

* chore(release): v1.0.307 [skip ci]

## [1.0.307](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.306...v1.0.307) (2024-07-05)

### Build System

* **deps:** update aws-sdk-go-v2 monorepo ([#746](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/746)) ([93c5238](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/93c5238370747b947a914bec103f249051806640))

* chore(deps): update actions/setup-node action to v4.0.3 (#747)

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

* chore(deps): update actions/setup-go action to v5.0.2 (#748)

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

* build(deps): update aws-sdk-go-v2 monorepo (#749)

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

* chore(release): v1.0.308 [skip ci]

## [1.0.308](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.307...v1.0.308) (2024-07-10)

### Miscellaneous Chores

* **deps:** update actions/setup-go action to v5.0.2 ([#748](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/748)) ([3482d2e](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/3482d2ef23256c9f0831395ed234f1bfd885e462))
* **deps:** update actions/setup-node action to v4.0.3 ([#747](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/747)) ([b27e18d](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/b27e18d48798371ac483add279c736143b3cacdc))

### Build System

* **deps:** update aws-sdk-go-v2 monorepo ([#749](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/749)) ([d24264d](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/d24264d7fb20ddabe7b1f6fa42bfca018fb4ba89))

* chore(deps): update github/codeql-action action to v3.25.12 (#750)

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

* build(deps): update module github.com/prometheus/prometheus to v0.53.1 (#751)

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

* chore(release): v1.0.309 [skip ci]

## [1.0.309](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.308...v1.0.309) (2024-07-17)

### Miscellaneous Chores

* **deps:** update github/codeql-action action to v3.25.12 ([#750](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/750)) ([e00fa9e](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/e00fa9e0e92736c93a2109bf2a74feb627ec4e43))

### Build System

* **deps:** update module github.com/prometheus/prometheus to v0.53.1 ([#751](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/751)) ([826ebb0](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/826ebb026be8e02af48f2f7c73c033e21f0663a2))

* build(deps): update aws-sdk-go-v2 monorepo (#752)

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

* chore(release): v1.0.310 [skip ci]

## [1.0.310](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.309...v1.0.310) (2024-07-17)

### Build System

* **deps:** update aws-sdk-go-v2 monorepo ([#752](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/752)) ([d948c3d](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/d948c3ded3b7637470ff0cc2208362f820370e6c))

* chore(deps): update github/codeql-action action to v3.25.13 (#753)

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

* chore(deps): update go to 24f1bfa (#754)

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

* chore(deps): update go to ff45d87 (#755)

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

* chore(deps): update go to 63be73f (#756)

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

* chore(deps): update go to 0d3653d (#757)

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

* chore(deps): update github/codeql-action action to v3.25.14 (#758)

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

* chore(deps): update quay.io/containers/podman docker tag to v5.1.2 (#759)

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

* build(deps): update aws-sdk-go-v2 monorepo (#760)

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

* chore(release): v1.0.311 [skip ci]

## [1.0.311](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.310...v1.0.311) (2024-07-25)

### Miscellaneous Chores

* **deps:** update github/codeql-action action to v3.25.13 ([#753](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/753)) ([21a5a56](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/21a5a561049ea5909e0fe97ba23fec221b44572a))
* **deps:** update github/codeql-action action to v3.25.14 ([#758](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/758)) ([8fe6896](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/8fe68963ec7f9f6f4e5adff3f795c07a929a59f6))
* **deps:** update go to 0d3653d ([#757](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/757)) ([7b5eea9](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/7b5eea951ecd5cd0daf7335cf2d93b935c2c90dc))
* **deps:** update go to 24f1bfa ([#754](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/754)) ([5577a04](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/5577a04309c23c93e9ee8aa917f8260789582244))
* **deps:** update go to 63be73f ([#756](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/756)) ([d2f99b4](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/d2f99b432786e35363d5985760eabc341021ca37))
* **deps:** update go to ff45d87 ([#755](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/755)) ([e456ce1](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/e456ce10420c5cae586c0cd676b89b26efd597e2))
* **deps:** update quay.io/containers/podman docker tag to v5.1.2 ([#759](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/759)) ([eeea0c8](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/eeea0c84f3d9d530fccb65a4f6599cae9360950d))

### Build System

* **deps:** update aws-sdk-go-v2 monorepo ([#760](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/760)) ([94d1540](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/94d15405bdfe625353a8959046116ef093313437))

* chore(deps): update github/codeql-action action to v3.25.15 (#761)

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

* chore(deps): update golangci/golangci-lint-action action to v6.1.0 (#762)

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

* build(deps): update module github.com/aws/aws-sdk-go-v2/service/elasticache to v1.40.4 (#763)

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

* chore(release): v1.0.312 [skip ci]

## [1.0.312](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.311...v1.0.312) (2024-08-05)

### Miscellaneous Chores

* **deps:** update github/codeql-action action to v3.25.15 ([#761](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/761)) ([a8aa596](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/a8aa596cd7b74ee53131248c970941efdb15186a))
* **deps:** update golangci/golangci-lint-action action to v6.1.0 ([#762](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/762)) ([b0e3692](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/b0e3692d1a378df27a1d2272afe6776cdc168432))

### Build System

* **deps:** update module github.com/aws/aws-sdk-go-v2/service/elasticache to v1.40.4 ([#763](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/763)) ([0006676](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/000667603b17a193ca80820712296328a80fa4c7))

* build(deps): update go to v1.22.6 (#765)

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

* chore(release): v1.0.313 [skip ci]

## [1.0.313](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.312...v1.0.313) (2024-08-06)

### Build System

* **deps:** update go to v1.22.6 ([#765](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/765)) ([d060856](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/d06085612546ea0f8aeceac21723e3b3268fb045))

* build(deps): update module github.com/aws/aws-sdk-go-v2/service/elasticache to v1.40.5 (#766)

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

* chore(release): v1.0.314 [skip ci]

## [1.0.314](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.313...v1.0.314) (2024-08-06)

### Build System

* **deps:** update module github.com/aws/aws-sdk-go-v2/service/elasticache to v1.40.5 ([#766](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/766)) ([04c8291](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/04c829108553684e06404cd4c5fc1f0bfd3e650a))

* chore(deps): update github/codeql-action action to v3.26.0 (#768)

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

* chore(deps): update quay.io/containers/podman docker tag to v5.2.0 (#769)

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

* chore(deps): update github/codeql-action action to v3.26.1 (#770)

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

* chore(deps): update github/codeql-action action to v3.26.2 (#771)

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

* chore(config): migrate renovate config (#764)

* chore(config): migrate config renovate.json

* Format

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Maxime Brunet <max@brnt.mx>

* chore(deps): update github/codeql-action action to v3.26.3 (#773)

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

* chore(deps): update quay.io/containers/podman docker tag to v5.2.1 (#774)

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

* chore(deps): update module github.com/golangci/golangci-lint to v1.60.1 (#775)

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

* build(deps): update go to v1.23.0 (#767)

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

* chore(release): v1.0.315 [skip ci]

## [1.0.315](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.314...v1.0.315) (2024-08-21)

### Miscellaneous Chores

* **config:** migrate renovate config ([#764](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/764)) ([4ae2869](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/4ae2869e2ed01ae2a2cc7b24eeda962b48f7725d))
* **deps:** update github/codeql-action action to v3.26.0 ([#768](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/768)) ([7a4eecf](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/7a4eecffd1a930ee87208aaa53a3795f0f22c0c1))
* **deps:** update github/codeql-action action to v3.26.1 ([#770](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/770)) ([7dcf70f](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/7dcf70f4b27d7090d28deaff21f18c17aa07e224))
* **deps:** update github/codeql-action action to v3.26.2 ([#771](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/771)) ([7778b30](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/7778b30af9c172a4734c89a72a588b08e48073a9))
* **deps:** update github/codeql-action action to v3.26.3 ([#773](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/773)) ([df28130](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/df281305911dae96285fb3e111b42bf58251562e))
* **deps:** update module github.com/golangci/golangci-lint to v1.60.1 ([#775](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/775)) ([06b7ae5](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/06b7ae527c99fa3369e08ab0e0324936ba1a7447))
* **deps:** update quay.io/containers/podman docker tag to v5.2.0 ([#769](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/769)) ([628e643](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/628e6431ec72e45b7137181461ba9f60f51881a6))
* **deps:** update quay.io/containers/podman docker tag to v5.2.1 ([#774](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/774)) ([fee54f6](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/fee54f6f42463b06fda06e67f48443b680c0b056))

### Build System

* **deps:** update go to v1.23.0 ([#767](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/767)) ([a8c9813](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/a8c981360c5f2f56f8634d68ae64ea2d105fbf43))

* build(deps): update module github.com/prometheus/prometheus to v0.54.0 (#772)

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

* chore(release): v1.0.316 [skip ci]

## [1.0.316](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.315...v1.0.316) (2024-08-21)

### Build System

* **deps:** update module github.com/prometheus/prometheus to v0.54.0 ([#772](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/772)) ([8ca4ab6](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/8ca4ab66ac8bc417ee5b4fa9a6697a150e82c7ce))

* build(deps): update module github.com/prometheus/client_golang to v1.20.0 (#776)

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

* chore(release): v1.0.317 [skip ci]

## [1.0.317](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.316...v1.0.317) (2024-08-21)

### Build System

* **deps:** update module github.com/prometheus/client_golang to v1.20.0 ([#776](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/776)) ([6d7336b](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/6d7336bb9ea7bd202333f0468f0edeff91649e77))

* build(deps): update module github.com/aws/smithy-go to v1.20.4 (#777)

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

* chore(release): v1.0.318 [skip ci]

## [1.0.318](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.317...v1.0.318) (2024-08-21)

### Build System

* **deps:** update module github.com/aws/smithy-go to v1.20.4 ([#777](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/777)) ([8708982](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/8708982dfb9c662b7db3b78026cc8dfa396b1350))

* chore(deps): update github/codeql-action action to v3.26.4 (#778)

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

* build(deps): update aws-sdk-go-v2 monorepo (#779)

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

* chore(release): v1.0.319 [skip ci]

## [1.0.319](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.318...v1.0.319) (2024-08-22)

### Miscellaneous Chores

* **deps:** update github/codeql-action action to v3.26.4 ([#778](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/778)) ([8c17a67](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/8c17a67361a868114554366ecd1d7b4533d37f8d))

### Build System

* **deps:** update aws-sdk-go-v2 monorepo ([#779](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/779)) ([4e34057](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/4e340570288c8fb748a70385e95e68c707410840))

* chore(deps): update github/codeql-action action to v3.26.5 (#780)

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

* build(deps): update module github.com/prometheus/client_golang to v1.20.1 (#781)

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

* chore(release): v1.0.320 [skip ci]

## [1.0.320](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.319...v1.0.320) (2024-08-27)

### Miscellaneous Chores

* **deps:** update github/codeql-action action to v3.26.5 ([#780](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/780)) ([8c6b18a](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/8c6b18a902012184ae150a611998b54d1fae69de))

### Build System

* **deps:** update module github.com/prometheus/client_golang to v1.20.1 ([#781](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/781)) ([a5d516b](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/a5d516b33f6a7d469e1ae1d3b4dbd407091f8ce7))

* chore(deps): update module github.com/golangci/golangci-lint to v1.60.2 (#782)

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

* chore(deps): update quay.io/containers/podman docker tag to v5.2.2 (#783)

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

* chore(deps): update github/codeql-action action to v3.26.6 (#784)

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

* build(deps): update aws-sdk-go-v2 monorepo (#785)

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

* chore(release): v1.0.321 [skip ci]

## [1.0.321](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.320...v1.0.321) (2024-08-29)

### Miscellaneous Chores

* **deps:** update github/codeql-action action to v3.26.6 ([#784](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/784)) ([8ed3e85](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/8ed3e857845ee6199c96b39790ab856ec03e5f55))
* **deps:** update module github.com/golangci/golangci-lint to v1.60.2 ([#782](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/782)) ([71fb43e](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/71fb43e56c722fb0894426df3d5e2d6b1d698c22))
* **deps:** update quay.io/containers/podman docker tag to v5.2.2 ([#783](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/783)) ([8d6ef2c](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/8d6ef2ca5158f4484bf46ff044e7ffbb7cde0a69))

### Build System

* **deps:** update aws-sdk-go-v2 monorepo ([#785](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/785)) ([bb6d901](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/bb6d901a7fd5c8803e06d5446387c65563368981))

* chore(deps): update module github.com/golangci/golangci-lint to v1.60.3 (#786)

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

* build(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.27.30 (#787)

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

* chore(release): v1.0.322 [skip ci]

## [1.0.322](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.321...v1.0.322) (2024-08-30)

### Miscellaneous Chores

* **deps:** update module github.com/golangci/golangci-lint to v1.60.3 ([#786](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/786)) ([967c011](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/967c011ec1f82db79588bfbcedea2da5bf909e30))

### Build System

* **deps:** update module github.com/aws/aws-sdk-go-v2/config to v1.27.30 ([#787](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/787)) ([6240174](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/62401744093e711067e843a51f97789a4df1f79d))

* build(deps): update module github.com/prometheus/client_golang to v1.20.2 (#788)

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

* chore(release): v1.0.323 [skip ci]

## [1.0.323](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.322...v1.0.323) (2024-08-31)

### Build System

* **deps:** update module github.com/prometheus/client_golang to v1.20.2 ([#788](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/788)) ([198610d](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/198610da36051ea1d0561b4be845f888afa5206b))

* build(deps): update module github.com/prometheus/common to v0.56.0 (#789)

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

* chore(release): v1.0.324 [skip ci]

## [1.0.324](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.323...v1.0.324) (2024-09-02)

### Build System

* **deps:** update module github.com/prometheus/common to v0.56.0 ([#789](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/789)) ([bd7c354](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/bd7c35480ca3921cc48f264c3ba12b2ae4fbb6be))

* build(deps): update aws-sdk-go-v2 monorepo (#790)

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

* chore(release): v1.0.325 [skip ci]

## [1.0.325](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.324...v1.0.325) (2024-09-02)

### Build System

* **deps:** update aws-sdk-go-v2 monorepo ([#790](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/790)) ([3f012f2](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/3f012f2b0d95487b768854121d19be101584d284))

* build(deps): update module github.com/prometheus/prometheus to v0.54.1 (#791)

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

* chore(release): v1.0.326 [skip ci]

## [1.0.326](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.325...v1.0.326) (2024-09-03)

### Build System

* **deps:** update module github.com/prometheus/prometheus to v0.54.1 ([#791](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/791)) ([4c78ca0](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/4c78ca014cad8e39e1f5bd8e1ef07b9103f4a0cc))

* build(deps): update module github.com/prometheus/common to v0.57.0 (#792)

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

* chore(release): v1.0.327 [skip ci]

## [1.0.327](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.326...v1.0.327) (2024-09-04)

### Build System

* **deps:** update module github.com/prometheus/common to v0.57.0 ([#792](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/792)) ([d96d07a](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/d96d07aa5df80cf5cd4fea47b5b074ae34cf5af9))

* build(deps): update go to v1.23.1 (#793)

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

* chore(release): v1.0.328 [skip ci]

## [1.0.328](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.327...v1.0.328) (2024-09-05)

### Build System

* **deps:** update go to v1.23.1 ([#793](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/793)) ([1684034](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/16840349b7202ef19fa923cb9c2afc91995ccbaf))

* build(deps): update module github.com/prometheus/exporter-toolkit to v0.12.0 (#796)

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

* chore(release): v1.0.329 [skip ci]

## [1.0.329](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.328...v1.0.329) (2024-09-10)

### Build System

* **deps:** update module github.com/prometheus/exporter-toolkit to v0.12.0 ([#796](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/796)) ([8eab873](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/8eab8736d5120495e35dc7f74b7aadacfa21d569))

* build(deps): update module github.com/prometheus/common to v0.59.1 (#795)

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

* chore(release): v1.0.330 [skip ci]

## [1.0.330](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.329...v1.0.330) (2024-09-10)

### Build System

* **deps:** update module github.com/prometheus/common to v0.59.1 ([#795](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/795)) ([50d7080](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/50d7080a206deba189f8b6f4738323ae95bd9997))

* build(deps): update aws-sdk-go-v2 monorepo (#797)

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

* chore(release): v1.0.331 [skip ci]

## [1.0.331](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.330...v1.0.331) (2024-09-10)

### Build System

* **deps:** update aws-sdk-go-v2 monorepo ([#797](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/797)) ([687f5f5](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/687f5f545659f65b98e7fd168f2736a3a9ca26b0))

* build(deps): update aws-sdk-go-v2 monorepo (#798)

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

* chore(release): v1.0.332 [skip ci]

## [1.0.332](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.331...v1.0.332) (2024-09-11)

### Build System

* **deps:** update aws-sdk-go-v2 monorepo ([#798](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/798)) ([cb25f44](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/cb25f44c0ebcba3674f5407eee7638085297775b))

* build(deps): update module github.com/prometheus/client_golang to v1.20.3 (#799)

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

* chore(release): v1.0.333 [skip ci]

## [1.0.333](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.332...v1.0.333) (2024-09-12)

### Build System

* **deps:** update module github.com/prometheus/client_golang to v1.20.3 ([#799](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/799)) ([9363e01](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/9363e01a501e73ba6911074bca2c8c092fd4e064))

* chore(deps): update github/codeql-action action to v3.26.7 (#800)

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

* build(deps): update go to v1.23.1 (#794)

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

* chore(release): v1.0.334 [skip ci]

## [1.0.334](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.333...v1.0.334) (2024-09-15)

### Miscellaneous Chores

* **deps:** update github/codeql-action action to v3.26.7 ([#800](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/800)) ([abb59ab](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/abb59abeab01051a09d42815aa5d504fcce2699a))

### Build System

* **deps:** update go to v1.23.1 ([#794](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/794)) ([5a67a9a](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/5a67a9a5e83d9aec726c7d8c380552bce5c160b2))

* chore(deps): update module github.com/golangci/golangci-lint to v1.61.0 (#801)

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

* build(deps): update module github.com/prometheus/client_golang to v1.20.4 (#803)

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

* chore(release): v1.0.335 [skip ci]

## [1.0.335](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.334...v1.0.335) (2024-09-17)

### Miscellaneous Chores

* **deps:** update module github.com/golangci/golangci-lint to v1.61.0 ([#801](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/801)) ([7527d94](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/7527d9440912a9731696103c983be61b84f5631e))

### Build System

* **deps:** update module github.com/prometheus/client_golang to v1.20.4 ([#803](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/803)) ([2d776b3](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/2d776b370e37abe09410f229b9e61a17cbb58904))

* chore(deps): update github/codeql-action action to v3.26.8 (#804)

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

* chore(deps): update actions/setup-node action to v4.0.4 (#805)

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

* build(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.27.34 (#806)

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

* chore(release): v1.0.336 [skip ci]

## [1.0.336](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.335...v1.0.336) (2024-09-23)

### Miscellaneous Chores

* **deps:** update actions/setup-node action to v4.0.4 ([#805](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/805)) ([4187866](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/4187866f493cbda6c49ab1c564f9c57311f309e4))
* **deps:** update github/codeql-action action to v3.26.8 ([#804](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/804)) ([36a3b80](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/36a3b80a586533fe588e7735a348081f1a70c030))

### Build System

* **deps:** update module github.com/aws/aws-sdk-go-v2/config to v1.27.34 ([#806](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/806)) ([0062158](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/00621583144daf5a8c530b174024cbc4fa6fa474))

* build(deps): update aws-sdk-go-v2 monorepo (#807)

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

* chore(release): v1.0.337 [skip ci]

## [1.0.337](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.336...v1.0.337) (2024-09-24)

### Build System

* **deps:** update aws-sdk-go-v2 monorepo ([#807](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/807)) ([909fb7b](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/909fb7b5b7e72f401d5425cd7934ba45b1052273))

* chore(deps): update github/codeql-action action to v3.26.9 (#808)

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

* chore(deps): update actions/checkout action to v4.2.0 (#809)

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

* build(deps): update module github.com/aws/smithy-go to v1.21.0 (#810)

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

* chore(release): v1.0.338 [skip ci]

## [1.0.338](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.337...v1.0.338) (2024-09-26)

### Miscellaneous Chores

* **deps:** update actions/checkout action to v4.2.0 ([#809](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/809)) ([8c85ef1](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/8c85ef1398efaf70c32335eddb86b80a8ab68ec8))
* **deps:** update github/codeql-action action to v3.26.9 ([#808](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/808)) ([bf1a2c1](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/bf1a2c1edc30f113c7a036c98d872ea7fe586079))

### Build System

* **deps:** update module github.com/aws/smithy-go to v1.21.0 ([#810](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/810)) ([9484bcc](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/9484bccf8afe37b434d82aeaa3dad23ce40bbf80))

* build(deps): update aws-sdk-go-v2 monorepo (#811)

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

* chore(release): v1.0.339 [skip ci]

## [1.0.339](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.338...v1.0.339) (2024-09-27)

### Build System

* **deps:** update aws-sdk-go-v2 monorepo ([#811](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/811)) ([0adfb00](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/0adfb00703e2d040fa271c3e1814fe9bc56dda1d))

* chore(deps): update quay.io/containers/podman docker tag to v5.2.3 (#812)

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

* chore(deps): update github/codeql-action action to v3.26.10 (#813)

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

* build(deps): update aws-sdk-go-v2 monorepo (#814)

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

* chore(release): v1.0.340 [skip ci]

## [1.0.340](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.339...v1.0.340) (2024-09-30)

### Miscellaneous Chores

* **deps:** update github/codeql-action action to v3.26.10 ([#813](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/813)) ([2e36fdf](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/2e36fdfd77a2c5cc160aff88ca978cb3baaeb3ac))
* **deps:** update quay.io/containers/podman docker tag to v5.2.3 ([#812](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/812)) ([c3009e4](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/c3009e45cd1faa30fc62230e9bc97d4f31eda036))

### Build System

* **deps:** update aws-sdk-go-v2 monorepo ([#814](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/814)) ([7d824dc](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/7d824dc6484bd06af47bbecebd6e78f7ed8cca3d))

* build(deps): update go to v1.23.2 (#815)

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

* chore(release): v1.0.341 [skip ci]

## [1.0.341](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.340...v1.0.341) (2024-10-01)

### Build System

* **deps:** update go to v1.23.2 ([#815](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/815)) ([48b1ab5](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/48b1ab5fb79b48456edcce241b7f83d34a482e19))

* build(deps): update go to v1.23.2 (#816)

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

* chore(release): v1.0.342 [skip ci]

## [1.0.342](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.341...v1.0.342) (2024-10-02)

### Build System

* **deps:** update go to v1.23.2 ([#816](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/816)) ([801553f](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/801553f1937878af3b86d1f13cbf381c59d66cc8))

* build(deps): update aws-sdk-go-v2 monorepo (#817)

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

* chore(release): v1.0.343 [skip ci]

## [1.0.343](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.342...v1.0.343) (2024-10-02)

### Build System

* **deps:** update aws-sdk-go-v2 monorepo ([#817](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/817)) ([44bd84d](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/44bd84d0c0e0f1c8220e5df386b2562c49f31f91))

* chore(deps): update golangci/golangci-lint-action action to v6.1.1 (#818)

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

* chore(deps): update github/codeql-action action to v3.26.11 (#819)

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

* build(deps): update aws-sdk-go-v2 monorepo (#820)

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

* chore(release): v1.0.344 [skip ci]

## [1.0.344](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.343...v1.0.344) (2024-10-04)

### Miscellaneous Chores

* **deps:** update github/codeql-action action to v3.26.11 ([#819](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/819)) ([c1fee92](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/c1fee9220cc6b16676654f123953ef1f35a813d5))
* **deps:** update golangci/golangci-lint-action action to v6.1.1 ([#818](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/818)) ([4556f04](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/4556f04ddb6efe58a78a591d589985909c0dfdbd))

### Build System

* **deps:** update aws-sdk-go-v2 monorepo ([#820](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/820)) ([cc54333](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/cc54333cbc12379bca3b00b9f48dd6237eefbd4f))

* chore(deps): update github/codeql-action action to v3.26.12 (#822)

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

* chore(deps): update actions/checkout action to v4.2.1 (#821)

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

* build(deps): update module github.com/prometheus/common to v0.60.0 (#823)

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

* chore(release): v1.0.345 [skip ci]

## [1.0.345](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.344...v1.0.345) (2024-10-08)

### Miscellaneous Chores

* **deps:** update actions/checkout action to v4.2.1 ([#821](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/821)) ([e48b31f](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/e48b31fb42ff135ff93a42eacfbbf794f9ccf185))
* **deps:** update github/codeql-action action to v3.26.12 ([#822](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/822)) ([e786d7d](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/e786d7db7f18066be83d5996a716174445c92c25))

### Build System

* **deps:** update module github.com/prometheus/common to v0.60.0 ([#823](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/823)) ([b113f87](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/b113f87698895992b8d23965ac79c97885504d0e))

* build(deps): update module github.com/aws/smithy-go to v1.22.0 (#825)

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

* chore(release): v1.0.346 [skip ci]

## [1.0.346](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.345...v1.0.346) (2024-10-10)

### Build System

* **deps:** update module github.com/aws/smithy-go to v1.22.0 ([#825](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/825)) ([ca8eda0](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/ca8eda00cc3d5c01a065977f06e35374c7236a2d))

* build(deps): update aws-sdk-go-v2 monorepo (#824)

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

* chore(release): v1.0.347 [skip ci]

## [1.0.347](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.346...v1.0.347) (2024-10-10)

### Build System

* **deps:** update aws-sdk-go-v2 monorepo ([#824](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/824)) ([a10f9bb](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/a10f9bbdbc8d1905459a0920de8a9c75f4825ec7))

* build(deps): update aws-sdk-go-v2 monorepo (#826)

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

* chore(release): v1.0.348 [skip ci]

## [1.0.348](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.347...v1.0.348) (2024-10-11)

### Build System

* **deps:** update aws-sdk-go-v2 monorepo ([#826](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/826)) ([300e179](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/300e179cc63fbbdbc6133a62ab9d5efb60fdaae4))

* build(deps): update aws-sdk-go-v2 monorepo (#827)

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

* chore(release): v1.0.349 [skip ci]

## [1.0.349](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.348...v1.0.349) (2024-10-14)

### Build System

* **deps:** update aws-sdk-go-v2 monorepo ([#827](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/827)) ([90068d3](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/90068d3e1b09a8b87844f4f54afa106f53b84c2d))

* chore(deps): update github/codeql-action action to v3.26.13 (#828)

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

* build(deps): update aws-sdk-go-v2 monorepo (#829)

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

* chore(release): v1.0.350 [skip ci]

## [1.0.350](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.349...v1.0.350) (2024-10-15)

### Miscellaneous Chores

* **deps:** update github/codeql-action action to v3.26.13 ([#828](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/828)) ([a9d126a](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/a9d126a98817cfc89cdb0b9dab6fa7dc764e58cd))

### Build System

* **deps:** update aws-sdk-go-v2 monorepo ([#829](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/829)) ([e2ddad9](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/e2ddad9da44836e3f3759b00772cacc42657bcb8))

* build(deps): update module github.com/prometheus/client_golang to v1.20.5 (#830)

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

* chore(release): v1.0.351 [skip ci]

## [1.0.351](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.350...v1.0.351) (2024-10-22)

### Build System

* **deps:** update module github.com/prometheus/client_golang to v1.20.5 ([#830](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/830)) ([b86d368](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/b86d3683a7ca461048355fe8f2322e7c82d79523))

* chore(deps): update github/codeql-action action to v3.27.0 (#831)

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

* chore(deps): update actions/checkout action to v4.2.2 (#832)

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

* build(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.28.0 (#833)

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

* chore(release): v1.0.352 [skip ci]

## [1.0.352](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.351...v1.0.352) (2024-10-23)

### Miscellaneous Chores

* **deps:** update actions/checkout action to v4.2.2 ([#832](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/832)) ([6941ba7](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/6941ba7c1cae6cb7169ecdc1807a867e143466dd))
* **deps:** update github/codeql-action action to v3.27.0 ([#831](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/831)) ([f6e9c8b](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/f6e9c8b93aa611ba4b6e313020a3871476357f23))

### Build System

* **deps:** update module github.com/aws/aws-sdk-go-v2/config to v1.28.0 ([#833](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/833)) ([8643bfc](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/8643bfcb1db8b7c812aea3bf08eb7f7fb71bcdbb))

* chore(deps): update actions/setup-node action to v4.1.0 (#835)

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

* build(deps): update module github.com/prometheus/common to v0.60.1 (#836)

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

* chore(release): v1.0.353 [skip ci]

## [1.0.353](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.352...v1.0.353) (2024-10-24)

### Miscellaneous Chores

* **deps:** update actions/setup-node action to v4.1.0 ([#835](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/835)) ([0e2947d](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/0e2947db1a20da1ccb0e4ec012c574c5a0dc2f19))

### Build System

* **deps:** update module github.com/prometheus/common to v0.60.1 ([#836](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/836)) ([8426a72](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/8426a7234c070fc71402db39eb2dada099a08ef3))

* chore(deps): update actions/setup-go action to v5.1.0 (#834)

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

* build(deps): update module github.com/prometheus/prometheus to v0.55.0 (#837)

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

* chore(release): v1.0.354 [skip ci]

## [1.0.354](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.353...v1.0.354) (2024-10-29)

### Miscellaneous Chores

* **deps:** update actions/setup-go action to v5.1.0 ([#834](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/834)) ([87a8bc7](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/87a8bc7908edff9759fe3e715c4f176dd87d9102))

### Build System

* **deps:** update module github.com/prometheus/prometheus to v0.55.0 ([#837](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/837)) ([a1646fe](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/a1646fec2cf1541ea518962db8658727e8ab4c52))

* chore(deps): update quay.io/containers/podman docker tag to v5.2.5 (#838)

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

* build: build project with GoReleaser and Ko (#839)

* chore(release): v1.0.355 [skip ci]

## [1.0.355](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.354...v1.0.355) (2024-11-02)

### Miscellaneous Chores

* **deps:** update quay.io/containers/podman docker tag to v5.2.5 ([#838](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/838)) ([9825a99](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/9825a99e002c10ac2654505203c86211c1e315a4))

### Build System

* build project with GoReleaser and Ko ([#839](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/839)) ([33cf1b4](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/33cf1b46f8dd85c13c259f4a4dc8b378779efc46))

* chore(deps): update sigstore/cosign-installer action to v3.7.0 (#840)

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

* chore: add dist directory to .gitignore (#841)

* build(deps): update aws-sdk-go-v2 monorepo (#842)

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

* chore(release): v1.0.356 [skip ci]

## [1.0.356](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.355...v1.0.356) (2024-11-04)

### Miscellaneous Chores

* add dist directory to .gitignore ([#841](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/841)) ([1eead91](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/1eead91f3be153caeddf537a0c2b141b1b3981bb))
* **deps:** update sigstore/cosign-installer action to v3.7.0 ([#840](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/840)) ([0a039cd](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/0a039cde80d144b8d4eac48e812db541ea209915))

### Build System

* **deps:** update aws-sdk-go-v2 monorepo ([#842](https://github.com/maxbrunet/prometheus-elasticache-sd/issues/842)) ([89e8023](https://github.com/maxbrunet/prometheus-elasticache-sd/commit/89e8023282c4243b6ba1abafbd390d73d709fa3b))

* build(deps): update go to v1.23.3 (#843)

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

* chore(release): v1.0.357 [skip ci]

## [1.0.357](https://github.com/maxbrunet/prometheus-elasticache-sd/compare/v1.0.356...v1.0.…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants