Skip to content

Commit 3c8aadc

Browse files
Bump Airbyte version from 0.35.62-alpha to 0.35.63-alpha (#11624)
Co-authored-by: jrhizor <[email protected]>
1 parent 6fb95bb commit 3c8aadc

File tree

21 files changed

+47
-47
lines changed

21 files changed

+47
-47
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.35.62-alpha
2+
current_version = 0.35.63-alpha
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.35.62-alpha
13+
VERSION=0.35.63-alpha
1414

1515
# When using the airbyte-db via default docker image
1616
CONFIG_ROOT=/data

airbyte-bootloader/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ ENV APPLICATION airbyte-bootloader
55

66
WORKDIR /app
77

8-
ADD bin/${APPLICATION}-0.35.62-alpha.tar /app
8+
ADD bin/${APPLICATION}-0.35.63-alpha.tar /app
99

10-
ENTRYPOINT ["/bin/bash", "-c", "${APPLICATION}-0.35.62-alpha/bin/${APPLICATION}"]
10+
ENTRYPOINT ["/bin/bash", "-c", "${APPLICATION}-0.35.63-alpha/bin/${APPLICATION}"]

airbyte-container-orchestrator/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ RUN echo "deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] htt
2626
RUN apt-get update && apt-get install -y kubectl
2727

2828
ENV APPLICATION airbyte-container-orchestrator
29-
ENV AIRBYTE_ENTRYPOINT "/app/${APPLICATION}-0.35.62-alpha/bin/${APPLICATION}"
29+
ENV AIRBYTE_ENTRYPOINT "/app/${APPLICATION}-0.35.63-alpha/bin/${APPLICATION}"
3030

3131
WORKDIR /app
3232

3333
# Move orchestrator app
34-
ADD bin/${APPLICATION}-0.35.62-alpha.tar /app
34+
ADD bin/${APPLICATION}-0.35.63-alpha.tar /app
3535

3636
# wait for upstream dependencies to become available before starting server
37-
ENTRYPOINT ["/bin/bash", "-c", "/app/${APPLICATION}-0.35.62-alpha/bin/${APPLICATION}"]
37+
ENTRYPOINT ["/bin/bash", "-c", "/app/${APPLICATION}-0.35.63-alpha/bin/${APPLICATION}"]

airbyte-metrics/reporter/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV APPLICATION airbyte-metrics-reporter
55

66
WORKDIR /app
77

8-
ADD bin/${APPLICATION}-0.35.62-alpha.tar /app
8+
ADD bin/${APPLICATION}-0.35.63-alpha.tar /app
99

1010
# wait for upstream dependencies to become available before starting server
11-
ENTRYPOINT ["/bin/bash", "-c", "${APPLICATION}-0.35.62-alpha/bin/${APPLICATION}"]
11+
ENTRYPOINT ["/bin/bash", "-c", "${APPLICATION}-0.35.63-alpha/bin/${APPLICATION}"]

airbyte-scheduler/app/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV APPLICATION airbyte-scheduler
55

66
WORKDIR /app
77

8-
ADD bin/${APPLICATION}-0.35.62-alpha.tar /app
8+
ADD bin/${APPLICATION}-0.35.63-alpha.tar /app
99

1010
# wait for upstream dependencies to become available before starting server
11-
ENTRYPOINT ["/bin/bash", "-c", "${APPLICATION}-0.35.62-alpha/bin/${APPLICATION}"]
11+
ENTRYPOINT ["/bin/bash", "-c", "${APPLICATION}-0.35.63-alpha/bin/${APPLICATION}"]

airbyte-server/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV APPLICATION airbyte-server
77

88
WORKDIR /app
99

10-
ADD bin/${APPLICATION}-0.35.62-alpha.tar /app
10+
ADD bin/${APPLICATION}-0.35.63-alpha.tar /app
1111

1212
# wait for upstream dependencies to become available before starting server
13-
ENTRYPOINT ["/bin/bash", "-c", "${APPLICATION}-0.35.62-alpha/bin/${APPLICATION}"]
13+
ENTRYPOINT ["/bin/bash", "-c", "${APPLICATION}-0.35.63-alpha/bin/${APPLICATION}"]

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.35.62-alpha",
3+
"version": "0.35.63-alpha",
44
"private": true,
55
"engines": {
66
"node": ">=16.0.0"

airbyte-workers/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ENV APPLICATION airbyte-workers
3030
WORKDIR /app
3131

3232
# Move worker app
33-
ADD bin/${APPLICATION}-0.35.62-alpha.tar /app
33+
ADD bin/${APPLICATION}-0.35.63-alpha.tar /app
3434

3535
# wait for upstream dependencies to become available before starting server
36-
ENTRYPOINT ["/bin/bash", "-c", "${APPLICATION}-0.35.62-alpha/bin/${APPLICATION}"]
36+
ENTRYPOINT ["/bin/bash", "-c", "${APPLICATION}-0.35.63-alpha/bin/${APPLICATION}"]

charts/airbyte/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: 0.3.1
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.35.62-alpha"
24+
appVersion: "0.35.63-alpha"
2525

2626
dependencies:
2727
- name: common

charts/airbyte/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Helm charts for Airbyte.
3131
| `webapp.replicaCount` | Number of webapp replicas | `1` |
3232
| `webapp.image.repository` | The repository to use for the airbyte webapp image. | `airbyte/webapp` |
3333
| `webapp.image.pullPolicy` | the pull policy to use for the airbyte webapp image | `IfNotPresent` |
34-
| `webapp.image.tag` | The airbyte webapp image tag. Defaults to the chart's AppVersion | `0.35.62-alpha` |
34+
| `webapp.image.tag` | The airbyte webapp image tag. Defaults to the chart's AppVersion | `0.35.63-alpha` |
3535
| `webapp.podAnnotations` | Add extra annotations to the webapp pod(s) | `{}` |
3636
| `webapp.containerSecurityContext` | Security context for the container | `{}` |
3737
| `webapp.livenessProbe.enabled` | Enable livenessProbe on the webapp | `true` |
@@ -73,7 +73,7 @@ Helm charts for Airbyte.
7373
| `scheduler.replicaCount` | Number of scheduler replicas | `1` |
7474
| `scheduler.image.repository` | The repository to use for the airbyte scheduler image. | `airbyte/scheduler` |
7575
| `scheduler.image.pullPolicy` | the pull policy to use for the airbyte scheduler image | `IfNotPresent` |
76-
| `scheduler.image.tag` | The airbyte scheduler image tag. Defaults to the chart's AppVersion | `0.35.62-alpha` |
76+
| `scheduler.image.tag` | The airbyte scheduler image tag. Defaults to the chart's AppVersion | `0.35.63-alpha` |
7777
| `scheduler.podAnnotations` | Add extra annotations to the scheduler pod | `{}` |
7878
| `scheduler.resources.limits` | The resources limits for the scheduler container | `{}` |
7979
| `scheduler.resources.requests` | The requested resources for the scheduler container | `{}` |
@@ -120,7 +120,7 @@ Helm charts for Airbyte.
120120
| `server.replicaCount` | Number of server replicas | `1` |
121121
| `server.image.repository` | The repository to use for the airbyte server image. | `airbyte/server` |
122122
| `server.image.pullPolicy` | the pull policy to use for the airbyte server image | `IfNotPresent` |
123-
| `server.image.tag` | The airbyte server image tag. Defaults to the chart's AppVersion | `0.35.62-alpha` |
123+
| `server.image.tag` | The airbyte server image tag. Defaults to the chart's AppVersion | `0.35.63-alpha` |
124124
| `server.podAnnotations` | Add extra annotations to the server pod | `{}` |
125125
| `server.containerSecurityContext` | Security context for the container | `{}` |
126126
| `server.livenessProbe.enabled` | Enable livenessProbe on the server | `true` |
@@ -158,7 +158,7 @@ Helm charts for Airbyte.
158158
| `worker.replicaCount` | Number of worker replicas | `1` |
159159
| `worker.image.repository` | The repository to use for the airbyte worker image. | `airbyte/worker` |
160160
| `worker.image.pullPolicy` | the pull policy to use for the airbyte worker image | `IfNotPresent` |
161-
| `worker.image.tag` | The airbyte worker image tag. Defaults to the chart's AppVersion | `0.35.62-alpha` |
161+
| `worker.image.tag` | The airbyte worker image tag. Defaults to the chart's AppVersion | `0.35.63-alpha` |
162162
| `worker.podAnnotations` | Add extra annotations to the worker pod(s) | `{}` |
163163
| `worker.containerSecurityContext` | Security context for the container | `{}` |
164164
| `worker.livenessProbe.enabled` | Enable livenessProbe on the worker | `true` |
@@ -190,7 +190,7 @@ Helm charts for Airbyte.
190190
| ----------------------------- | -------------------------------------------------------------------- | -------------------- |
191191
| `bootloader.image.repository` | The repository to use for the airbyte bootloader image. | `airbyte/bootloader` |
192192
| `bootloader.image.pullPolicy` | the pull policy to use for the airbyte bootloader image | `IfNotPresent` |
193-
| `bootloader.image.tag` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | `0.35.62-alpha` |
193+
| `bootloader.image.tag` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | `0.35.63-alpha` |
194194

195195

196196
### Temporal parameters

charts/airbyte/values.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ webapp:
4343
image:
4444
repository: airbyte/webapp
4545
pullPolicy: IfNotPresent
46-
tag: 0.35.62-alpha
46+
tag: 0.35.63-alpha
4747

4848
## @param webapp.podAnnotations [object] Add extra annotations to the webapp pod(s)
4949
##
@@ -209,7 +209,7 @@ scheduler:
209209
image:
210210
repository: airbyte/scheduler
211211
pullPolicy: IfNotPresent
212-
tag: 0.35.62-alpha
212+
tag: 0.35.63-alpha
213213

214214
## @param scheduler.podAnnotations [object] Add extra annotations to the scheduler pod
215215
##
@@ -440,7 +440,7 @@ server:
440440
image:
441441
repository: airbyte/server
442442
pullPolicy: IfNotPresent
443-
tag: 0.35.62-alpha
443+
tag: 0.35.63-alpha
444444

445445
## @param server.podAnnotations [object] Add extra annotations to the server pod
446446
##
@@ -581,7 +581,7 @@ worker:
581581
image:
582582
repository: airbyte/worker
583583
pullPolicy: IfNotPresent
584-
tag: 0.35.62-alpha
584+
tag: 0.35.63-alpha
585585

586586
## @param worker.podAnnotations [object] Add extra annotations to the worker pod(s)
587587
##
@@ -699,7 +699,7 @@ bootloader:
699699
image:
700700
repository: airbyte/bootloader
701701
pullPolicy: IfNotPresent
702-
tag: 0.35.62-alpha
702+
tag: 0.35.63-alpha
703703

704704
## @param bootloader.podAnnotations [object] Add extra annotations to the bootloader pod
705705
##

docs/operator-guides/upgrading-airbyte.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ If you are upgrading from \(i.e. your current version of Airbyte is\) Airbyte ve
101101
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`.
102102

103103
```bash
104-
docker run --rm -v /tmp:/config airbyte/migration:0.35.62-alpha --\
104+
docker run --rm -v /tmp:/config airbyte/migration:0.35.63-alpha --\
105105
--input /config/airbyte_archive.tar.gz\
106106
--output /config/airbyte_archive_migrated.tar.gz
107107
```

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.35.62-alpha
1+
AIRBYTE_VERSION=0.35.63-alpha
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,17 +8,17 @@ bases:
88

99
images:
1010
- name: airbyte/db
11-
newTag: 0.35.62-alpha
11+
newTag: 0.35.63-alpha
1212
- name: airbyte/bootloader
13-
newTag: 0.35.62-alpha
13+
newTag: 0.35.63-alpha
1414
- name: airbyte/scheduler
15-
newTag: 0.35.62-alpha
15+
newTag: 0.35.63-alpha
1616
- name: airbyte/server
17-
newTag: 0.35.62-alpha
17+
newTag: 0.35.63-alpha
1818
- name: airbyte/webapp
19-
newTag: 0.35.62-alpha
19+
newTag: 0.35.63-alpha
2020
- name: airbyte/worker
21-
newTag: 0.35.62-alpha
21+
newTag: 0.35.63-alpha
2222
- name: temporalio/auto-setup
2323
newTag: 1.7.0
2424

kube/overlays/stable/.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AIRBYTE_VERSION=0.35.62-alpha
1+
AIRBYTE_VERSION=0.35.63-alpha
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,17 +8,17 @@ bases:
88

99
images:
1010
- name: airbyte/db
11-
newTag: 0.35.62-alpha
11+
newTag: 0.35.63-alpha
1212
- name: airbyte/bootloader
13-
newTag: 0.35.62-alpha
13+
newTag: 0.35.63-alpha
1414
- name: airbyte/scheduler
15-
newTag: 0.35.62-alpha
15+
newTag: 0.35.63-alpha
1616
- name: airbyte/server
17-
newTag: 0.35.62-alpha
17+
newTag: 0.35.63-alpha
1818
- name: airbyte/webapp
19-
newTag: 0.35.62-alpha
19+
newTag: 0.35.63-alpha
2020
- name: airbyte/worker
21-
newTag: 0.35.62-alpha
21+
newTag: 0.35.63-alpha
2222
- name: temporalio/auto-setup
2323
newTag: 1.7.0
2424

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.35.62-alpha
17+
LABEL io.airbyte.version=0.35.63-alpha
1818
LABEL io.airbyte.name=airbyte/octavia-cli

octavia-cli/README.md

+1-1
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.35.62-alpha
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.35.63-alpha
108108
```
109109

110110
### Using `docker-compose`

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.35.62-alpha
6+
VERSION=0.35.63-alpha
77
OCTAVIA_ENV_FILE=${HOME}/.octavia
88

99
detect_profile() {

0 commit comments

Comments
 (0)