This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site-archive.git
The following commit(s) were added to refs/heads/main by this push:
new 0ed6e06060e Document known issues for version 19.5.0 (#26)
0ed6e06060e is described below
commit 0ed6e06060e5dd5f5e765b349d7d5ffbed1b335a
Author: M. Olcay Tercanlı <[email protected]>
AuthorDate: Fri Feb 13 17:56:53 2026 +0100
Document known issues for version 19.5.0 (#26)
Added a known issues section for version 19.5.0 highlighting regressions in
Cloud Run and Gemini AI operators, along with a warning about unexpected
behavior.
---
.../apache-airflow-providers-google/19.5.0/changelog.html | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/docs-archive/apache-airflow-providers-google/19.5.0/changelog.html
b/docs-archive/apache-airflow-providers-google/19.5.0/changelog.html
index a44beaa6eea..908d139c377 100644
--- a/docs-archive/apache-airflow-providers-google/19.5.0/changelog.html
+++ b/docs-archive/apache-airflow-providers-google/19.5.0/changelog.html
@@ -774,7 +774,13 @@ window.PAGEFIND_PATH = './_pagefind/pagefind.js';
<h1 data-pagefind-weight="9.0">Changelog<a class="headerlink"
href="#changelog" title="Link to this heading">¶</a></h1>
<section id="id1">
<h2>19.5.0<a class="headerlink" href="#id1" title="Link to this
heading">¶</a></h2>
-<p>Release Date: <code class="docutils literal notranslate"><span
class="pre">2026-02-02</span></code></p><section id="features">
+<p>Release Date: <code class="docutils literal notranslate"><span
class="pre">2026-02-02</span></code></p>
+ <div class="admonition warning">
+ <p class="admonition-title">Known Issue in 19.5.0</p>
+ <p>We have identified regressions in Cloud Run and Gemini AI operators
within this version that may cause unexpected behavior (connectivity errors and
incorrect task success states).</p>
+ <p>We are aware of these issues, and official fixes will be available
in the next release.</p>
+ </div>
+<section id="features">
<h3>Features<a class="headerlink" href="#features" title="Link to this
heading">¶</a></h3>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">Add</span>
<span class="pre">transport</span> <span class="pre">parameter</span> <span
class="pre">to</span> <span class="pre">CloudRunHook</span> <span
class="pre">and</span> <span class="pre">CloudRunExecuteJobOperator</span>
<span class="pre">(#60394)</span></code></p></li>
@@ -5028,4 +5034,4 @@ now the snake_case convention is used.</p>
<script src="_static/js/search.js"></script>
<script src="_static/design-tabs.js?v=f930bc37"></script>
</body>
-</html>
\ No newline at end of file
+</html>