diff --git a/releaseNote.md b/releaseNote.md index 4c1ab52083..7be666130a 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -11,6 +11,7 @@ - Don't show $3/$4 in the number of retries error message (#3578) - Try to delete the workspace instead of fail (#3589) - Turn off Node 6 execution handler deprecation warning for in-the-box tasks (#3633) + - Suppressed Node 6 deprecation warnings (#3648) ## Misc - installdependencies.sh - added message about repositories for package manager (#3582) diff --git a/src/Agent.Sdk/Knob/AgentKnobs.cs b/src/Agent.Sdk/Knob/AgentKnobs.cs index 549f426c82..022e881960 100644 --- a/src/Agent.Sdk/Knob/AgentKnobs.cs +++ b/src/Agent.Sdk/Knob/AgentKnobs.cs @@ -272,6 +272,6 @@ public class AgentKnobs "Disables Node 6 deprecation warnings.", new RuntimeKnobSource("DISABLE_NODE6_DEPRECATION_WARNING"), new EnvironmentKnobSource("DISABLE_NODE6_DEPRECATION_WARNING"), - new BuiltInDefaultKnobSource("false")); + new BuiltInDefaultKnobSource("true")); } } diff --git a/src/agentversion b/src/agentversion index 0573f13b68..beb34705d5 100644 --- a/src/agentversion +++ b/src/agentversion @@ -1 +1 @@ -2.195.1 +2.195.2