Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions datadog_csi_driver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 1.1.0 / 2025-09-10

***Added***:

* Bump minimum Base check requirement ([#21305](https://github.com/DataDog/integrations-core/pull/21305))

## 1.0.0 / 2025-09-05

***Added***:
Expand Down
1 change: 0 additions & 1 deletion datadog_csi_driver/changelog.d/21305.added

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2025-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '1.0.0'
__version__ = '1.1.0'
2 changes: 1 addition & 1 deletion requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ datadog-couch==9.0.1
datadog-couchbase==6.0.1
datadog-crio==5.0.1
datadog-datadog-cluster-agent==6.0.1
datadog-datadog-csi-driver==1.0.0; sys_platform != 'win32'
datadog-datadog-csi-driver==1.1.0; sys_platform != 'win32'
datadog-dcgm==4.0.1
datadog-delinea-privilege-manager==1.0.0
datadog-delinea-secret-server==1.0.0
Expand Down
Loading