Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump dependencies for Agent 7.47 #15145

Merged
merged 7 commits into from
Jul 6, 2023
Merged

Conversation

FlorentClarret
Copy link
Member

What does this PR do?

Motivation

Additional Notes

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • PR title must be written as a CHANGELOG entry (see why)
  • Files changes must correspond to the primary purpose of the PR as described in the title (small unrelated changes should have their own PR)
  • PR must have changelog/ and integration/ labels attached
  • If the PR doesn't need to be tested during QA, please add a qa/skip-qa label.

@codecov
Copy link

codecov bot commented Jul 4, 2023

Codecov Report

Merging #15145 (1e2d595) into master (2aaeed3) will decrease coverage by 0.97%.
The diff coverage is n/a.

Flag Coverage Δ
active_directory 100.00% <ø> (+17.64%) ⬆️
amazon_msk 89.07% <ø> (ø)
aspdotnet 100.00% <ø> (+26.19%) ⬆️
cloud_foundry_api 96.35% <ø> (+0.12%) ⬆️
datadog_checks_base 80.82% <ø> (-8.46%) ⬇️
gitlab 92.46% <ø> (+1.22%) ⬆️
http_check 96.09% <ø> (+2.15%) ⬆️
ibm_ace 91.79% <ø> (ø)
kube_dns 95.97% <ø> (ø)
kubernetes_state 89.18% <ø> (ø)
mcache 93.50% <ø> (ø)
mysql 87.29% <ø> (-0.10%) ⬇️
postgres 91.51% <ø> (+0.04%) ⬆️
sqlserver 86.56% <ø> (-0.09%) ⬇️
tls 92.18% <ø> (+0.82%) ⬆️
win32_event_log 86.68% <ø> (+0.55%) ⬆️
wmi_check 92.91% <ø> (ø)

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

@github-actions
Copy link

github-actions bot commented Jul 4, 2023

Test Results

     193 files       193 suites   2h 46m 48s ⏱️
  2 429 tests   2 391 ✔️      38 💤 0
11 889 runs  10 461 ✔️ 1 428 💤 0

Results for commit 1e2d595.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Jul 4, 2023

The validations job has failed; please review the Files changed tab for possible suggestions to resolve.

@github-actions
Copy link

github-actions bot commented Jul 4, 2023

The validations job has failed; please review the Files changed tab for possible suggestions to resolve.

@github-actions
Copy link

github-actions bot commented Jul 5, 2023

The validations job has failed; please review the Files changed tab for possible suggestions to resolve.

@@ -35,13 +35,12 @@ dependencies = [
dynamic = [
"version",
]

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ofek do you know what this is about? did we change the tool we use to write toml files?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Somebody must have manually added an extra line at some point

@github-actions
Copy link

github-actions bot commented Jul 5, 2023

The validations job has failed; please review the Files changed tab for possible suggestions to resolve.

AliDatadog
AliDatadog previously approved these changes Jul 5, 2023
@iliakur
Copy link
Contributor

iliakur commented Jul 6, 2023

The failed agent build is a known issue, agent-platform team says it's not a blocker. Merging, thanks all!

@iliakur iliakur merged commit f347a44 into master Jul 6, 2023
@iliakur iliakur deleted the florentclarret/rm/bump_deps branch July 6, 2023 15:31
edengorevoy pushed a commit that referenced this pull request Jul 6, 2023
* Bump dependencies for Agent 7.47

* roll back breaking changes for protobuf and pydantic

* revert dependency updates for vsphere and tls

* undo pymongo upgrade, our license validation cannot handle new metadata

* update 3rdparty licenses

* revert some more protobuf upgrades

* remove protobuf license

---------

Co-authored-by: Ilia Kurenkov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment