Skip to content

Commit 7b27aba

Browse files
committed
Bump Airbyte version from 0.50.15 to 0.50.16
1 parent b4eecf9 commit 7b27aba

File tree

21 files changed

+31
-31
lines changed

21 files changed

+31
-31
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.50.15
2+
current_version = 0.50.16
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?

.env

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

1111

1212
### SHARED ###
13-
VERSION=0.50.15
13+
VERSION=0.50.16
1414

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

airbyte-connector-builder-server/Dockerfile

+2-2
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=0.50.15
13+
ARG VERSION=0.50.16
1414

1515
ENV APPLICATION airbyte-connector-builder-server
1616
ENV VERSION ${VERSION}
@@ -23,5 +23,5 @@ ADD airbyte-app.tar /app
2323
# wait for upstream dependencies to become available before starting server
2424
ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/${APPLICATION}"]
2525

26-
LABEL io.airbyte.version=0.50.15
26+
LABEL io.airbyte.version=0.50.16
2727
LABEL io.airbyte.name=airbyte/connector-builder-server

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=0.50.15
13+
ARG VERSION=0.50.16
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:latest
44

5-
ARG VERSION=0.50.15
5+
ARG VERSION=0.50.16
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=0.50.15
6+
ARG VERSION=0.50.16
77

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

airbyte-webapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "airbyte-webapp",
3-
"version": "0.50.15",
3+
"version": "0.50.16",
44
"private": true,
55
"engines": {
66
"node": "18.15.0",

charts/airbyte-api-server/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: 0.47.16
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: 0.50.15
24+
appVersion: 0.50.16
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.47.16
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: 0.50.15
25+
appVersion: 0.50.16
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.47.16
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: 0.50.15
24+
appVersion: 0.50.16
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.47.16
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: 0.50.15
24+
appVersion: 0.50.16
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.47.16
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: 0.50.15
25+
appVersion: 0.50.16
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.47.16
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: 0.50.15
25+
appVersion: 0.50.16
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.47.16
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: 0.50.15
25+
appVersion: 0.50.16
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.47.16
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: 0.50.15
25+
appVersion: 0.50.16
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.47.16
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: 0.50.15
24+
appVersion: 0.50.16
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.47.16
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: 0.50.15
25+
appVersion: 0.50.16
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.47.16
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: 0.50.15
25+
appVersion: 0.50.16
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.47.16
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: 0.50.15
25+
appVersion: 0.50.16
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.47.16
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: 0.50.15
24+
appVersion: 0.50.16
2525

2626
dependencies:
2727
- name: common

charts/airbyte/README.md

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

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

55
Helm chart to deploy airbyte
66

77
## Requirements
88

99
| Repository | Name | Version |
1010
|------------|------|---------|
11-
| https://airbytehq.github.io/helm-charts/ | airbyte-bootloader | 0.50.15 |
12-
| https://airbytehq.github.io/helm-charts/ | connector-builder-server | 0.50.15 |
13-
| https://airbytehq.github.io/helm-charts/ | cron | 0.50.15 |
14-
| https://airbytehq.github.io/helm-charts/ | metrics | 0.50.15 |
15-
| https://airbytehq.github.io/helm-charts/ | pod-sweeper | 0.50.15 |
16-
| https://airbytehq.github.io/helm-charts/ | server | 0.50.15 |
17-
| https://airbytehq.github.io/helm-charts/ | temporal | 0.50.15 |
18-
| https://airbytehq.github.io/helm-charts/ | webapp | 0.50.15 |
19-
| https://airbytehq.github.io/helm-charts/ | worker | 0.50.15 |
11+
| https://airbytehq.github.io/helm-charts/ | airbyte-bootloader | 0.50.16 |
12+
| https://airbytehq.github.io/helm-charts/ | connector-builder-server | 0.50.16 |
13+
| https://airbytehq.github.io/helm-charts/ | cron | 0.50.16 |
14+
| https://airbytehq.github.io/helm-charts/ | metrics | 0.50.16 |
15+
| https://airbytehq.github.io/helm-charts/ | pod-sweeper | 0.50.16 |
16+
| https://airbytehq.github.io/helm-charts/ | server | 0.50.16 |
17+
| https://airbytehq.github.io/helm-charts/ | temporal | 0.50.16 |
18+
| https://airbytehq.github.io/helm-charts/ | webapp | 0.50.16 |
19+
| https://airbytehq.github.io/helm-charts/ | worker | 0.50.16 |
2020
| https://charts.bitnami.com/bitnami | common | 1.x.x |
2121

2222
## Values

0 commit comments

Comments
 (0)