From 94de7ec431a10593d0b3d8ef0ca313fae2172523 Mon Sep 17 00:00:00 2001 From: igorpeshansky Date: Mon, 23 Oct 2023 18:24:07 -0400 Subject: [PATCH 1/2] Bump VERSION to 2.44.0 (#1476) --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index dc69c79793..3cee3b97c3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -PKG_VERSION="2.43.0" +PKG_VERSION="2.44.0" From daa82fb008c5d0d7f66349c1d89f07838a626089 Mon Sep 17 00:00:00 2001 From: stackdriver-instrumentation-release <49999651+stackdriver-instrumentation-release@users.noreply.github.com> Date: Tue, 24 Oct 2023 01:03:00 -0400 Subject: [PATCH 2/2] Whitespace changes in metadata.yaml. (#1477) --- .../applications/dcgm/metadata.yaml | 8 ++++---- .../applications/nvml/metadata.yaml | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/integration_test/third_party_apps_data/applications/dcgm/metadata.yaml b/integration_test/third_party_apps_data/applications/dcgm/metadata.yaml index ac88ac1f5d..ee69bea97e 100644 --- a/integration_test/third_party_apps_data/applications/dcgm/metadata.yaml +++ b/integration_test/third_party_apps_data/applications/dcgm/metadata.yaml @@ -25,16 +25,16 @@ supported_operating_systems: linux supported_app_version: ["3.1"] gpu_platforms: # p4, k80, p100 don't emit DCGM profiling metrics - model: a100 - platforms: + platforms: - ubuntu-2004-lts - model: v100 - platforms: + platforms: - ubuntu-2004-lts - model: t4 - platforms: + platforms: - ubuntu-2004-lts - model: l4 - platforms: + platforms: - centos-7 - debian-11 - rocky-linux-8 diff --git a/integration_test/third_party_apps_data/applications/nvml/metadata.yaml b/integration_test/third_party_apps_data/applications/nvml/metadata.yaml index d0d838a2ea..ffedcf31a2 100644 --- a/integration_test/third_party_apps_data/applications/nvml/metadata.yaml +++ b/integration_test/third_party_apps_data/applications/nvml/metadata.yaml @@ -25,25 +25,25 @@ supported_operating_systems: linux supported_app_version: ["515.65.01"] gpu_platforms: - model: a100 - platforms: + platforms: - ubuntu-2004-lts - model: v100 - platforms: + platforms: - ubuntu-2004-lts - model: p4 - platforms: + platforms: - ubuntu-2004-lts - model: t4 - platforms: + platforms: - ubuntu-2004-lts - model: p100 - platforms: + platforms: - ubuntu-2004-lts - model: k80 - platforms: + platforms: - ubuntu-2004-lts - model: l4 - platforms: + platforms: - centos-7 - debian-10 - debian-11