This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit b06b1fc8be66298bb8682dcb87b5413ee88d63af Author: Ephraim Anierobi <[email protected]> AuthorDate: Tue Dec 19 22:14:19 2023 +0100 Airflow 2.8.0 has been released (#36298) * Update RELEASE_NOTES.rst (cherry picked from commit 26990e2ed640039e14458cb223e2d6801e315770) * Update RELEASE_NOTES.rst (cherry picked from commit d0c1c452ce06a89c0ea24ef21384efe26393a446) * Update RELEASE_NOTES.rst (cherry picked from commit db2b75c233e3e3c59ec9d0563b93ddbe733ad0bf) * Airflow 2.8.0 has been released * fixup! Airflow 2.8.0 has been released (cherry picked from commit 51d31147894c543c5231a94fedbc4ff1589a32eb) --- .github/ISSUE_TEMPLATE/airflow_bug_report.yml | 17 +++++++++++++---- Dockerfile | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/airflow_bug_report.yml b/.github/ISSUE_TEMPLATE/airflow_bug_report.yml index 309151c8d7..cc260a61dc 100644 --- a/.github/ISSUE_TEMPLATE/airflow_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/airflow_bug_report.yml @@ -25,14 +25,23 @@ body: the latest release or main to see if the issue is fixed before reporting it. multiple: false options: - - "2.7.3" + - "2.8.0" - "main (development)" - "Other Airflow 2 version (please specify below)" validations: required: true + - type: input + attributes: + label: If "Other Airflow 2 version" selected, which one? + # yamllint disable rule:line-length + description: > + On what 2.X version of Airflow are you currently experiencing the issue? Remember, you are encouraged to + test with the latest release or on the main branch to verify your issue still exists, especially if + your version is at least a minor version older than the [current stable release](https://airflow.apache.org/docs/apache-airflow/stable/installation/supported-versions.html#version-life-cycle). + # yamllint enable rule:line-length - type: textarea attributes: - label: What happened + label: What happened? description: Describe what happened. placeholder: > Please provide the context in which the problem occurred and explain what happened @@ -40,7 +49,7 @@ body: required: true - type: textarea attributes: - label: What you think should happen instead + label: What you think should happen instead? description: What do you think went wrong? placeholder: > Please explain why you think the behaviour is erroneous. It is extremely helpful if you copy&paste @@ -101,7 +110,7 @@ body: software (docker-compose, helm, k8s, etc.), any customisation and configuration you added. - type: textarea attributes: - label: Anything else + label: Anything else? description: Anything else we need to know? placeholder: > How often does this problem occur? (Once? Every time? Only when certain conditions are met?) diff --git a/Dockerfile b/Dockerfile index 2a62ef8712..21925364cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ ARG AIRFLOW_UID="50000" ARG AIRFLOW_USER_HOME_DIR=/home/airflow # latest released version here -ARG AIRFLOW_VERSION="2.7.3" +ARG AIRFLOW_VERSION="2.8.0" ARG PYTHON_BASE_IMAGE="python:3.8-slim-bookworm"
