-
Notifications
You must be signed in to change notification settings - Fork 550
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
"version" should not be used for the manifest format version #110
Comments
SGTM |
On Fri, Aug 14, 2015 at 03:51:45PM -0700, Stuart P. Bentley wrote:
I'm not sure what else would go here, but if we want to avoid claiming |
FWIW we went through this exact conversation a very long time ago in appc On Fri, Aug 21, 2015 at 3:03 PM, W. Trevor King [email protected]
|
On Fri, Aug 21, 2015 at 03:12:58PM -0700, Jonathan Boulle wrote:
config.json is also not a manifest ;). And I prefer ‘ocs’ as a prefix |
On Fri, Aug 14, 2015 at 03:51:45PM -0700, Stuart P. Bentley wrote:
Thinking this over some more, if we do want to namespace our versions, "version": { (or: "ocs": "0.1.0"). That avoids polluting the root JSON namespace with a bunch of Again, I'm still fine keeping this as ‘version’ until we see a |
could be related to #108, as a bundle author may have more than one way to indicate their version (e.g. git hash, build ID, semver, etc) and it would be tedious to continually add fields for any/all of them. But I agree that this could be more cleanly something like |
opencontainers#110 Signed-off-by: Vincent Batts <[email protected]>
On Wed, Jan 13, 2016 at 03:07:08PM -0800, Vincent Batts wrote:
In the thread behind #108, I suggest following #188 and using
|
opencontainers#110 Signed-off-by: Vincent Batts <[email protected]>
opencontainers#110 Signed-off-by: Vincent Batts <[email protected]>
Close in favor of #309 |
opencontainers#110 Signed-off-by: Vincent Batts <[email protected]>
I think
"version"
should be reserved for future expansion and/or metadata extensions by the environment, not used for the manifest version the JSON document complies with. That should be specified with a key like Chrome'smanifest_version
.The text was updated successfully, but these errors were encountered: