Skip to content

Commit 015ea11

Browse files
octavia-squidington-iiiterencecho
authored andcommitted
Bump Airbyte version from 0.40.8 to 0.40.9 (airbytehq#17093)
Co-authored-by: terencecho <terencecho@users.noreply.github.com>
1 parent 8f81c22 commit 015ea11

File tree

27 files changed

+40
-40
lines changed

27 files changed

+40
-40
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.40.8
2+
current_version = 0.40.9
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.40.8
13+
VERSION=0.40.9
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
@@ -2,7 +2,7 @@ ARG JDK_VERSION=17.0.4
22
ARG JDK_IMAGE=amazoncorretto:${JDK_VERSION}
33
FROM ${JDK_IMAGE}
44

5-
ARG VERSION=0.40.8
5+
ARG VERSION=0.40.9
66

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

airbyte-container-orchestrator/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/s
1111
&& chmod +x kubectl && mv kubectl /usr/local/bin/
1212

1313
# Don't change this manually. Bump version expects to make moves based on this string
14-
ARG VERSION=0.40.8
14+
ARG VERSION=0.40.9
1515

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

airbyte-cron/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG JDK_VERSION=17.0.4
22
ARG JDK_IMAGE=amazoncorretto:${JDK_VERSION}
33
FROM ${JDK_IMAGE} AS cron
44

5-
ARG VERSION=0.40.8
5+
ARG VERSION=0.40.9
66

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

airbyte-metrics/reporter/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG JDK_VERSION=17.0.4
22
ARG JDK_IMAGE=amazoncorretto:${JDK_VERSION}
33
FROM ${JDK_IMAGE} AS metrics-reporter
44

5-
ARG VERSION=0.40.8
5+
ARG VERSION=0.40.9
66

77
ENV APPLICATION airbyte-metrics-reporter
88
ENV VERSION ${VERSION}

airbyte-server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ${JDK_IMAGE} AS server
44

55
EXPOSE 8000
66

7-
ARG VERSION=0.40.8
7+
ARG VERSION=0.40.9
88

99
ENV APPLICATION airbyte-server
1010
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.8",
3+
"version": "0.40.9",
44
"private": true,
55
"engines": {
66
"node": ">=16.0.0"

airbyte-workers/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/s
1111
&& chmod +x kubectl && mv kubectl /usr/local/bin/
1212

1313
# Don't change this manually. Bump version expects to make moves based on this string
14-
ARG VERSION=0.40.8
14+
ARG VERSION=0.40.9
1515

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

charts/airbyte-bootloader/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: "0.45.2"
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.8"
24+
appVersion: "0.40.9"
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.45.2
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.8"
24+
appVersion: "0.40.9"
2525

2626
dependencies:
2727
- name: common

charts/airbyte-temporal/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: "0.45.2"
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.8"
24+
appVersion: "0.40.9"
2525

2626
dependencies:
2727
- name: common

charts/airbyte-webapp/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: "0.45.2"
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.8"
24+
appVersion: "0.40.9"
2525

2626
dependencies:
2727
- name: common

charts/airbyte-worker/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: "0.45.2"
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.8"
24+
appVersion: "0.40.9"
2525

2626
dependencies:
2727
- name: common

charts/airbyte/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: 0.45.2
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.8"
24+
appVersion: "0.40.9"
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.8](https://img.shields.io/badge/AppVersion-0.40.8-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.9](https://img.shields.io/badge/AppVersion-0.40.9-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.8"` | |
251+
| worker.image.tag | string | `"0.40.9"` | |
252252
| worker.livenessProbe.enabled | bool | `true` | |
253253
| worker.livenessProbe.failureThreshold | int | `3` | |
254254
| worker.livenessProbe.initialDelaySeconds | int | `30` | |

charts/airbyte/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ worker:
689689
image:
690690
repository: airbyte/worker
691691
pullPolicy: IfNotPresent
692-
tag: 0.40.8
692+
tag: 0.40.9
693693

694694
## worker.podAnnotations [object] Add extra annotations to the worker pod(s)
695695
##

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.8 --\
106+
docker run --rm -v /tmp:/config airbyte/migration:0.40.9 --\
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.8
1+
AIRBYTE_VERSION=0.40.9
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

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ bases:
88

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

2525
configMapGenerator:
2626
- 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.8
1+
AIRBYTE_VERSION=0.40.9
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

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ bases:
88

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

2525
configMapGenerator:
2626
- 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.8
17+
LABEL io.airbyte.version=0.40.9
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.8
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.9
108108
```
109109

110110
### Using `docker-compose`
@@ -709,7 +709,7 @@ You can disable telemetry by setting the `OCTAVIA_ENABLE_TELEMETRY` environment
709709

710710
| Version | Date | Description | PR |
711711
| ------- | ---------- | ------------------------------------------------------------------------------------- | ----------------------------------------------------------- |
712-
| 0.40.8 | 2022-08-10 | Enable cron and basic scheduling | [#15253](https://github.com/airbytehq/airbyte/pull/15253) |
712+
| 0.40.9 | 2022-08-10 | Enable cron and basic scheduling | [#15253](https://github.com/airbytehq/airbyte/pull/15253) |
713713
| 0.39.33 | 2022-07-05 | Add `octavia import all` command | [#14374](https://github.com/airbytehq/airbyte/pull/14374) |
714714
| 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) |
715715
| 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.8
6+
VERSION=0.40.9
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.8",
18+
version="0.40.9",
1919
description="A command line interface to manage Airbyte configurations",
2020
long_description=README,
2121
author="Airbyte",

0 commit comments

Comments
 (0)