Skip to content

Commit c95b197

Browse files
authored
CDK: fix misaligned version numbers (#36834)
1 parent 848ecad commit c95b197

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

airbyte-cdk/python/.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.78.7
2+
current_version = 0.78.8
33
commit = False
44

55
[bumpversion:file:Dockerfile]

airbyte-cdk/python/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

33
## 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
55

66
## 0.78.6
77
low-code: add backward compatibility for old close slice behavior

airbyte-cdk/python/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apk --no-cache upgrade \
1010
&& apk --no-cache add tzdata build-base
1111

1212
# 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
1414

1515
# build a clean environment
1616
FROM base
@@ -32,5 +32,5 @@ ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
3232
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
3333

3434
# needs to be the same as CDK
35-
LABEL io.airbyte.version=0.78.7
35+
LABEL io.airbyte.version=0.78.8
3636
LABEL io.airbyte.name=airbyte/source-declarative-manifest

0 commit comments

Comments
 (0)