This is an automated email from the ASF dual-hosted git repository.
bugraoz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 991bc519ec8 Add RELEASE_NOTES.rst for airflowctl/0.1.2 (#62260)
991bc519ec8 is described below
commit 991bc519ec87e948adf3e61490678f7fba6d5362
Author: Bugra Ozturk <[email protected]>
AuthorDate: Sat Feb 21 00:11:46 2026 +0100
Add RELEASE_NOTES.rst for airflowctl/0.1.2 (#62260)
---
airflow-ctl/RELEASE_NOTES.rst | 44 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/airflow-ctl/RELEASE_NOTES.rst b/airflow-ctl/RELEASE_NOTES.rst
index 86b4c69c78b..164d9bef980 100644
--- a/airflow-ctl/RELEASE_NOTES.rst
+++ b/airflow-ctl/RELEASE_NOTES.rst
@@ -15,6 +15,50 @@
specific language governing permissions and limitations
under the License.
+airflowctl 0.1.2 (2026-02-20)
+-----------------------------
+
+Significant Changes
+^^^^^^^^^^^^^^^^^^^
+
+- Add XCom CLI commands to airflowctl (#61021)
+- Add auth list-envs command to list CLI environments and their auth status
(#61426)
+- Add allowed_run_types to whitelist specific dag run types (#61833)
+- Default logical_date to now in airflowctl dagrun trigger to match UI
behavior (#61047)
+
+Bug Fixes
+^^^^^^^^^
+
+- Allow listing dag runs without specifying dag_id (#61525)
+- Fix infinite password retry loop in airflowctl EncryptedKeyring
initialization (#61329)
+- Fix airflowctl auth login reporting success when keyring backend is
unavailable (#61296)
+- Fix airflowctl crash when incorrect keyring password is entered (#61042)
+- Strip api-url for airflowctl auth login which fails with trailing slash
(#61245)
+- Fix airflow-ctl-tests files not triggering pre-commit integration tests
(#61023)
+
+Improvements
+^^^^^^^^^^^^
+
+- Print debug mode warning to stderr to avoid polluting stdout JSON output
(#61302)
+- Refactor datamodel defaulting logic into dedicated method (#61236)
+- Alias run_after for XComResponse (#61443)
+- Add test for sensitive config masking in airflowctl (#60361)
+
+Miscellaneous
+^^^^^^^^^^^^^
+
+- Update keyring>=25.7.0 (#61529)
+- Upgrade fastapi and conform openapi schema changes (#61476)
+- Use SQLA's native Uuid/JSON instead of sqlalchemy-utils' types (#61532)
+- Fix slots negative infinity (#61140)
+- Pool API improve slots validation (#61071)
+- Add ``team_name`` to Pool APIs (#60952)
+- Add partition_key to DagRunAssetReference (#61725)
+- Promote release_notes.rst into documentation that replace changelog.rst
(#60482)
+- Add HITLDetailHistory UI (#56760)
+- Add static checker for preventing to increase dag version (#59430)
+
+
airflowctl 0.1.1 (2026-01-09)
-----------------------------