We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd3e3c0 commit 155e700Copy full SHA for 155e700
.github/workflows/go-test-datadog.yaml
@@ -9,10 +9,6 @@ on:
9
- 'test/datadog/**'
10
- 'charts/datadog/**'
11
12
-concurrency:
13
- group: ${{ github.event.pull_request.number }}
14
- cancel-in-progress: true
15
-
16
# Permission forced by repo-level setting; only elevate on job-level
17
permissions:
18
contents: read
charts/datadog/CHANGELOG.md
@@ -1,9 +1,5 @@
1
# Datadog changelog
2
3
-## 3.110.12
4
5
-* Debug ([#1813](https://github.com/DataDog/helm-charts/pull/1813)).
6
7
## 3.110.11
8
* Update GKE Autopilot setup to ensure that the system-probe container is disabled by default.
charts/datadog/Chart.yaml
@@ -1,7 +1,7 @@
---
apiVersion: v1
name: datadog
-version: 3.110.12
+version: 3.110.11
appVersion: "7"
description: Datadog Agent
keywords:
0 commit comments