Skip to content

Commit 3d5237c

Browse files
Bump Airbyte version from 0.39.40-alpha to 0.39.41-alpha (#15085)
Co-authored-by: girarda <[email protected]>
1 parent 5b6a225 commit 3d5237c

File tree

26 files changed

+38
-38
lines changed

26 files changed

+38
-38
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.39.40-alpha
2+
current_version = 0.39.41-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.39.40-alpha
13+
VERSION=0.39.41-alpha
1414

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

airbyte-bootloader/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG JDK_VERSION=19-slim-bullseye
22
ARG JDK_IMAGE=openjdk:${JDK_VERSION}
33
FROM ${JDK_IMAGE}
44

5-
ARG VERSION=0.39.40-alpha
5+
ARG VERSION=0.39.41-alpha
66

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

airbyte-container-orchestrator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN echo "deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] htt
2828
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y kubectl
2929

3030
# Don't change this manually. Bump version expects to make moves based on this string
31-
ARG VERSION=0.39.40-alpha
31+
ARG VERSION=0.39.41-alpha
3232

3333
ENV APPLICATION airbyte-container-orchestrator
3434
ENV VERSION=${VERSION}

airbyte-metrics/reporter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG JDK_VERSION=19-slim-bullseye
22
ARG JDK_IMAGE=openjdk:${JDK_VERSION}
33
FROM ${JDK_IMAGE} AS metrics-reporter
44

5-
ARG VERSION=0.39.40-alpha
5+
ARG VERSION=0.39.41-alpha
66

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

airbyte-server/Dockerfile

Lines changed: 1 addition & 1 deletion
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.39.40-alpha
7+
ARG VERSION=0.39.41-alpha
88

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

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

airbyte-workers/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN wget -O /usr/share/keyrings/kubernetes-archive-keyring.gpg https://packages.
2727
RUN echo "deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main" | tee /etc/apt/sources.list.d/kubernetes.list
2828
RUN apt-get update && apt-get install -y kubectl
2929

30-
ARG VERSION=0.39.40-alpha
30+
ARG VERSION=0.39.41-alpha
3131

3232
ENV APPLICATION airbyte-workers
3333
ENV VERSION ${VERSION}

charts/airbyte-bootloader/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: "0.39.36"
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.39.40-alpha"
24+
appVersion: "0.39.41-alpha"
2525

2626
dependencies:
2727
- name: common

0 commit comments

Comments
 (0)