Hi @yuetmeng
Kindly go through the following links that may be helpful.
K2 Product Releases and Build Numbers.
https://help.k2.com/kb001421?version=unpublished
K2 patching and update considerations
https://help.k2.com/support-services/kbt129871
K2 Five (5.2) Fix Packs.
https://help.k2.com/kb002760
Installing Major and Minor versions, Cumulative Updates, Fix Packs, and Code Fixes.
https://help.k2.com/kb002772
Kind regards
HulisaniN
Hi Yuetmeng,
1. Kindly note that there is no K2 security bulletin or urgent mandatory updates which we qualify as security related and push to all clients. But in general you can expect K2 to communicate information about major bugs and breaking changes.
With regards to Security, we do not specifically announce all security issues we discover and recommend that being on the latest version is always the best thing to do, as it includes all important security updates.
As per the schedule as to when is the K2 updates are released, the details will be in the below link, under Frequently asked questions
https://help.k2.com/kb002772
2. Below is link to the updates for version 5.2, Kindly check it out
https://portal.k2.com/download#!/K2%20Five/5.2
The most recent one for 5.2 version is May 2019 CU FP 42. It will be in the below link
https://help.k2.com/kb003183
Hope this helps
Should you feel that this post is of use and or an accurate solution to the raised question, I kindly encourage you to mark it as such
using the 'Mark as Solution', 'Kudo' andor ‘Me Too’ options.
Cheers,
Kate
K2 will not accept any liability for any issues arising from actions taken in respect of the information provided by any forum member.
Hi @yuetmeng
Have a look at this KB articles below.
How to determine the installed K2 software version, Cumulative Updates, and Fix Packs for K2 Platform Classic and K2 Five
https://help.k2.com/kb001893
K2 Product Releases and Build Numbers
https://help.k2.com/kb002606
K2 Five (5.2) Release Notes
https://help.k2.com/kb002606
I hope this articles answers your question.
Best Regards
HulisaniN
Hi Yuetmeng,
You check on what fixpack has already been installed in your K2 Environment by running the below
query against your K2 DB.
SELECT UpdateName, VersionOfK2Patched, DateImplemented
FROM [HostServer].[UpdateHistory]
The above will give you the information on what current updates you already have and when was it installed
Hope this helps
Should you feel that this post is of use and or an accurate solution to the raised question, I kindly encourage you to mark it as such
using the 'Mark as Solution', 'Kudo' andor ‘Me Too’ options.
Cheers,
Kate
K2 will not accept any liability for any issues arising from actions taken in respect of the information provided by any forum member.