[yocto-docs,dunfell,1/1] documentation: prepare for 3.1.13 release

Message ID ab25582a2b64f294bc397894113a3438b48ad544.1639408799.git.steve@sakoman.com
State New
Headers show
Series [yocto-docs,dunfell,1/1] documentation: prepare for 3.1.13 release | expand

Commit Message

Steve Sakoman Dec. 13, 2021, 3:24 p.m. UTC
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 documentation/conf.py                    | 2 +-
 documentation/poky.yaml                  | 8 ++++----
 documentation/releases.rst               | 1 +
 documentation/sphinx-static/switchers.js | 2 +-
 4 files changed, 7 insertions(+), 6 deletions(-)

Comments

Michael Opdenacker Dec. 13, 2021, 3:58 p.m. UTC | #1
Hi Steve,

On 12/13/21 4:24 PM, Steve Sakoman wrote:
> Signed-off-by: Steve Sakoman <steve@sakoman.com>
> ---
>  documentation/conf.py                    | 2 +-
>  documentation/poky.yaml                  | 8 ++++----
>  documentation/releases.rst               | 1 +
>  documentation/sphinx-static/switchers.js | 2 +-
>  4 files changed, 7 insertions(+), 6 deletions(-)
>
> diff --git a/documentation/conf.py b/documentation/conf.py
> index 0790b50a7..0d61afc9d 100644
> --- a/documentation/conf.py
> +++ b/documentation/conf.py
> @@ -16,7 +16,7 @@ import os
>  import sys
>  import datetime
>  
> -current_version = "3.1.12"
> +current_version = "3.1.13"
>  bitbake_version = "1.46"
>  
>  # String used in sidebar
> diff --git a/documentation/poky.yaml b/documentation/poky.yaml
> index af041e373..ec0ecadb1 100644
> --- a/documentation/poky.yaml
> +++ b/documentation/poky.yaml
> @@ -1,11 +1,11 @@
> -DISTRO : "3.1.12"
> +DISTRO : "3.1.13"
>  DISTRO_NAME_NO_CAP : "dunfell"
>  DISTRO_NAME : "Dunfell"
>  DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus"
> -YOCTO_DOC_VERSION : "3.1.12"
> +YOCTO_DOC_VERSION : "3.1.13"
>  YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2"
> -DISTRO_REL_TAG : "yocto-3.1.12"
> -POKYVERSION : "23.0.12"
> +DISTRO_REL_TAG : "yocto-3.1.13"
> +POKYVERSION : "23.0.13"
>  YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
>  YOCTO_DL_URL : "https://downloads.yoctoproject.org"
>  YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"
> diff --git a/documentation/releases.rst b/documentation/releases.rst
> index 3e27406ea..50803e383 100644
> --- a/documentation/releases.rst
> +++ b/documentation/releases.rst
> @@ -21,6 +21,7 @@
>  - :yocto_docs:`3.1.10 Documentation </3.1.10>`
>  - :yocto_docs:`3.1.11 Documentation </3.1.11>`
>  - :yocto_docs:`3.1.12 Documentation </3.1.12>`
> +- :yocto_docs:`3.1.13 Documentation </3.1.13>`
>  
>  ==========================
>   Previous Release Manuals
> diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
> index 87160d8ba..65e4d261f 100644
> --- a/documentation/sphinx-static/switchers.js
> +++ b/documentation/sphinx-static/switchers.js
> @@ -3,7 +3,7 @@
>  
>    var all_versions = {
>      'dev': 'dev (3.3)',
> -    '3.1.12': '3.1.12',
> +    '3.1.13': '3.1.13',
>      '3.0.4': '3.0.4',
>      '2.7.4': '2.7.4',
>    };


Many thanks for this update.
I'll merge it when 3.1.13 is out, as we discussed with Anuj when the
3.4.1 release was prepared for. If we apply this change too early,
before a new released is tagged, we end up with a link to a
documentation version that is not generated yet.

I'll take care of changing the commit subject to "documentation: update
for 3.1.13 release".
Thanks again
Michael.
Steve Sakoman Dec. 13, 2021, 4:32 p.m. UTC | #2
On Mon, Dec 13, 2021 at 5:58 AM Michael Opdenacker
<michael.opdenacker@bootlin.com> wrote:
>
> Hi Steve,
>
> On 12/13/21 4:24 PM, Steve Sakoman wrote:
> > Signed-off-by: Steve Sakoman <steve@sakoman.com>
> > ---
> >  documentation/conf.py                    | 2 +-
> >  documentation/poky.yaml                  | 8 ++++----
> >  documentation/releases.rst               | 1 +
> >  documentation/sphinx-static/switchers.js | 2 +-
> >  4 files changed, 7 insertions(+), 6 deletions(-)
> >
> > diff --git a/documentation/conf.py b/documentation/conf.py
> > index 0790b50a7..0d61afc9d 100644
> > --- a/documentation/conf.py
> > +++ b/documentation/conf.py
> > @@ -16,7 +16,7 @@ import os
> >  import sys
> >  import datetime
> >
> > -current_version = "3.1.12"
> > +current_version = "3.1.13"
> >  bitbake_version = "1.46"
> >
> >  # String used in sidebar
> > diff --git a/documentation/poky.yaml b/documentation/poky.yaml
> > index af041e373..ec0ecadb1 100644
> > --- a/documentation/poky.yaml
> > +++ b/documentation/poky.yaml
> > @@ -1,11 +1,11 @@
> > -DISTRO : "3.1.12"
> > +DISTRO : "3.1.13"
> >  DISTRO_NAME_NO_CAP : "dunfell"
> >  DISTRO_NAME : "Dunfell"
> >  DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus"
> > -YOCTO_DOC_VERSION : "3.1.12"
> > +YOCTO_DOC_VERSION : "3.1.13"
> >  YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2"
> > -DISTRO_REL_TAG : "yocto-3.1.12"
> > -POKYVERSION : "23.0.12"
> > +DISTRO_REL_TAG : "yocto-3.1.13"
> > +POKYVERSION : "23.0.13"
> >  YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
> >  YOCTO_DL_URL : "https://downloads.yoctoproject.org"
> >  YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"
> > diff --git a/documentation/releases.rst b/documentation/releases.rst
> > index 3e27406ea..50803e383 100644
> > --- a/documentation/releases.rst
> > +++ b/documentation/releases.rst
> > @@ -21,6 +21,7 @@
> >  - :yocto_docs:`3.1.10 Documentation </3.1.10>`
> >  - :yocto_docs:`3.1.11 Documentation </3.1.11>`
> >  - :yocto_docs:`3.1.12 Documentation </3.1.12>`
> > +- :yocto_docs:`3.1.13 Documentation </3.1.13>`
> >
> >  ==========================
> >   Previous Release Manuals
> > diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
> > index 87160d8ba..65e4d261f 100644
> > --- a/documentation/sphinx-static/switchers.js
> > +++ b/documentation/sphinx-static/switchers.js
> > @@ -3,7 +3,7 @@
> >
> >    var all_versions = {
> >      'dev': 'dev (3.3)',
> > -    '3.1.12': '3.1.12',
> > +    '3.1.13': '3.1.13',
> >      '3.0.4': '3.0.4',
> >      '2.7.4': '2.7.4',
> >    };
>
>
> Many thanks for this update.
> I'll merge it when 3.1.13 is out, as we discussed with Anuj when the
> 3.4.1 release was prepared for. If we apply this change too early,
> before a new released is tagged, we end up with a link to a
> documentation version that is not generated yet.
>
> I'll take care of changing the commit subject to "documentation: update
> for 3.1.13 release".

Thanks Michael, I'll make sure to use that wording for the 3.1.14 release!

Steve
Steve Sakoman Dec. 14, 2021, 5:04 p.m. UTC | #3
On Mon, Dec 13, 2021 at 5:58 AM Michael Opdenacker
<michael.opdenacker@bootlin.com> wrote:
>
> Hi Steve,
>
> On 12/13/21 4:24 PM, Steve Sakoman wrote:
> > Signed-off-by: Steve Sakoman <steve@sakoman.com>
> > ---
> >  documentation/conf.py                    | 2 +-
> >  documentation/poky.yaml                  | 8 ++++----
> >  documentation/releases.rst               | 1 +
> >  documentation/sphinx-static/switchers.js | 2 +-
> >  4 files changed, 7 insertions(+), 6 deletions(-)
> >
> > diff --git a/documentation/conf.py b/documentation/conf.py
> > index 0790b50a7..0d61afc9d 100644
> > --- a/documentation/conf.py
> > +++ b/documentation/conf.py
> > @@ -16,7 +16,7 @@ import os
> >  import sys
> >  import datetime
> >
> > -current_version = "3.1.12"
> > +current_version = "3.1.13"
> >  bitbake_version = "1.46"
> >
> >  # String used in sidebar
> > diff --git a/documentation/poky.yaml b/documentation/poky.yaml
> > index af041e373..ec0ecadb1 100644
> > --- a/documentation/poky.yaml
> > +++ b/documentation/poky.yaml
> > @@ -1,11 +1,11 @@
> > -DISTRO : "3.1.12"
> > +DISTRO : "3.1.13"
> >  DISTRO_NAME_NO_CAP : "dunfell"
> >  DISTRO_NAME : "Dunfell"
> >  DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus"
> > -YOCTO_DOC_VERSION : "3.1.12"
> > +YOCTO_DOC_VERSION : "3.1.13"
> >  YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2"
> > -DISTRO_REL_TAG : "yocto-3.1.12"
> > -POKYVERSION : "23.0.12"
> > +DISTRO_REL_TAG : "yocto-3.1.13"
> > +POKYVERSION : "23.0.13"
> >  YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
> >  YOCTO_DL_URL : "https://downloads.yoctoproject.org"
> >  YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"
> > diff --git a/documentation/releases.rst b/documentation/releases.rst
> > index 3e27406ea..50803e383 100644
> > --- a/documentation/releases.rst
> > +++ b/documentation/releases.rst
> > @@ -21,6 +21,7 @@
> >  - :yocto_docs:`3.1.10 Documentation </3.1.10>`
> >  - :yocto_docs:`3.1.11 Documentation </3.1.11>`
> >  - :yocto_docs:`3.1.12 Documentation </3.1.12>`
> > +- :yocto_docs:`3.1.13 Documentation </3.1.13>`
> >
> >  ==========================
> >   Previous Release Manuals
> > diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
> > index 87160d8ba..65e4d261f 100644
> > --- a/documentation/sphinx-static/switchers.js
> > +++ b/documentation/sphinx-static/switchers.js
> > @@ -3,7 +3,7 @@
> >
> >    var all_versions = {
> >      'dev': 'dev (3.3)',
> > -    '3.1.12': '3.1.12',
> > +    '3.1.13': '3.1.13',
> >      '3.0.4': '3.0.4',
> >      '2.7.4': '2.7.4',
> >    };
>
>
> Many thanks for this update.
> I'll merge it when 3.1.13 is out, as we discussed with Anuj when the
> 3.4.1 release was prepared for. If we apply this change too early,
> before a new released is tagged, we end up with a link to a
> documentation version that is not generated yet.

We'll be building 3.1.13 sometime in the next few days so we can get
it in before the autobuilder goes down next week for upgrades.

So we should take that into account, since the autobuilder may be down
when we release 3.1.13!

Steve

Patch

diff --git a/documentation/conf.py b/documentation/conf.py
index 0790b50a7..0d61afc9d 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -16,7 +16,7 @@  import os
 import sys
 import datetime
 
-current_version = "3.1.12"
+current_version = "3.1.13"
 bitbake_version = "1.46"
 
 # String used in sidebar
diff --git a/documentation/poky.yaml b/documentation/poky.yaml
index af041e373..ec0ecadb1 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -1,11 +1,11 @@ 
-DISTRO : "3.1.12"
+DISTRO : "3.1.13"
 DISTRO_NAME_NO_CAP : "dunfell"
 DISTRO_NAME : "Dunfell"
 DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus"
-YOCTO_DOC_VERSION : "3.1.12"
+YOCTO_DOC_VERSION : "3.1.13"
 YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2"
-DISTRO_REL_TAG : "yocto-3.1.12"
-POKYVERSION : "23.0.12"
+DISTRO_REL_TAG : "yocto-3.1.13"
+POKYVERSION : "23.0.13"
 YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
 YOCTO_DL_URL : "https://downloads.yoctoproject.org"
 YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"
diff --git a/documentation/releases.rst b/documentation/releases.rst
index 3e27406ea..50803e383 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -21,6 +21,7 @@ 
 - :yocto_docs:`3.1.10 Documentation </3.1.10>`
 - :yocto_docs:`3.1.11 Documentation </3.1.11>`
 - :yocto_docs:`3.1.12 Documentation </3.1.12>`
+- :yocto_docs:`3.1.13 Documentation </3.1.13>`
 
 ==========================
  Previous Release Manuals
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
index 87160d8ba..65e4d261f 100644
--- a/documentation/sphinx-static/switchers.js
+++ b/documentation/sphinx-static/switchers.js
@@ -3,7 +3,7 @@ 
 
   var all_versions = {
     'dev': 'dev (3.3)',
-    '3.1.12': '3.1.12',
+    '3.1.13': '3.1.13',
     '3.0.4': '3.0.4',
     '2.7.4': '2.7.4',
   };