You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
v1.8.10 May 10, 2023
2
+
=====================
3
+
4
+
* Deprecate Nodejs v14.x (EOL)
5
+
6
+
* profile script: do not overwrite std files. This is a follow-up to #605 .profile.d scripts are "sourced" by the lifecycle one after the other, so make sure stdout/err for subsequent scripts are unaffected.
7
+
8
+
* appdynamics: remove dependency on ruby provided by stack
9
+
- cflinuxfs4 1.x does not come with ruby. Therefore rewrite profile
10
+
script from rb to sh.
11
+
- reactivate appdynamics test suite that was marked as pending
0 commit comments