Skip to content

Commit 43340c3

Browse files
octavia-squidington-iiilmossman
authored andcommitted
Bump Airbyte version from 0.40.21 to 0.40.22 (#19687)
Co-authored-by: lmossman <[email protected]> Co-authored-by: lmossman <[email protected]>
1 parent a501e21 commit 43340c3

File tree

31 files changed

+48
-46
lines changed

31 files changed

+48
-46
lines changed

.bumpversion.cfg

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.40.21
2+
current_version = 0.40.22
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?
@@ -42,6 +42,8 @@ serialize =
4242

4343
[bumpversion:file:charts/airbyte/Chart.yaml]
4444

45+
[bumpversion:file:charts/airbyte-connector-builder-server/Chart.yaml]
46+
4547
[bumpversion:file:charts/airbyte/README.md]
4648

4749
[bumpversion:file:docs/operator-guides/upgrading-airbyte.md]

.env

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

1111

1212
### SHARED ###
13-
VERSION=0.40.21
13+
VERSION=0.40.22
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:1.0
22
FROM ${JDK_IMAGE}
33

4-
ARG VERSION=0.40.21
4+
ARG VERSION=0.40.22
55

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

airbyte-connector-builder-server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ RUN pip install --no-cache-dir .
1010

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

13-
LABEL io.airbyte.version=0.40.21
13+
LABEL io.airbyte.version=0.40.22
1414
LABEL io.airbyte.name=airbyte/connector-builder-server

airbyte-connector-builder-server/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name="connector-builder-server",
17-
version="0.40.21",
17+
version="0.40.22",
1818
description="",
1919
long_description=README,
2020
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.40.21
13+
ARG VERSION=0.40.22
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:1.0
22
FROM ${JDK_IMAGE} AS cron
33

4-
ARG VERSION=0.40.21
4+
ARG VERSION=0.40.22
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:1.0
22
FROM ${JDK_IMAGE} AS metrics-reporter
33

4-
ARG VERSION=0.40.21
4+
ARG VERSION=0.40.22
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.40.21
5+
ARG VERSION=0.40.22
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
55

6-
ARG VERSION=0.40.21
6+
ARG VERSION=0.40.22
77

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

airbyte-webapp/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.40.21",
3+
"version": "0.40.22",
44
"private": true,
55
"engines": {
66
"node": ">=16.0.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.40.21
13+
ARG VERSION=0.40.22
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.41.3"
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.40.21"
25+
appVersion: "0.40.22"
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.41.3"
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.40.21"
24+
appVersion: "0.40.22"
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.1.0
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.40.21"
24+
appVersion: "0.40.22"
2525

2626
dependencies:
2727
- name: common

charts/airbyte-server/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: "0.41.3"
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.40.21"
24+
appVersion: "0.40.22"
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.41.3"
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.40.21"
25+
appVersion: "0.40.22"
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.41.3"
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.40.21"
25+
appVersion: "0.40.22"
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.41.3"
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.40.21"
25+
appVersion: "0.40.22"
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.41.3
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.40.21"
24+
appVersion: "0.40.22"
2525

2626
dependencies:
2727
- name: common

charts/airbyte/README.md

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

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

55
Helm chart to deploy airbyte
66

@@ -248,7 +248,7 @@ Helm chart to deploy airbyte
248248
| worker.hpa.enabled | bool | `false` | |
249249
| worker.image.pullPolicy | string | `"IfNotPresent"` | |
250250
| worker.image.repository | string | `"airbyte/worker"` | |
251-
| worker.image.tag | string | `"0.40.21"` | |
251+
| worker.image.tag | string | `"0.40.22"` | |
252252
| worker.livenessProbe.enabled | bool | `true` | |
253253
| worker.livenessProbe.failureThreshold | int | `3` | |
254254
| worker.livenessProbe.initialDelaySeconds | int | `30` | |

docs/operator-guides/upgrading-airbyte.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ If you are upgrading from (i.e. your current version of Airbyte is) Airbyte vers
103103
Here's an example of what it might look like with the values filled in. It assumes that the downloaded `airbyte_archive.tar.gz` is in `/tmp`.
104104

105105
```bash
106-
docker run --rm -v /tmp:/config airbyte/migration:0.40.21 --\
106+
docker run --rm -v /tmp:/config airbyte/migration:0.40.22 --\
107107
--input /config/airbyte_archive.tar.gz\
108108
--output /config/airbyte_archive_migrated.tar.gz
109109
```

kube/overlays/stable-with-resource-limits/.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AIRBYTE_VERSION=0.40.21
1+
AIRBYTE_VERSION=0.40.22
22

33
# Airbyte Internal Database, see https://docs.airbyte.io/operator-guides/configuring-airbyte-db
44
DATABASE_HOST=airbyte-db-svc

kube/overlays/stable-with-resource-limits/kustomization.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ bases:
88

99
images:
1010
- name: airbyte/db
11-
newTag: 0.40.21
11+
newTag: 0.40.22
1212
- name: airbyte/bootloader
13-
newTag: 0.40.21
13+
newTag: 0.40.22
1414
- name: airbyte/server
15-
newTag: 0.40.21
15+
newTag: 0.40.22
1616
- name: airbyte/webapp
17-
newTag: 0.40.21
17+
newTag: 0.40.22
1818
- name: airbyte/worker
19-
newTag: 0.40.21
19+
newTag: 0.40.22
2020
- name: temporalio/auto-setup
2121
newTag: 1.7.0
2222
- name: airbyte/cron
23-
newTag: 0.40.21
23+
newTag: 0.40.22
2424
- name: airbyte/connector-builder-server
25-
newTag: 0.40.21
25+
newTag: 0.40.22
2626

2727
configMapGenerator:
2828
- name: airbyte-env

kube/overlays/stable/.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AIRBYTE_VERSION=0.40.21
1+
AIRBYTE_VERSION=0.40.22
22

33
# Airbyte Internal Database, see https://docs.airbyte.io/operator-guides/configuring-airbyte-db
44
DATABASE_HOST=airbyte-db-svc

kube/overlays/stable/kustomization.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ bases:
88

99
images:
1010
- name: airbyte/db
11-
newTag: 0.40.21
11+
newTag: 0.40.22
1212
- name: airbyte/bootloader
13-
newTag: 0.40.21
13+
newTag: 0.40.22
1414
- name: airbyte/server
15-
newTag: 0.40.21
15+
newTag: 0.40.22
1616
- name: airbyte/webapp
17-
newTag: 0.40.21
17+
newTag: 0.40.22
1818
- name: airbyte/worker
19-
newTag: 0.40.21
19+
newTag: 0.40.22
2020
- name: temporalio/auto-setup
2121
newTag: 1.7.0
2222
- name: airbyte/cron
23-
newTag: 0.40.21
23+
newTag: 0.40.22
2424
- name: airbyte/connector-builder-server
25-
newTag: 0.40.21
25+
newTag: 0.40.22
2626

2727
configMapGenerator:
2828
- name: airbyte-env

octavia-cli/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ USER octavia-cli
1414
WORKDIR /home/octavia-project
1515
ENTRYPOINT ["octavia"]
1616

17-
LABEL io.airbyte.version=0.40.21
17+
LABEL io.airbyte.version=0.40.22
1818
LABEL io.airbyte.name=airbyte/octavia-cli

octavia-cli/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ This script:
104104
```bash
105105
touch ~/.octavia # Create a file to store env variables that will be mapped the octavia-cli container
106106
mkdir my_octavia_project_directory # Create your octavia project directory where YAML configurations will be stored.
107-
docker run --name octavia-cli -i --rm -v my_octavia_project_directory:/home/octavia-project --network host --user $(id -u):$(id -g) --env-file ~/.octavia airbyte/octavia-cli:0.40.21
107+
docker run --name octavia-cli -i --rm -v my_octavia_project_directory:/home/octavia-project --network host --user $(id -u):$(id -g) --env-file ~/.octavia airbyte/octavia-cli:0.40.22
108108
```
109109

110110
### Using `docker-compose`
@@ -712,7 +712,7 @@ You can disable telemetry by setting the `OCTAVIA_ENABLE_TELEMETRY` environment
712712
| Version | Date | Description | PR |
713713
| ------- | ---------- | ------------------------------------------------------------------------------------- | ----------------------------------------------------------- |
714714
| 0.41.0 | 2022-10-13 | Use Basic Authentication for making API requests | [#17982](https://github.com/airbytehq/airbyte/pull/17982) |
715-
| 0.40.21 | 2022-08-10 | Enable cron and basic scheduling | [#15253](https://github.com/airbytehq/airbyte/pull/15253) |
715+
| 0.40.22 | 2022-08-10 | Enable cron and basic scheduling | [#15253](https://github.com/airbytehq/airbyte/pull/15253) |
716716
| 0.39.33 | 2022-07-05 | Add `octavia import all` command | [#14374](https://github.com/airbytehq/airbyte/pull/14374) |
717717
| 0.39.32 | 2022-06-30 | Create import command to import and manage existing Airbyte resource from octavia-cli | [#14137](https://github.com/airbytehq/airbyte/pull/14137) |
718718
| 0.39.27 | 2022-06-24 | Create get command to retrieve resources JSON representation | [#13254](https://github.com/airbytehq/airbyte/pull/13254) |

octavia-cli/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This install scripts currently only works for ZSH and Bash profiles.
44
# It creates an octavia alias in your profile bound to a docker run command and your current user.
55

6-
VERSION=0.40.21
6+
VERSION=0.40.22
77
OCTAVIA_ENV_FILE=${HOME}/.octavia
88

99
detect_profile() {

octavia-cli/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name="octavia-cli",
18-
version="0.40.21",
18+
version="0.40.22",
1919
description="A command line interface to manage Airbyte configurations",
2020
long_description=README,
2121
author="Airbyte",

0 commit comments

Comments
 (0)