Skip to content

Commit 19eb0ad

Browse files
committed
Bump Airbyte version from 0.50.6 to 0.50.7
1 parent 0dc8265 commit 19eb0ad

File tree

24 files changed

+34
-34
lines changed

24 files changed

+34
-34
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.6
2+
current_version = 0.50.7
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.6
13+
VERSION=0.50.7
1414

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

airbyte-bootloader/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG JDK_IMAGE=airbyte/airbyte-base-java-image:2.0.3
22
FROM ${JDK_IMAGE}
33

4-
ARG VERSION=0.50.6
4+
ARG VERSION=0.50.7
55

66
ENV APPLICATION airbyte-bootloader
77
ENV VERSION ${VERSION}

airbyte-connector-atelier-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.6
13+
ARG VERSION=0.50.7
1414

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

26-
LABEL io.airbyte.version=0.50.6
26+
LABEL io.airbyte.version=0.50.7
2727
LABEL io.airbyte.name=airbyte/connector-atelier-server

airbyte-connector-builder-server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ ENTRYPOINT ["uvicorn", "connector_builder.entrypoint:app", "--host", "0.0.0.0",
1212

1313
EXPOSE 5005
1414

15-
LABEL io.airbyte.version=0.50.6
15+
LABEL io.airbyte.version=0.50.7
1616
LABEL io.airbyte.name=airbyte/connector-builder-server

airbyte-connector-builder-server/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name="connector-builder-server",
19-
version="0.50.6",
19+
version="0.50.7",
2020
description="",
2121
long_description=README,
2222
author="Airbyte",

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.6
13+
ARG VERSION=0.50.7
1414

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

airbyte-cron/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG JDK_IMAGE=airbyte/airbyte-base-java-image:2.0.3
22
FROM ${JDK_IMAGE} AS cron
33

4-
ARG VERSION=0.50.6
4+
ARG VERSION=0.50.7
55

66
ENV APPLICATION airbyte-cron
77
ENV VERSION ${VERSION}

airbyte-metrics/reporter/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG JDK_IMAGE=airbyte/airbyte-base-java-image:2.0.3
22
FROM ${JDK_IMAGE} AS metrics-reporter
33

4-
ARG VERSION=0.50.6
4+
ARG VERSION=0.50.7
55

66
ENV APPLICATION airbyte-metrics-reporter
77
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.6
5+
ARG VERSION=0.50.7
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.6
6+
ARG VERSION=0.50.7
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.6",
3+
"version": "0.50.7",
44
"private": true,
55
"engines": {
66
"node": "18.15.0",

airbyte-workers/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.6
13+
ARG VERSION=0.50.7
1414

1515
ENV APPLICATION airbyte-workers
1616
ENV VERSION ${VERSION}

charts/airbyte-bootloader/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version: 0.45.48
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.6
25+
appVersion: 0.50.7
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.45.48
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.6
24+
appVersion: 0.50.7
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.45.48
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.6
24+
appVersion: 0.50.7
2525

2626
dependencies:
2727
- name: common

charts/airbyte-metrics/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version: 0.45.48
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.6
25+
appVersion: 0.50.7
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.45.48
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.6
25+
appVersion: 0.50.7
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.45.48
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.6
24+
appVersion: 0.50.7
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.45.48
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.6
25+
appVersion: 0.50.7
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.45.48
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.6
25+
appVersion: 0.50.7
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.45.48
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.6
25+
appVersion: 0.50.7
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.45.48
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.6
24+
appVersion: 0.50.7
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.6](https://img.shields.io/badge/Version-0.50.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.50.6](https://img.shields.io/badge/AppVersion-0.50.6-informational?style=flat-square)
3+
![Version: 0.50.7](https://img.shields.io/badge/Version-0.50.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.50.7](https://img.shields.io/badge/AppVersion-0.50.7-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.6 |
12-
| https://airbytehq.github.io/helm-charts/ | connector-builder-server | 0.50.6 |
13-
| https://airbytehq.github.io/helm-charts/ | cron | 0.50.6 |
14-
| https://airbytehq.github.io/helm-charts/ | metrics | 0.50.6 |
15-
| https://airbytehq.github.io/helm-charts/ | pod-sweeper | 0.50.6 |
16-
| https://airbytehq.github.io/helm-charts/ | server | 0.50.6 |
17-
| https://airbytehq.github.io/helm-charts/ | temporal | 0.50.6 |
18-
| https://airbytehq.github.io/helm-charts/ | webapp | 0.50.6 |
19-
| https://airbytehq.github.io/helm-charts/ | worker | 0.50.6 |
11+
| https://airbytehq.github.io/helm-charts/ | airbyte-bootloader | 0.50.7 |
12+
| https://airbytehq.github.io/helm-charts/ | connector-builder-server | 0.50.7 |
13+
| https://airbytehq.github.io/helm-charts/ | cron | 0.50.7 |
14+
| https://airbytehq.github.io/helm-charts/ | metrics | 0.50.7 |
15+
| https://airbytehq.github.io/helm-charts/ | pod-sweeper | 0.50.7 |
16+
| https://airbytehq.github.io/helm-charts/ | server | 0.50.7 |
17+
| https://airbytehq.github.io/helm-charts/ | temporal | 0.50.7 |
18+
| https://airbytehq.github.io/helm-charts/ | webapp | 0.50.7 |
19+
| https://airbytehq.github.io/helm-charts/ | worker | 0.50.7 |
2020
| https://charts.bitnami.com/bitnami | common | 1.x.x |
2121

2222
## Values

0 commit comments

Comments
 (0)