Skip to content

Commit

Permalink
Bump Airbyte version from 0.50.8 to 0.50.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pmossman committed Jul 20, 2023
1 parent 029c50c commit 784583a
Show file tree
Hide file tree
Showing 20 changed files with 30 additions and 30 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.8
current_version = 0.50.9
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.8
VERSION=0.50.9

# When using the airbyte-db via default docker image
CONFIG_ROOT=/data
Expand Down
4 changes: 2 additions & 2 deletions airbyte-connector-builder-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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.8
ARG VERSION=0.50.9

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

LABEL io.airbyte.version=0.50.8
LABEL io.airbyte.version=0.50.9
LABEL io.airbyte.name=airbyte/connector-builder-server
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.8
ARG VERSION=0.50.9

ENV APPLICATION airbyte-container-orchestrator
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.8
ARG VERSION=0.50.9

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.8
ARG VERSION=0.50.9

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.8",
"version": "0.50.9",
"private": true,
"engines": {
"node": "18.15.0",
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.47.2
# 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.8
appVersion: 0.50.9

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.47.2
# 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.8
appVersion: 0.50.9

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.47.2
# 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.8
appVersion: 0.50.9

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/airbyte-keycloak-setup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: 0.47.2
# 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.8
appVersion: 0.50.9

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/airbyte-keycloak/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: 0.47.2
# 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.8
appVersion: 0.50.9

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/airbyte-metrics/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: 0.47.2
# 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.8
appVersion: 0.50.9

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/airbyte-pod-sweeper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: 0.47.2
# 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.8
appVersion: 0.50.9

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.47.2
# 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.8
appVersion: 0.50.9

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.47.2
# 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.8
appVersion: 0.50.9

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.47.2
# 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.8
appVersion: 0.50.9

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.47.2
# 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.8
appVersion: 0.50.9

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.47.2
# 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.8
appVersion: 0.50.9

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.8](https://img.shields.io/badge/Version-0.50.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.50.8](https://img.shields.io/badge/AppVersion-0.50.8-informational?style=flat-square)
![Version: 0.50.9](https://img.shields.io/badge/Version-0.50.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.50.9](https://img.shields.io/badge/AppVersion-0.50.9-informational?style=flat-square)

Helm chart to deploy airbyte

## Requirements

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

## Values
Expand Down

0 comments on commit 784583a

Please sign in to comment.