-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify osx11.2 to osx11 #206
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For Big Sur we're making the assumption (for now) that all Y releases of macOS 11 will still refer to Big Sur (as has been the case with 11.1, 11.2, and 11.3 beta). This is to avoid having to add a new platform for each minor release of Big Sur.
The vmpooler template should remain the same, as it reflects the underlying version of the machine we're building on, but the platform should be agnostic.
/cc @ekohl @bastelfreak sorry for the noise, I'm not sure if you get pinged on open PRs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not familiar with OS X but does it make sense to keep the old definition?
I don't think so, right now keeping 11.2 would be like having separate definitions for RedHat minor releases (like 8.1, 8.2, 8.3). However... this is definitely something that might change at any point, especially since Apple doesn't communicate versioning details to external users. We can circle back if/when something changes. |
If supported minors aren't a thing for OS X I don't mind removing it. However, it is odd that for OS X 10 there are multiple minor versions. Is that a new policy for 11? |
Ah, yes, they've decided to bump the major version for the first time in ~20 years 😄 |
@ekohl, do you know when could we get a release with MacOS 11 support? |
I raised #207 for a release |
@bastelfreak, much obliged |
Related to : puppetlabs-toy-chest/puppet-agent#2081