From 8c821f9b2edb69003761d15e913f3d6555d1394c Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Fri, 6 Sep 2019 13:48:43 -0600 Subject: [PATCH 1/3] Final Approval for CNAB Core 1.0 Specification This commit indicates that the CNAB specification is now a published final version. --- 100-CNAB.md | 2 +- 901-process.md | 2 +- README.md | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/100-CNAB.md b/100-CNAB.md index e23dd305..ade685be 100644 --- a/100-CNAB.md +++ b/100-CNAB.md @@ -4,7 +4,7 @@ weight: 100 --- # Cloud Native Application Bundle Core 1.0.0 (CNAB1) -*[Working Draft](901-process.md), Nov. 2018* +*[Final Approval, Published](901-process.md), Sept., 2019* The Cloud Native Application Bundle (CNAB) is a _standard packaging format_ for multi-component distributed applications. It allows packages to target different runtimes and architectures. It empowers application distributors to package applications for deployment on a wide variety of cloud platforms, providers, and services. Furthermore, it provides necessary capabilities for delivering multi-container applications in disconnected (airgapped) environments. diff --git a/901-process.md b/901-process.md index 41ce8501..90efe264 100644 --- a/901-process.md +++ b/901-process.md @@ -11,7 +11,7 @@ This process governs the motion of a specification from rough draft through full Specifications shall each track their own versions. A specification will call out a target version (such as 1.0), and then also include its phase (such as Pre-Draft, see below) to indicate progress towards the target version. -For example, one of the specifications in this repository is the CNAB Core specification. The CNAB Core specification should be formally referenced as _Cloud Native Application Bundle Core 1.0.0_. The phase of the process MAY be appended as a stability marker: _Cloud Native Application Bundle Core 1.0.0-Draft_. It MAY be abbreviated to _CNAB1_ or _CNAB1-Draft_. +For example, one of the specifications in this repository is the CNAB Core specification. The CNAB Core specification should be formally referenced as _Cloud Native Application Bundle Core 1.0.0_. The phase of the process MAY be appended as a stability marker: _Cloud Native Application Bundle Core 1.0.0-FA_. It MAY be abbreviated to _CNAB1_ or _CNAB1-FA_. Other specifications must follow the same nomenclature. diff --git a/README.md b/README.md index 913ed871..7d8756c3 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,11 @@ Cloud Native Application Bundles (CNAB) are a package format specification that describes a technology for bundling, installing, and managing distributed applications, that are by design, cloud agnostic. -## CNAB Core 1.0 GA +## CNAB Core 1.0 (Final) -The CNAB Working Group has approved the CNAB Core 1.0 specification. This specification is now pending approval from the CNAB Foundation executive committee, after which it will be finalized as CNAB Core 1.0 (AD). For more information on the approval process, see [the process documentation](901-process.md). Further changes to CNAB Core will be considered for CNAB Core 1.1. +The CNAB Working Group with the joint approval of the Executive Directors have approved the CNAB Core 1.0 specification for publication. CNAB Core 1.0 is complete. + +For more information on the approval process, see [the process documentation](901-process.md). Further changes to CNAB Core will be considered for CNAB Core 1.1. ## Table of Contents From 65eeda215d4c83e616f212b34ab826448e91bce2 Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Fri, 6 Sep 2019 15:36:28 -0600 Subject: [PATCH 2/3] Update README.md Co-Authored-By: Carolyn Van Slyck --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d8756c3..58088a29 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Cloud Native Application Bundles (CNAB) are a package format specification that ## CNAB Core 1.0 (Final) -The CNAB Working Group with the joint approval of the Executive Directors have approved the CNAB Core 1.0 specification for publication. CNAB Core 1.0 is complete. +The CNAB Working Group with the joint approval of the Executive Directors has approved the CNAB Core 1.0 specification for publication. CNAB Core 1.0 is complete. For more information on the approval process, see [the process documentation](901-process.md). Further changes to CNAB Core will be considered for CNAB Core 1.1. From 02e5ec49c0c012f360ed2412e7db47b78fe5f20a Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Fri, 6 Sep 2019 15:36:36 -0600 Subject: [PATCH 3/3] Update 100-CNAB.md Co-Authored-By: Carolyn Van Slyck --- 100-CNAB.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/100-CNAB.md b/100-CNAB.md index ade685be..ebb670f5 100644 --- a/100-CNAB.md +++ b/100-CNAB.md @@ -4,7 +4,7 @@ weight: 100 --- # Cloud Native Application Bundle Core 1.0.0 (CNAB1) -*[Final Approval, Published](901-process.md), Sept., 2019* +*[Final Approval, Published](901-process.md), Sept. 2019* The Cloud Native Application Bundle (CNAB) is a _standard packaging format_ for multi-component distributed applications. It allows packages to target different runtimes and architectures. It empowers application distributors to package applications for deployment on a wide variety of cloud platforms, providers, and services. Furthermore, it provides necessary capabilities for delivering multi-container applications in disconnected (airgapped) environments.