Skip to content

Commit 82876fb

Browse files
committed
Bump Airbyte version from 0.64.5 to 0.64.6
1 parent d1c36c4 commit 82876fb

File tree

20 files changed

+31366
-17
lines changed

20 files changed

+31366
-17
lines changed

.bumpversion.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ tag = False
44
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?
55
serialize =
66
{major}.{minor}.{patch}
7+
current_version = 0.64.6
78

89
[bumpversion:file:.version]
910
search = VERSION=dev

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION=dev
1+
VERSION=0.64.6

airbyte-connector-builder-server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV PIP=${PYENV_ROOT}/versions/${PYTHON_VERSION}/bin/pip
1010
COPY requirements.txt requirements.txt
1111
RUN ${PIP} install -r requirements.txt
1212

13-
ARG VERSION=dev
13+
ARG VERSION=0.64.6
1414

1515
ENV APPLICATION airbyte-connector-builder-server
1616
ENV VERSION ${VERSION}

airbyte-container-orchestrator/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ADD airbyte-app.tar /app
77
FROM airbyte/airbyte-base-java-worker-image:${JAVA_WORKER_BASE_IMAGE_VERSION}
88

99
# Don't change this manually. Bump version expects to make moves based on this string
10-
ARG VERSION=dev
10+
ARG VERSION=0.64.6
1111

1212
ENV APPLICATION airbyte-container-orchestrator
1313
ENV VERSION=${VERSION}

airbyte-server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ADD airbyte-app.tar /app
66

77
FROM ${JDK_IMAGE} AS server
88
EXPOSE 8000 5005
9-
ARG VERSION=dev
9+
ARG VERSION=0.64.6
1010
ENV APPLICATION airbyte-server
1111
ENV VERSION ${VERSION}
1212
WORKDIR /app

charts/airbyte-bootloader/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version: 0.594.0
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: dev
25+
appVersion: 0.64.6
2626

2727
dependencies:
2828
- name: common

charts/airbyte-connector-builder-server/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: 0.594.0
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: dev
24+
appVersion: 0.64.6
2525

2626
dependencies:
2727
- name: common

charts/airbyte-cron/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: 0.594.0
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: dev
24+
appVersion: 0.64.6
2525

2626
dependencies:
2727
- name: common

charts/airbyte-keycloak-setup/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version: 0.594.0
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: dev
25+
appVersion: 0.64.6
2626

2727
dependencies:
2828
- name: common

charts/airbyte-keycloak/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version: 0.594.0
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: dev
25+
appVersion: 0.64.6
2626

2727
dependencies:
2828
- name: common

charts/airbyte-metrics/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version: 0.594.0
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: dev
25+
appVersion: 0.64.6
2626

2727
dependencies:
2828
- name: common

charts/airbyte-pod-sweeper/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version: 0.594.0
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: dev
25+
appVersion: 0.64.6
2626

2727
dependencies:
2828
- name: common

charts/airbyte-server/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: 0.594.0
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: dev
24+
appVersion: 0.64.6
2525

2626
dependencies:
2727
- name: common

charts/airbyte-temporal/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version: 0.594.0
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: dev
25+
appVersion: 0.64.6
2626

2727
dependencies:
2828
- name: common

charts/airbyte-webapp/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version: 0.594.0
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: dev
25+
appVersion: 0.64.6
2626

2727
dependencies:
2828
- name: common

charts/airbyte-worker/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version: 0.594.0
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: dev
25+
appVersion: 0.64.6
2626

2727
dependencies:
2828
- name: common

charts/airbyte/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version: 0.594.0
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
2727
# It is recommended to use it with quotes.
28-
appVersion: dev
28+
appVersion: 0.64.6
2929

3030
dependencies:
3131
- name: common

charts/airbyte/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# airbyte
22

3-
![Version: 0.67.17](https://img.shields.io/badge/Version-0.67.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: dev](https://img.shields.io/badge/AppVersion-dev-informational?style=flat-square)
3+
![Version: 0.67.17](https://img.shields.io/badge/Version-0.67.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.64.6](https://img.shields.io/badge/AppVersion-0.64.6-informational?style=flat-square)
44

55
Helm chart to deploy airbyte
66

0 commit comments

Comments
 (0)