summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2017-10-02 15:55:29 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-10-02 15:55:29 -0700
commit79d40cbf2504cacc1008cf0fda73df8a5e293a27 (patch)
tree5ee2f8acf318700a40f8c3b03c7ffdda076e4b52
parent3d98d06d697d38fd6bcbf66b29eecd1b61d0ae0b (diff)
Add Version Field to PDF
With Euphrates being the initial 'release' of the PDF it is important we include a version specifier. Without a version specifier, PDF consumers (computers or humans) won't know which fields are be available, nor their possible type (string, int, list, etc). This also allows the PDF spec to be modified without fear of breaking any tooling relying on the layout of fields or extance of specific properties; Presuming tooling handles the version specifier. Change-Id: I304ecc9ebfa0a36d40db8ef3486a3600ae86422e Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
-rw-r--r--config/pod1.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/pod1.yaml b/config/pod1.yaml
index af5ada46..00f02751 100644
--- a/config/pod1.yaml
+++ b/config/pod1.yaml
@@ -1,5 +1,6 @@
---
### POD descriptor file ###
+version: '1'
details:
pod owner: Lab Owner