[Bug] is_latest logic is wrong due to year change
Created by: shibumi
Describe the bug
The is_latest logic in the controller script is wrong. Right now we are just comparing the month, due to the year change we started at 1 again ( the last version is from december -> 12). Therefore the check turns to True
and we never start the build process for January.
To Reproduce Steps to reproduce the behavior:
- Run controller script
Expected behavior controller script should start new build even when a year change occurs.