Skip to content

Commit

Permalink
Release new integrations for 7.50.0 (#16188)
Browse files Browse the repository at this point in the history
* [Release] Bumped karpenter version to 1.0.0

* [Release] Bumped nvidia_triton version to 1.0.0

* [Release] Update metadata

* Fix karpenter changelog
  • Loading branch information
iliakur authored Nov 10, 2023
1 parent fdb0c24 commit e428d83
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .in-toto/tag.b9ca7eb3.link

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion karpenter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# CHANGELOG - karpenter

<!-- towncrier release notes start -->
<!-- towncrier release notes start -->

## 1.0.0 / 2023-11-10

***Added***:

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

This file was deleted.

2 changes: 1 addition & 1 deletion karpenter/datadog_checks/karpenter/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2023-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '0.0.1'
__version__ = '1.0.0'
6 changes: 6 additions & 0 deletions nvidia_triton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# CHANGELOG - Nvidia Triton

<!-- towncrier release notes start -->

## 1.0.0 / 2023-11-10

***Added***:

* Add Nvidia Triton integration. ([#15918](https://github.com/DataDog/integrations-core/pull/15918))
1 change: 0 additions & 1 deletion nvidia_triton/changelog.d/15918.added

This file was deleted.

2 changes: 1 addition & 1 deletion nvidia_triton/datadog_checks/nvidia_triton/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2023-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '0.0.1'
__version__ = '1.0.0'
2 changes: 2 additions & 0 deletions requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ datadog-jboss-wildfly==2.1.1
datadog-journald==1.1.1
datadog-kafka-consumer==4.1.3
datadog-kafka==2.14.1
datadog-karpenter==1.0.0
datadog-kong==3.0.0
datadog-kube-apiserver-metrics==4.1.0
datadog-kube-controller-manager==4.5.0
Expand Down Expand Up @@ -108,6 +109,7 @@ datadog-network==3.0.0
datadog-nfsstat==1.12.1; sys_platform == 'linux2'
datadog-nginx-ingress-controller==2.4.1
datadog-nginx==6.0.0
datadog-nvidia-triton==1.0.0
datadog-openldap==1.11.1
datadog-openmetrics==4.0.0
datadog-openstack-controller==6.0.0
Expand Down

0 comments on commit e428d83

Please sign in to comment.