I've upgraded a node from the previous release. It's up and running but for some reasons I get this warning. How can it be related to the upgrade?
$ bitcoin-cli -testnet getblockchaininfo | jq
{
"chain": "test",
"blocks": 1764182,
"headers": 1764182,
"bestblockhash": "0000000000004a0e9cc1fbc2a21938feef1a26cd480483b3c498ae2ef16b46f8",
"difficulty": 65536,
"mediantime": 1591710673,
"verificationprogress": 0.9999998260147338,
"initialblockdownload": false,
"chainwork": "00000000000000000000000000000000000000000000015bbad4a75d4239391e",
"size_on_disk": 27411142847,
"pruned": false,
"softforks": {
"bip34": {
"type": "buried",
"active": true,
"height": 21111
},
"bip66": {
"type": "buried",
"active": true,
"height": 330776
},
"bip65": {
"type": "buried",
"active": true,
"height": 581885
},
"csv": {
"type": "buried",
"active": true,
"height": 770112
},
"segwit": {
"type": "buried",
"active": true,
"height": 834624
}
},
"warnings": "Warning: unknown new rules activated (versionbit 28)"
}