Skip to content

Commit

Permalink
Bump Airbyte version from 0.50.3 to 0.50.4
Browse files Browse the repository at this point in the history
  • Loading branch information
malikdiarra committed Jun 16, 2023
1 parent 4cc70b3 commit 5b4d938
Show file tree
Hide file tree
Showing 22 changed files with 32 additions and 32 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.50.3
current_version = 0.50.4
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.50.3
VERSION=0.50.4

# 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.3
FROM ${JDK_IMAGE}

ARG VERSION=0.50.3
ARG VERSION=0.50.4

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 @@ -20,7 +20,7 @@ ENV PIP=${PYENV_ROOT}/versions/${PYTHON_VERSION}/bin/pip
COPY requirements.txt requirements.txt
RUN ${PIP} install -r requirements.txt

ARG VERSION=0.50.3
ARG VERSION=0.50.4

ENV APPLICATION airbyte-connector-atelier-server
ENV VERSION ${VERSION}
Expand All @@ -33,5 +33,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.50.3
LABEL io.airbyte.version=0.50.4
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 @@ -12,5 +12,5 @@ ENTRYPOINT ["uvicorn", "connector_builder.entrypoint:app", "--host", "0.0.0.0",

EXPOSE 5005

LABEL io.airbyte.version=0.50.3
LABEL io.airbyte.version=0.50.4
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.50.3",
version="0.50.4",
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.50.3
ARG VERSION=0.50.4

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.3
FROM ${JDK_IMAGE} AS cron

ARG VERSION=0.50.3
ARG VERSION=0.50.4

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.3
FROM ${JDK_IMAGE} AS metrics-reporter

ARG VERSION=0.50.3
ARG VERSION=0.50.4

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.50.3
ARG VERSION=0.50.4

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 5005

ARG VERSION=0.50.3
ARG VERSION=0.50.4

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.50.3",
"version": "0.50.4",
"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.50.3
ARG VERSION=0.50.4

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.45.35"
# 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.50.3"
appVersion: "0.50.4"

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.45.35"
# 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.50.3"
appVersion: "0.50.4"

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.50.3"
appVersion: "0.50.4"

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.45.35"
# 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.50.3"
appVersion: "0.50.4"

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.45.35"
# 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.50.3"
appVersion: "0.50.4"

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.45.35"
# 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.50.3"
appVersion: "0.50.4"

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.45.35"
# 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.50.3"
appVersion: "0.50.4"

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.45.35
# 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.50.3"
appVersion: "0.50.4"

dependencies:
- name: common
Expand Down
20 changes: 10 additions & 10 deletions charts/airbyte/README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# airbyte

![Version: 0.50.3](https://img.shields.io/badge/Version-0.50.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.50.3](https://img.shields.io/badge/AppVersion-0.50.3-informational?style=flat-square)
![Version: 0.50.4](https://img.shields.io/badge/Version-0.50.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.50.4](https://img.shields.io/badge/AppVersion-0.50.4-informational?style=flat-square)

Helm chart to deploy airbyte

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://airbytehq.github.io/helm-charts/ | airbyte-bootloader | 0.50.3 |
| https://airbytehq.github.io/helm-charts/ | connector-builder-server | 0.50.3 |
| https://airbytehq.github.io/helm-charts/ | cron | 0.50.3 |
| https://airbytehq.github.io/helm-charts/ | metrics | 0.50.3 |
| https://airbytehq.github.io/helm-charts/ | pod-sweeper | 0.50.3 |
| https://airbytehq.github.io/helm-charts/ | server | 0.50.3 |
| https://airbytehq.github.io/helm-charts/ | temporal | 0.50.3 |
| https://airbytehq.github.io/helm-charts/ | webapp | 0.50.3 |
| https://airbytehq.github.io/helm-charts/ | worker | 0.50.3 |
| https://airbytehq.github.io/helm-charts/ | airbyte-bootloader | 0.50.4 |
| https://airbytehq.github.io/helm-charts/ | connector-builder-server | 0.50.4 |
| https://airbytehq.github.io/helm-charts/ | cron | 0.50.4 |
| https://airbytehq.github.io/helm-charts/ | metrics | 0.50.4 |
| https://airbytehq.github.io/helm-charts/ | pod-sweeper | 0.50.4 |
| https://airbytehq.github.io/helm-charts/ | server | 0.50.4 |
| https://airbytehq.github.io/helm-charts/ | temporal | 0.50.4 |
| https://airbytehq.github.io/helm-charts/ | webapp | 0.50.4 |
| https://airbytehq.github.io/helm-charts/ | worker | 0.50.4 |
| https://charts.bitnami.com/bitnami | common | 1.x.x |

## Values
Expand Down

0 comments on commit 5b4d938

Please sign in to comment.