Skip to content

Commit

Permalink
Patch for Agent v2.195.1 - Suppression of Node 6 deprecation warnings
Browse files Browse the repository at this point in the history
Suppressed Node 6 deprecation warnings
  • Loading branch information
denis-tikhomirov authored Dec 3, 2021
1 parent fc94fec commit 44f820f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions releaseNote.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/Agent.Sdk/Knob/AgentKnobs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
}
}
2 changes: 1 addition & 1 deletion src/agentversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.195.1
2.195.2

0 comments on commit 44f820f

Please sign in to comment.