File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11# CHANGELOG - gRPC Check
22
33
4- ## 1.1.1 / 2026-05-05
4+ ## 1.2.0 / 2026-05-05
55
66*** Fixed*** :
77
Original file line number Diff line number Diff line change 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-
115LaunchDarkly provides the following integrations with Datadog:
126
137### Events integration
You can’t perform that action at this time.
0 commit comments