File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.78.7
2
+ current_version = 0.78.8
3
3
commit = False
4
4
5
5
[bumpversion:file:Dockerfile]
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## 0.78.8
4
- Update error messaging/type for missing streams
4
+ Update error messaging/type for missing streams. Note: version mismatch, please use 0.78.9 instead
5
5
6
6
## 0.78.6
7
7
low-code: add backward compatibility for old close slice behavior
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN apk --no-cache upgrade \
10
10
&& apk --no-cache add tzdata build-base
11
11
12
12
# install airbyte-cdk
13
- RUN pip install --prefix=/install airbyte-cdk==0.78.7
13
+ RUN pip install --prefix=/install airbyte-cdk==0.78.8
14
14
15
15
# build a clean environment
16
16
FROM base
@@ -32,5 +32,5 @@ ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
32
32
ENTRYPOINT ["python" , "/airbyte/integration_code/main.py" ]
33
33
34
34
# needs to be the same as CDK
35
- LABEL io.airbyte.version=0.78.7
35
+ LABEL io.airbyte.version=0.78.8
36
36
LABEL io.airbyte.name=airbyte/source-declarative-manifest
You can’t perform that action at this time.
0 commit comments