-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[Do Not Merge] PR Experiment #21444
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
Closed
[Do Not Merge] PR Experiment #21444
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* [Release] Bumped bentoml version to 1.0.0 * [Release] Bumped datadog_csi_driver version to 1.0.0 * [Release] Bumped hugging_face_tgi version to 1.0.0 * [Release] Update metadata
* [Release] Bumped active_directory version to 4.3.0 * [Release] Bumped amazon_msk version to 7.1.0 * [Release] Bumped aspdotnet version to 4.3.0 * [Release] Bumped cacti version to 4.1.0 * [Release] Bumped cisco_aci version to 4.9.0 * [Release] Bumped datadog_checks_base version to 37.19.0 * [Release] Bumped dotnetclr version to 4.3.0 * [Release] Bumped exchange_server version to 4.3.0 * [Release] Bumped http_check version to 12.1.0 * [Release] Bumped kafka_consumer version to 6.8.0 * [Release] Bumped mac_audit_logs version to 1.0.1 * [Release] Bumped mongo version to 10.4.0 * [Release] Bumped mysql version to 15.8.0 * [Release] Bumped openstack_controller version to 9.1.0 * [Release] Bumped pdh_check version to 4.3.0 * [Release] Bumped postgres version to 23.0.0 * [Release] Bumped proxysql version to 7.3.0 * [Release] Bumped rabbitmq version to 8.1.0 * [Release] Bumped riakcs version to 4.8.0 * [Release] Bumped silverstripe_cms version to 1.4.0 * [Release] Bumped singlestore version to 4.2.0 * [Release] Bumped snmp version to 11.0.0 * [Release] Bumped snowflake version to 7.7.0 * [Release] Bumped spark version to 7.1.0 * [Release] Bumped sqlserver version to 22.9.0 * [Release] Bumped ssh_check version to 4.3.0 * [Release] Bumped supervisord version to 4.1.0 * [Release] Bumped tls version to 5.1.0 * [Release] Bumped win32_event_log version to 5.3.0 * [Release] Bumped windows_service version to 6.3.0 * [Release] Bumped wmi_check version to 3.3.0 * [Release] Update metadata
…es into a kind cluster (#21288) (#21297) * Add a KindLoad context manager that allows loading custom docker images into a kind cluster * Extract wrapper setup in kind_run * Add changelog * Fix changelog number * Fix changelog number * Clean up * Remove deprecated ContestManager type (cherry picked from commit 9a8c93c) Co-authored-by: Juanpe Araque <juanpedro.araque@datadoghq.com>
* Move bitnami image used for testing to bitnami legacy * Add changelog * Increase timeout when installing velero * Decrease timeout for installation. Did not work. * Add custom kubectl image (cherry picked from commit 04d89ef) Co-authored-by: Juanpe Araque <juanpedro.araque@datadoghq.com> Co-authored-by: Steven Yuen <steven.yuen@datadoghq.com>
Co-authored-by: steveny91 <steveny91@users.noreply.github.com>
Co-authored-by: steveny91 <steveny91@users.noreply.github.com>
#21316) (#21351) * Add support for customizable cache keys to store log cursor * Add changelog * Remove PersistentCacheKey lefotver from AgentCheck * Fix docstring mistakes * Reduce cache key scope to checks with the same name * Add test to cover restart behavior * Address most of the comments on the PR * Fix imports in tests * Replace manual sorthing by mutable_hash utility * Update changelog message * Remove CacheKeyManager * Reword docstrings * Finalize update of ConfigSet * Reframe implementation towards a invalidation strategy more than the full key derivation * Fix module renaming and keep tests dry * Fix typo in prefix method * Simplify implementation to use persistent_cache_id * Simplify id namespace calculation (cherry picked from commit fc7560f) Co-authored-by: Juanpe Araque <juanpedro.araque@datadoghq.com> Co-authored-by: Steven Yuen <steven.yuen@datadoghq.com>
Co-authored-by: steveny91 <steveny91@users.noreply.github.com>
* [Release] Bumped datadog_checks_base version to 37.20.0 * [Release] Bumped redisdb version to 8.1.1 * [Release] Bumped velero version to 3.0.2 * [Release] Update metadata
Co-authored-by: Kyle-Neale <Kyle-Neale@users.noreply.github.com>
* Build psycopg3 from source (#21074) * Build psycopg from source * Install flex for libpq * Hash * 16.9 * 16.9 * comment * Revert "comment" This reverts commit 04286bb. * Changelog --------- Co-authored-by: Florent Clarret <florent.clarret@datadoghq.com> Co-authored-by: Alex Lopez <alex.lopez.zorzano@gmail.com> Co-authored-by: Alex Lopez <alex.lopez@datadoghq.com> (cherry picked from commit 1f10cb0) * Fix hash --------- Co-authored-by: Florent Clarret <florent.clarret@datadoghq.com> Co-authored-by: Alex Lopez <alex.lopez.zorzano@gmail.com> Co-authored-by: Alex Lopez <alex.lopez@datadoghq.com>
Co-authored-by: steveny91 <steveny91@users.noreply.github.com>
* [Release] Bumped pgbouncer version to 8.5.1 * [Release] Bumped postgres version to 23.0.1 * [Release] Bumped silverstripe_cms version to 1.4.1 * [Release] Update metadata
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Motivation
Review checklist (to be filled by reviewers)
qa/skip-qalabel if the PR doesn't need to be tested during QA.backport/<branch-name>label to the PR and it will automatically open a backport PR once this one is merged