Skip to content

Commit

Permalink
Bump Airbyte version from 0.43.2 to 0.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes committed Apr 14, 2023
1 parent bec240c commit f4c75bb
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.43.2
current_version = 0.44.0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?
Expand Down
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


### SHARED ###
VERSION=0.43.2
VERSION=0.44.0

# When using the airbyte-db via default docker image
CONFIG_ROOT=/data
Expand Down
2 changes: 1 addition & 1 deletion airbyte-bootloader/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG JDK_IMAGE=airbyte/airbyte-base-java-image:2.0.2
FROM ${JDK_IMAGE}

ARG VERSION=0.43.2
ARG VERSION=0.44.0

ENV APPLICATION airbyte-bootloader
ENV VERSION ${VERSION}
Expand Down
4 changes: 2 additions & 2 deletions airbyte-connector-atelier-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV CDK_ENTRYPOINT ${PYENV_ROOT}/versions/${PYTHON_VERSION}/lib/python3.9/site-p
ENV PIP=${PYENV_ROOT}/versions/${PYTHON_VERSION}/bin/pip
RUN ${PIP} install airbyte-cdk==${CDK_VERSION}

ARG VERSION=0.43.2
ARG VERSION=0.44.0

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

LABEL io.airbyte.version=0.43.2
LABEL io.airbyte.version=0.44.0
LABEL io.airbyte.name=airbyte/connector-atelier-server
2 changes: 1 addition & 1 deletion airbyte-connector-builder-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ RUN pip install --no-cache-dir -r requirements.txt

ENTRYPOINT ["uvicorn", "connector_builder.entrypoint:app", "--host", "0.0.0.0", "--port", "80"]

LABEL io.airbyte.version=0.43.2
LABEL io.airbyte.version=0.44.0
LABEL io.airbyte.name=airbyte/connector-builder-server
2 changes: 1 addition & 1 deletion airbyte-connector-builder-server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name="connector-builder-server",
version="0.43.2",
version="0.44.0",
description="",
long_description=README,
author="Airbyte",
Expand Down
2 changes: 1 addition & 1 deletion airbyte-container-orchestrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/s
&& chmod +x kubectl && mv kubectl /usr/local/bin/

# Don't change this manually. Bump version expects to make moves based on this string
ARG VERSION=0.43.2
ARG VERSION=0.44.0

ENV APPLICATION airbyte-container-orchestrator
ENV VERSION=${VERSION}
Expand Down
2 changes: 1 addition & 1 deletion airbyte-cron/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG JDK_IMAGE=airbyte/airbyte-base-java-image:2.0.2
FROM ${JDK_IMAGE} AS cron

ARG VERSION=0.43.2
ARG VERSION=0.44.0

ENV APPLICATION airbyte-cron
ENV VERSION ${VERSION}
Expand Down
2 changes: 1 addition & 1 deletion airbyte-metrics/reporter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG JDK_IMAGE=airbyte/airbyte-base-java-image:2.0.2
FROM ${JDK_IMAGE} AS metrics-reporter

ARG VERSION=0.43.2
ARG VERSION=0.44.0

ENV APPLICATION airbyte-metrics-reporter
ENV VERSION ${VERSION}
Expand Down
2 changes: 1 addition & 1 deletion airbyte-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FROM nginx:latest

ARG VERSION=0.43.2
ARG VERSION=0.44.0

ENV APPLICATION airbyte-proxy
ENV VERSION ${VERSION}
Expand Down
2 changes: 1 addition & 1 deletion airbyte-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ${JDK_IMAGE} AS server

EXPOSE 8000

ARG VERSION=0.43.2
ARG VERSION=0.44.0

ENV APPLICATION airbyte-server
ENV VERSION ${VERSION}
Expand Down
2 changes: 1 addition & 1 deletion airbyte-webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "airbyte-webapp",
"version": "0.43.2",
"version": "0.44.0",
"private": true,
"engines": {
"node": "18.15.0",
Expand Down
2 changes: 1 addition & 1 deletion airbyte-workers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/s
&& chmod +x kubectl && mv kubectl /usr/local/bin/

# Don't change this manually. Bump version expects to make moves based on this string
ARG VERSION=0.43.2
ARG VERSION=0.44.0

ENV APPLICATION airbyte-workers
ENV VERSION ${VERSION}
Expand Down
2 changes: 1 addition & 1 deletion charts/airbyte-bootloader/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: "0.44.7"
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.43.2"
appVersion: "0.44.0"

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/airbyte-connector-builder-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: "0.44.7"
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.43.2"
appVersion: "0.44.0"

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/airbyte-cron/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: 0.1.1
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.43.2"
appVersion: "0.44.0"

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/airbyte-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: "0.44.7"
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.43.2"
appVersion: "0.44.0"

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/airbyte-temporal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: "0.44.7"
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.43.2"
appVersion: "0.44.0"

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/airbyte-webapp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: "0.44.7"
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.43.2"
appVersion: "0.44.0"

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/airbyte-worker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: "0.44.7"
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.43.2"
appVersion: "0.44.0"

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/airbyte/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: 0.44.7
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.43.2"
appVersion: "0.44.0"

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/airbyte/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Helm chart to deploy airbyte
| worker.hpa.enabled | bool | `false` | |
| worker.image.pullPolicy | string | `"IfNotPresent"` | |
| worker.image.repository | string | `"airbyte/worker"` | |
| worker.image.tag | string | `"0.43.2"` | |
| worker.image.tag | string | `"0.44.0"` | |
| worker.livenessProbe.enabled | bool | `true` | |
| worker.livenessProbe.failureThreshold | int | `3` | |
| worker.livenessProbe.initialDelaySeconds | int | `30` | |
Expand Down

0 comments on commit f4c75bb

Please sign in to comment.