Commit 595917b7 authored by Thomas Boni's avatar Thomas Boni
Browse files

update releases notes

parent 0b337752
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -54,7 +54,12 @@ merge requests.

## Versions

* **Latest** (current -> `2020-08-07_1`) : `https://jobs.go2scale.io/latest/apidoc.yml`
* **Latest** (current -> `2020-08-09_1`) : `https://jobs.go2scale.io/latest/apidoc.yml`
* **Tag `2020-08-09_1`** : `https://jobs.go2scale.io/2020-08-09_1/apidoc.yml`
    * Rename the job from `documentation` to `apidoc`
    * Update the default output folder to `/documentation_build` in order to
      ensure plug and play compatibility with [pages](/jobs/deployment/pages)
      deployment job. **Note**: output folder can be customized using
      `APIDOC_OUTPUT_PATH` [variable](#variables)
* **Tag `2020-08-07_1`** : `https://jobs.go2scale.io/2020-08-07_1/apidoc.yml`

    * Initial version
+7 −1
Original line number Diff line number Diff line
@@ -59,7 +59,13 @@ merge requests

## Versions

* **Latest** (current -> `2020-08-05_1`) : `https://jobs.go2scale.io/latest/mkdocs.yml`
* **Latest** (current -> `2020-08-09_1`) : `https://jobs.go2scale.io/latest/mkdocs.yml`
* **Tag `2020-08-09_1`** : `https://jobs.go2scale.io/2020-08-09_1/mkdocs.yml`
    * Rename the job from `documentation` to `mkdocs`
    * Update the default output folder to `/documentation_build` in order to
      ensure plug and play compatibility with [pages](/jobs/deployment/pages)
      deployment job. **Note**: output folder can be customized using
      `MKDOCS_OUTPUT_PATH` [variable](#variables)
* **Tag `2020-08-05_1`** : `https://jobs.go2scale.io/2020-08-05_1/mkdocs.yml`

    !!! warning
+5 −2
Original line number Diff line number Diff line
@@ -46,7 +46,10 @@ from previous job named `documentation`.

## Versions

* **Latest** (current -> `2020-08-05_1`): `https://jobs.go2scale.io/latest/pages.yml`
* **Latest** (current -> `2020-08-09_1`): `https://jobs.go2scale.io/latest/pages.yml`
* **Tag `2020-08-09_1`** : `https://jobs.go2scale.io/2020-08-09_1/pages.yml`
    * Add possibility to retrieve build artifact from any job in previous stage
    * Add variable `PAGES_BUILD_PATH` to indicate the location of build to
      deploy
* **Tag `2020-08-05_1`** : `https://jobs.go2scale.io/2020-08-05_1/pages.yml`

    * Initial version