Skip to content

[pull] master from DataDog:master - #437

Merged
pull[bot] merged 9 commits into
ConnectionMaster:masterfrom
DataDog:master
Mar 19, 2026
Merged

[pull] master from DataDog:master#437
pull[bot] merged 9 commits into
ConnectionMaster:masterfrom
DataDog:master

Conversation

@pull

@pull pull Bot commented Mar 19, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

AAraKKe and others added 9 commits March 19, 2026 09:03
* Fix update-dependencies workflow failing to rename changelogs

Replace the second create-pull-request action call with a direct git
push. The action's cherry-pick rebase onto master fails because the
changelog files being renamed only exist on the PR branch.

* Use full github-actions[bot] email to match mergegate exemption

* Use commit-headless to push signed changelog fix commits

* Pin action
…in (#22675)

* [rabbitmq] Restore HTTP/TLS configuration options for Management Plugin

* [rabbitmq] Add changelog entry

* Fix the syncing in models after something broke locally

* Remove username and password which are already remapped in the ManagementPluggin
* Port 7.78.x releases to master

* Apply suggestions from code review

Co-authored-by: Bryce Eadie <bryce.eadie@datadoghq.com>

---------

Co-authored-by: Bryce Eadie <bryce.eadie@datadoghq.com>
* Validate allowed values for spec formats metadata.

Reject invalid, duplicate, or unknown formats entries at both option and object-property levels so random sub-items fail config/model validation.

* Add changelog entry for formats validation.

Document the spec validation update that enforces allowed formats values including nested object properties.

* Rename formats allow-list constant and apply lint formatting.

Use `ALLOWED_FORMATS` naming in config validation and include formatter output from the lint run.
…ges (#22913)

* [sqlserver] Reset database metrics cache when autodiscovered databases change

When `database_autodiscovery` is enabled and databases are deleted,
the `_database_metrics` query executors were never rebuilt — they kept
trying to `USE <deleted_db>` and query `sys.database_files`, producing
persistent ERROR-level "Database 'X' does not exist" logs every check
run until agent restart.

Fix: reset `_database_metrics = None` when `autodiscover_databases()`
detects a change, so executors are rebuilt with the updated database
list on the next `collect_metrics()` call.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* [sqlserver] Reset database metrics cache when autodiscovered databases are removed

When `database_autodiscovery` is enabled and databases are deleted,
the `_database_metrics` query executors were never rebuilt — they kept
trying to `USE <deleted_db>` and query `sys.database_files`, producing
persistent ERROR-level "Database 'X' does not exist" logs every check
run until agent restart.

Fix: reset `_database_metrics = None` in `autodiscover_databases()` when
databases are removed from the discovered set, so executors are rebuilt
with the updated list on the next `collect_metrics()` call.

The reset only triggers when databases are removed (not added), since
stale executors for deleted databases cause errors while executors for
existing databases remain valid when new databases are added.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Update dependencies

* Fix changelog PR numbers

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

---------

Co-authored-by: AAraKKe <2953658+AAraKKe@users.noreply.github.com>
Co-authored-by: dd-octo-sts[bot] <200755185+dd-octo-sts[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lucia <lucia.sanchezbella@datadoghq.com>
* Bump the actions group with 7 updates

Bumps the actions group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [github/codeql-action](https://github.com/github/codeql-action) | `babab88e549fbc29e9b0058b5d63e2817a135c17` | `fd1ca02d0ddf5bf468c79e6ffb6ffb24f0ecba37` |
| [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.8.3` | `4.9.0` |
| [docker/login-action](https://github.com/docker/login-action) | `3.7.0` | `4.0.0` |
| [DataDog/slapr](https://github.com/datadog/slapr) | `f4337a20eedf6b840f6d85ee2399f1ee86f109d7` | `4b5efe2ce585e45898bb88c4fa303e226e8199e4` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3.7.0` | `4.0.0` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.12.0` | `4.0.0` |
| [docker/build-push-action](https://github.com/docker/build-push-action) | `6.19.2` | `7.0.0` |


Updates `github/codeql-action` from babab88e549fbc29e9b0058b5d63e2817a135c17 to fd1ca02d0ddf5bf468c79e6ffb6ffb24f0ecba37
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@babab88...babab88)

Updates `actions/dependency-review-action` from 4.8.3 to 4.9.0
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@05fe457...2031cfc)

Updates `docker/login-action` from 3.7.0 to 4.0.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@c94ce9f...b45d80f)

Updates `DataDog/slapr` from f4337a20eedf6b840f6d85ee2399f1ee86f109d7 to 4b5efe2ce585e45898bb88c4fa303e226e8199e4
- [Release notes](https://github.com/datadog/slapr/releases)
- [Commits](DataDog/slapr@f4337a2...4b5efe2)

Updates `docker/setup-qemu-action` from 3.7.0 to 4.0.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@c7c5346...ce36039)

Updates `docker/setup-buildx-action` from 3.12.0 to 4.0.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@8d2750c...4d04d5d)

Updates `docker/build-push-action` from 6.19.2 to 7.0.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@10e90e3...d08e5c3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: babab88e549fbc29e9b0058b5d63e2817a135c17
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: actions/dependency-review-action
  dependency-version: 4.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: docker/login-action
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: DataDog/slapr
  dependency-version: 4b5efe2ce585e45898bb88c4fa303e226e8199e4
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: docker/setup-qemu-action
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/setup-buildx-action
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/build-push-action
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

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

* Revert codeql update

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lucia Sanchez <lucia.sanchezbella@datadoghq.com>
@pull pull Bot locked and limited conversation to collaborators Mar 19, 2026
@pull pull Bot added the ⤵️ pull label Mar 19, 2026
@pull
pull Bot merged commit 81cb0a6 into ConnectionMaster:master Mar 19, 2026
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants