Skip to content

Commit e986c04

Browse files
committed
Include missing file code_editor.yaml in the package
1 parent b844dd0 commit e986c04

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include README.md requirements.txt requirements-dev.txt airflow_code_editor/VERSION
1+
include README.md requirements.txt requirements-dev.txt airflow_code_editor/VERSION airflow_code_editor/api/code_editor.yaml
22
recursive-include airflow_code_editor/static *
33
recursive-include airflow_code_editor/templates *
44
recursive-exclude * __pycache__

airflow_code_editor/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.0
1+
8.0.1

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,3 +463,9 @@
463463
## Fix
464464

465465
- Show save file error message
466+
467+
## [8.0.1] - 2025-06-10
468+
469+
## Fix
470+
471+
- Include missing file code_editor.yaml in the package

docker/airflow2/Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ image:
3939
@DOCKER_BUILDKIT=1 docker build \
4040
--build-arg PLUGIN_VERSION=${PLUGIN_VERSION} \
4141
--build-arg AIRFLOW_VERSION=${AIRFLOW_VERSION} \
42-
--tag ${IMAGE_NAME}:latest \
4342
--tag ${IMAGE_NAME}:${AIRFLOW_VERSION} \
4443
--tag ${IMAGE_NAME}:${VERSION} \
4544
.
@@ -48,16 +47,12 @@ image:
4847
push:
4948
@docker tag ${IMAGE_NAME}:${VERSION} ghcr.io/${OWNER}/${IMAGE_NAME}:${VERSION}
5049
@docker tag ${IMAGE_NAME}:${VERSION} ghcr.io/${OWNER}/${IMAGE_NAME}:${AIRFLOW_VERSION}
51-
@docker tag ${IMAGE_NAME}:${VERSION} ghcr.io/${OWNER}/${IMAGE_NAME}:latest
5250
@docker push ghcr.io/${OWNER}/${IMAGE_NAME}:${VERSION}
5351
@docker push ghcr.io/${OWNER}/${IMAGE_NAME}:${AIRFLOW_VERSION}
54-
@docker push ghcr.io/${OWNER}/${IMAGE_NAME}:latest
5552
@docker tag ${IMAGE_NAME}:${VERSION} ${OWNER}/${IMAGE_NAME}:${VERSION}
5653
@docker tag ${IMAGE_NAME}:${VERSION} ${OWNER}/${IMAGE_NAME}:${AIRFLOW_VERSION}
57-
@docker tag ${IMAGE_NAME}:${VERSION} ${OWNER}/${IMAGE_NAME}:latest
5854
@docker push ${OWNER}/${IMAGE_NAME}:${VERSION}
5955
@docker push ${OWNER}/${IMAGE_NAME}:${AIRFLOW_VERSION}
60-
@docker push ${OWNER}/${IMAGE_NAME}:latest
6156

6257
push-version:
6358
@echo ${AIRFLOW_VERSION}

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": "8.0.0",
3+
"version": "8.0.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)