File tree Expand file tree Collapse file tree
bottlecap/src/tags/lambda Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ variables:
1010 value : main
1111 AGENT_VERSION :
1212 description : " Latest release version of the datadog-agent to tag the build with."
13- value : " 7.61 .0"
13+ value : " 7.66 .0"
1414 PIPELINE_LAYER_SUFFIX :
1515 description : " Suffix to be appended to the layer name (default empty)."
1616 value : " "
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ const FUNCTION_TAGS_KEY: &str = "_dd.tags.function";
4545// TODO(astuyve) decide what to do with the version
4646const EXTENSION_VERSION_KEY : & str = "dd_extension_version" ;
4747// TODO(duncanista) figure out a better way to not hardcode this
48- pub const EXTENSION_VERSION : & str = "78 -next" ;
48+ pub const EXTENSION_VERSION : & str = "79 -next" ;
4949
5050const REGION_KEY : & str = "region" ;
5151const ACCOUNT_ID_KEY : & str = "account_id" ;
You can’t perform that action at this time.
0 commit comments