Skip to content

Commit 86e4410

Browse files
committed
Merge branch 'master' of github.com:DataDog/integrations-extras into zdg/fix_no_data_templates
2 parents 71ad858 + 085bf6c commit 86e4410

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

.github/workflows/release-trigger.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,17 @@ jobs:
4848
echo "is-stable-release=false" >> "$GITHUB_OUTPUT"
4949
fi
5050
51+
approve:
52+
name: Await release approval
53+
needs: context
54+
runs-on: ubuntu-latest
55+
environment: release
56+
steps:
57+
- run: echo "Release approved"
58+
5159
dispatch:
5260
name: Release
53-
needs: context
61+
needs: [context, approve]
5462
uses: DataDog/integrations-core/.github/workflows/release-dispatch.yml@master
5563
with:
5664
source-repo: integrations-extras

grpc_check/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CHANGELOG - gRPC Check
22

33

4-
## 1.1.1 / 2026-05-05
4+
## 1.2.0 / 2026-05-05
55

66
***Fixed***:
77

launchdarkly/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22

33
## Overview
44

5-
<!-- partial
6-
{{% site-region region="gov" %}}
7-
**The LaunchDarkly integration is not supported for the Datadog {{< region-param key="dd_site_name" >}} site**.
8-
{{% /site-region %}}
9-
partial -->
10-
115
LaunchDarkly provides the following integrations with Datadog:
126

137
### Events integration

0 commit comments

Comments
 (0)