Skip to content

Commit 1e507b7

Browse files
author
Andrea Bonomi
committed
Update version number and changelog
1 parent c06d9f1 commit 1e507b7

File tree

4 files changed

+22
-7
lines changed

4 files changed

+22
-7
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Airflow Code Editor Plugin
2-
A plugin for [Apache Airflow](https://github.com/apache/airflow) that allows you to edit DAGs in browser.
3-
It provides a file managing interface within specified directories and it can be used to edit, upload, and download your files.
4-
If git support is enabled, the DAGs are stored in a Git repository. You may use it to view Git history, review local changes and commit.
2+
3+
This plugin for [Apache Airflow](https://github.com/apache/airflow) allows you to edit DAGs directly within your browser,
4+
providing a seamless and efficient workflow for managing your pipelines.
5+
Offering a user-friendly file management interface within designated directories, it facilitates effortless editing,
6+
uploading, and downloading of files.
7+
With Git support enabled, DAGs are stored in a Git repository, enabling users to explore Git history, review local modifications, and commit changes.
58

69
[![Build Status](https://github.com/andreax79/airflow-code-editor/workflows/Tests/badge.svg)](https://github.com/andreax79/airflow-code-editor/actions)
710
[![PyPI version](https://badge.fury.io/py/airflow-code-editor.svg)](https://badge.fury.io/py/airflow-code-editor)
@@ -48,8 +51,8 @@ The image is based on the reference images for Apache Airflow.
4851

4952
You can find the following images there:
5053
* andreax79/airflow-code-editor:**latest** - the latest released Airflow Code Editor image with the latest Apache Airflow version
51-
* andreax79/airflow-code-editor:**2.8.3** - the latest released Airflow Code Editor with specific Airflow version
52-
* andreax79/airflow-code-editor:**2.8.3-7.5.0** - specific version of Airflow and Airflow Code Editor
54+
* andreax79/airflow-code-editor:**2.9.1** - the latest released Airflow Code Editor with specific Airflow version
55+
* andreax79/airflow-code-editor:**2.9.1-7.6.0** - specific version of Airflow and Airflow Code Editor
5356

5457
#### Installing from PyPI
5558

airflow_code_editor/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.0
1+
7.6.1

changelog.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,3 +417,15 @@
417417

418418
- Format action now sorts import with isort
419419
- Improve error messages
420+
421+
## [7.6.1] - 2024-06-12
422+
423+
### Changed
424+
425+
- update tests airflow and python versions
426+
- make prepareHref more robust
427+
- add menu link to REST API reference
428+
429+
### Fix
430+
431+
- files containing spaces in the Git Workspace view

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "airflow-code-editor",
3-
"version": "7.6.0",
3+
"version": "7.6.1",
44
"description": "A plugin for [Apache Airflow](https://github.com/apache/airflow) that allows you to edit DAGs in browser. It provides a file managing interface within specified directories and it can be used to edit and download your files. If git support is enabled, the DAGs are stored in a Git repository. You may use it to view Git history, review local changes and commit.",
55
"private": true,
66
"repository": {

0 commit comments

Comments
 (0)