Skip to content

Commit f1012ee

Browse files
octavia-squidington-iiialovew
authored andcommitted
Bump Airbyte version from 0.40.4 to 0.40.5 (airbytehq#16610)
Co-authored-by: alovew <[email protected]>
1 parent 01f8c4c commit f1012ee

File tree

27 files changed

+40
-40
lines changed

27 files changed

+40
-40
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.40.4
2+
current_version = 0.40.5
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.40.4
13+
VERSION=0.40.5
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.40.4
5+
ARG VERSION=0.40.5
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 wget -O /usr/share/keyrings/kubernetes-archive-keyring.gpg https://packages.
2828
RUN apt-get update && 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.40.4
31+
ARG VERSION=0.40.5
3232

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

airbyte-cron/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 cron
44

5-
ARG VERSION=0.40.4
5+
ARG VERSION=0.40.5
66

77
ENV APPLICATION airbyte-cron
88
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.40.4
5+
ARG VERSION=0.40.5
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.40.4
7+
ARG VERSION=0.40.5
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.40.4",
3+
"version": "0.40.5",
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
@@ -28,7 +28,7 @@ RUN wget -O /usr/share/keyrings/kubernetes-archive-keyring.gpg https://packages.
2828
RUN apt-get update && 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.40.4
31+
ARG VERSION=0.40.5
3232

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

0 commit comments

Comments
 (0)