Skip to content

Commit dc61d12

Browse files
octavia-squidington-iiilmossman
authored andcommitted
Bump Airbyte version from 0.35.49-alpha to 0.35.50-alpha (#11050)
Co-authored-by: lmossman <[email protected]>
1 parent 95a8ad9 commit dc61d12

File tree

18 files changed

+44
-44
lines changed

18 files changed

+44
-44
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.35.49-alpha
2+
current_version = 0.35.50-alpha
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
### SHARED ###
13-
VERSION=0.35.49-alpha
13+
VERSION=0.35.50-alpha
1414

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

airbyte-bootloader/Dockerfile

Lines changed: 2 additions & 2 deletions
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.49-alpha.tar /app
8+
ADD bin/${APPLICATION}-0.35.50-alpha.tar /app
99

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

airbyte-container-orchestrator/Dockerfile

Lines changed: 3 additions & 3 deletions
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.49-alpha/bin/${APPLICATION}"
29+
ENV AIRBYTE_ENTRYPOINT "/app/${APPLICATION}-0.35.50-alpha/bin/${APPLICATION}"
3030

3131
WORKDIR /app
3232

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

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

airbyte-metrics/reporter/Dockerfile

Lines changed: 2 additions & 2 deletions
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.49-alpha.tar /app
8+
ADD bin/${APPLICATION}-0.35.50-alpha.tar /app
99

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

airbyte-scheduler/app/Dockerfile

Lines changed: 2 additions & 2 deletions
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.49-alpha.tar /app
8+
ADD bin/${APPLICATION}-0.35.50-alpha.tar /app
99

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

airbyte-server/Dockerfile

Lines changed: 2 additions & 2 deletions
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.49-alpha.tar /app
10+
ADD bin/${APPLICATION}-0.35.50-alpha.tar /app
1111

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

airbyte-webapp/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "airbyte-webapp",
3-
"version": "0.35.49-alpha",
3+
"version": "0.35.50-alpha",
44
"private": true,
55
"engines": {
66
"node": ">=16.0.0"

airbyte-workers/Dockerfile

Lines changed: 2 additions & 2 deletions
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.49-alpha.tar /app
33+
ADD bin/${APPLICATION}-0.35.50-alpha.tar /app
3434

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

0 commit comments

Comments
 (0)