This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch 2.3.0-docs-prod
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit 35a4665d835828ad6780aa4cdd9957ac4ec4e658
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun May 1 02:13:38 2022 +0200

    Add documentation for Apache Airflow 2.3.0 (prod version)
---
 docs-archive/docker-stack/build-arg-ref.html | 4 ++--
 docs-archive/docker-stack/index.html         | 6 +++---
 docs-archive/docker-stack/searchindex.js     | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs-archive/docker-stack/build-arg-ref.html 
b/docs-archive/docker-stack/build-arg-ref.html
index b07def04c..5a75ba653 100644
--- a/docs-archive/docker-stack/build-arg-ref.html
+++ b/docs-archive/docker-stack/build-arg-ref.html
@@ -582,7 +582,7 @@ Those arguments are used when you want to customize the 
image. You can see some
 <td><p>Base python image.</p></td>
 </tr>
 <tr class="row-odd"><td><p><code class="docutils literal notranslate"><span 
class="pre">AIRFLOW_VERSION</span></code></p></td>
-<td><p><code class="code docutils literal notranslate"><span 
class="pre">2.3.0.dev0</span></code></p></td>
+<td><p><code class="code docutils literal notranslate"><span 
class="pre">2.3.0</span></code></p></td>
 <td><p>version of Airflow.</p></td>
 </tr>
 <tr class="row-even"><td><p><code class="docutils literal notranslate"><span 
class="pre">AIRFLOW_EXTRAS</span></code></p></td>
@@ -625,7 +625,7 @@ It can be <code class="docutils literal notranslate"><span 
class="pre">constrain
 2.0.* installation. In case of building
 specific version you want to point it
 to specific tag, for example
-<code class="code docutils literal notranslate"><span 
class="pre">constraints-2.3.0.dev0</span></code>.
+<code class="code docutils literal notranslate"><span 
class="pre">constraints-2.3.0</span></code>.
 Auto-detected if empty.</p></td>
 </tr>
 </tbody>
diff --git a/docs-archive/docker-stack/index.html 
b/docs-archive/docker-stack/index.html
index e764fc234..1e6642ae7 100644
--- a/docs-archive/docker-stack/index.html
+++ b/docs-archive/docker-stack/index.html
@@ -557,12 +557,12 @@ image.</p>
 Every time a new version of Airflow is released, the images are prepared in the
 <a class="reference external" 
href="https://hub.docker.com/r/apache/airflow";>apache/airflow DockerHub</a>
 for all the supported Python versions.</p>
-<p>You can find the following images there (Assuming Airflow version <code 
class="code docutils literal notranslate"><span 
class="pre">2.3.0.dev0</span></code>):</p>
+<p>You can find the following images there (Assuming Airflow version <code 
class="code docutils literal notranslate"><span 
class="pre">2.3.0</span></code>):</p>
 <ul class="simple">
 <li><p><code class="code docutils literal notranslate"><span 
class="pre">apache/airflow:latest</span></code>              - the latest 
released Airflow image with default Python version (3.7 currently)</p></li>
 <li><p><code class="code docutils literal notranslate"><span 
class="pre">apache/airflow:latest-pythonX.Y</span></code>    - the latest 
released Airflow image with specific Python version</p></li>
-<li><p><code class="code docutils literal notranslate"><span 
class="pre">apache/airflow:2.3.0.dev0</span></code>           - the versioned 
Airflow image with default Python version (3.7 currently)</p></li>
-<li><p><code class="code docutils literal notranslate"><span 
class="pre">apache/airflow:2.3.0.dev0-pythonX.Y</span></code> - the versioned 
Airflow image with specific Python version</p></li>
+<li><p><code class="code docutils literal notranslate"><span 
class="pre">apache/airflow:2.3.0</span></code>           - the versioned 
Airflow image with default Python version (3.7 currently)</p></li>
+<li><p><code class="code docutils literal notranslate"><span 
class="pre">apache/airflow:2.3.0-pythonX.Y</span></code> - the versioned 
Airflow image with specific Python version</p></li>
 </ul>
 <p>Those are “reference” images. They contain the most common set of extras, 
dependencies and providers that are
 often used by the users and they are good to “try-things-out” when you want to 
just take Airflow for a spin,</p>
diff --git a/docs-archive/docker-stack/searchindex.js 
b/docs-archive/docker-stack/searchindex.js
index 3c09b2297..252a4c9e5 100644
--- a/docs-archive/docker-stack/searchindex.js
+++ b/docs-archive/docker-stack/searchindex.js
@@ -1 +1 @@
-Search.setIndex({docnames:["build","build-arg-ref","changelog","entrypoint","index","recipes"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":5,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,"sphinx.ext.intersphinx":1,"sphinx.ext.viewcode":1,sphinx:56},filenames:["build.rst","build-arg-ref.rst","changelog.rst","entrypoint.
 [...]
\ No newline at end of file
+Search.setIndex({docnames:["build","build-arg-ref","changelog","entrypoint","index","recipes"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":5,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,"sphinx.ext.intersphinx":1,"sphinx.ext.viewcode":1,sphinx:56},filenames:["build.rst","build-arg-ref.rst","changelog.rst","entrypoint.
 [...]
\ No newline at end of file

Reply via email to