Skip to content

Commit 7b28d54

Browse files
octavia-squidington-iiiedgao
authored andcommitted
Bump Airbyte version from 0.40.16 to 0.40.17 (airbytehq#18316)
Co-authored-by: edgao <[email protected]>
1 parent c06f38d commit 7b28d54

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.16
2+
current_version = 0.40.17
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.16
13+
VERSION=0.40.17
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
@@ -1,7 +1,7 @@
11
ARG JDK_IMAGE=airbyte/airbyte-base-java-image:1.0
22
FROM ${JDK_IMAGE}
33

4-
ARG VERSION=0.40.16
4+
ARG VERSION=0.40.17
55

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

airbyte-container-orchestrator/Dockerfile

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

1212
# Don't change this manually. Bump version expects to make moves based on this string
13-
ARG VERSION=0.40.16
13+
ARG VERSION=0.40.17
1414

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

airbyte-cron/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG JDK_IMAGE=airbyte/airbyte-base-java-image:1.0
22
FROM ${JDK_IMAGE} AS cron
33

4-
ARG VERSION=0.40.16
4+
ARG VERSION=0.40.17
55

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

airbyte-metrics/reporter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG JDK_IMAGE=airbyte/airbyte-base-java-image:1.0
22
FROM ${JDK_IMAGE} AS metrics-reporter
33

4-
ARG VERSION=0.40.16
4+
ARG VERSION=0.40.17
55

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

airbyte-proxy/Dockerfile

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

33
FROM nginx:latest
44

5-
ARG VERSION=0.40.16
5+
ARG VERSION=0.40.17
66

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

airbyte-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ${JDK_IMAGE} AS server
33

44
EXPOSE 8000
55

6-
ARG VERSION=0.40.16
6+
ARG VERSION=0.40.17
77

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

0 commit comments

Comments
 (0)