Skip to content

Commit

Permalink
[Release] Bumped vllm version to 1.0.0 (#17988)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakur authored Jul 5, 2024
1 parent 8316673 commit b4917a7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ datadog-twistlock==3.6.1
datadog-varnish==2.1.0
datadog-vault==4.2.0
datadog-vertica==4.5.0
datadog-vllm==1.0.0
datadog-voltdb==3.2.1
datadog-vsphere==7.5.3
datadog-weaviate==2.3.2
Expand Down
5 changes: 5 additions & 0 deletions vllm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@

<!-- towncrier release notes start -->

## 1.0.0 / 2024-07-05

***Added***:

* Initial Release ([#17756](https://github.com/DataDog/integrations-core/pull/17756))
1 change: 0 additions & 1 deletion vllm/changelog.d/17756.added

This file was deleted.

2 changes: 1 addition & 1 deletion vllm/datadog_checks/vllm/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2024-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '0.0.1'
__version__ = '1.0.0'

0 comments on commit b4917a7

Please sign in to comment.