Skip to content

Commit af0ce2f

Browse files
renovate[bot]devflow.devflow-routing-intake
andauthored
Update dependency DataDog/dd-apm-inject to v0.68.0-1 (#53616)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | DataDog/dd-apm-inject | minor | `0.67.2-1` → `0.68.0-1` | --- ### Configuration 📅 **Schedule**: (in timezone Europe/Paris) - Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (`* 0-4,22-23 * * 1-5`) - Only on Sunday and Saturday (`* * * * 0,6`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/DataDog/datadog-agent). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI2NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2cvbm8tY2hhbmdlbG9nIiwiZGVwZW5kZW5jaWVzIiwicWEvbm8tY29kZS1jaGFuZ2UiXX0=--> Co-authored-by: devflow.devflow-routing-intake <devflow.devflow-routing-intake@kubernetes.us1.ddbuild.io>
1 parent 7f19daf commit af0ce2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/new-e2e/tests/installer/unix/package_definitions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func pinnedApmInjectVersion() string {
8888
if version, ok := os.LookupEnv("E2E_APM_INJECT_PACKAGE_VERSION"); ok && version != "" {
8989
return version
9090
}
91-
return "0.67.2-1"
91+
return "0.68.0-1"
9292
}
9393

9494
func previousApmInjectVersion() string {

0 commit comments

Comments
 (0)