lensapp / lens

Lens - The way the world runs Kubernetes
https://k8slens.dev/
MIT License
22.32k stars 1.46k forks source link

Semantic Versioning macOS Build #3288

Open ahousseini opened 3 years ago

ahousseini commented 3 years ago

What would you like to be added:

The macOS Build has not a proper version for CFBundleVersion and CFBundleShortVersionString since the v5.0.2 release. Is there a chance to change it back like it was before?

At the moment the CFBundleVersion key is 5.0.2-latest.20210705.2.20210705.2 and CFBundleShortVersionString is 5.0.2-latest.20210705.2. Correct versioning would be 5.0.2 for CFBundleShortVersionString and 20210705.2 for CFBundleVersion.

Apple does provide some informations here:

Why is this needed:

I use AutoPkg to automtically feed our internal patch management and a correct semantic versioning is much more easier to maintain.

jim-docker commented 3 years ago

Hi, thanks for the report, this is something we'd like to fix but there are some blocking issues at the moment.