Skip to content

Commit 5acc65c

Browse files
committed
Bump Airbyte version from 0.50.37 to 0.50.38
1 parent c50599a commit 5acc65c

File tree

22 files changed

+8440
-19
lines changed

22 files changed

+8440
-19
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.50.38
78

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

.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
### SHARED ###
13-
VERSION=dev
13+
VERSION=0.50.38
1414

1515
# When using the airbyte-db via default docker image
1616
CONFIG_ROOT=/data

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.50.38
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
@@ -10,7 +10,7 @@ RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/s
1010
&& chmod +x kubectl && mv kubectl /usr/local/bin/
1111

1212
# Don't change this manually. Bump version expects to make moves based on this string
13-
ARG VERSION=dev
13+
ARG VERSION=0.50.38
1414

1515
ENV APPLICATION airbyte-container-orchestrator
1616
ENV VERSION=${VERSION}

airbyte-proxy/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM nginx:1.25.3
44

5-
ARG VERSION=dev
5+
ARG VERSION=0.50.38
66

77
ENV APPLICATION airbyte-proxy
88
ENV VERSION ${VERSION}

airbyte-server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ${JDK_IMAGE} AS server
33

44
EXPOSE 8000 5005
55

6-
ARG VERSION=dev
6+
ARG VERSION=0.50.38
77

88
ENV APPLICATION airbyte-server
99
ENV VERSION ${VERSION}

charts/airbyte-api-server/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: 0.50.17
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.50.38
2525

2626
dependencies:
2727
- name: common

charts/airbyte-bootloader/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version: 0.50.17
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.50.38
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.50.17
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.50.38
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.50.17
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.50.38
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.50.17
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.50.38
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.50.17
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.50.38
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.50.17
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.50.38
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.50.17
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.50.38
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.50.17
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.50.38
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.50.17
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.50.38
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.50.17
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.50.38
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.50.17
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.50.38
2626

2727
dependencies:
2828
- name: common

charts/airbyte/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: 0.50.17
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.50.38
2525

2626
dependencies:
2727
- 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.50.14](https://img.shields.io/badge/Version-0.50.14-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.50.14](https://img.shields.io/badge/Version-0.50.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.50.38](https://img.shields.io/badge/AppVersion-0.50.38-informational?style=flat-square)
44

55
Helm chart to deploy airbyte
66

0 commit comments

Comments
 (0)