Skip to content

Commit

Permalink
Remove -alpha tags from Airbyte release versions (#15766)
Browse files Browse the repository at this point in the history
* Remove alpha tags in autobump files

* remove more alpha tags
  • Loading branch information
evantahler authored Aug 22, 2022
1 parent dbf01fa commit 4774949
Show file tree
Hide file tree
Showing 26 changed files with 287 additions and 286 deletions.
8 changes: 3 additions & 5 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[bumpversion]
current_version = 0.40.0-alpha
current_version = 0.40.0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?
serialize =
{major}.{minor}.{patch}-alpha
serialize =
{major}.{minor}.{patch}

[bumpversion:file:.bumpversion.cfg]

Expand Down Expand Up @@ -57,5 +57,3 @@ serialize =
[bumpversion:file:octavia-cli/Dockerfile]

[bumpversion:file:octavia-cli/setup.py]
serialize =
{major}.{minor}.{patch}
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


### SHARED ###
VERSION=0.40.0-alpha
VERSION=0.40.0

# When using the airbyte-db via default docker image
CONFIG_ROOT=/data
Expand Down
2 changes: 1 addition & 1 deletion airbyte-bootloader/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG JDK_VERSION=19-slim-bullseye
ARG JDK_IMAGE=openjdk:${JDK_VERSION}
FROM ${JDK_IMAGE}

ARG VERSION=0.40.0-alpha
ARG VERSION=0.40.0

ENV APPLICATION airbyte-bootloader
ENV VERSION ${VERSION}
Expand Down
2 changes: 1 addition & 1 deletion airbyte-container-orchestrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN echo "deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] htt
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y kubectl

# Don't change this manually. Bump version expects to make moves based on this string
ARG VERSION=0.40.0-alpha
ARG VERSION=0.40.0

ENV APPLICATION airbyte-container-orchestrator
ENV VERSION=${VERSION}
Expand Down
2 changes: 1 addition & 1 deletion airbyte-metrics/reporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG JDK_VERSION=19-slim-bullseye
ARG JDK_IMAGE=openjdk:${JDK_VERSION}
FROM ${JDK_IMAGE} AS metrics-reporter

ARG VERSION=0.40.0-alpha
ARG VERSION=0.40.0

ENV APPLICATION airbyte-metrics-reporter
ENV VERSION ${VERSION}
Expand Down
2 changes: 1 addition & 1 deletion airbyte-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${JDK_IMAGE} AS server

EXPOSE 8000

ARG VERSION=0.40.0-alpha
ARG VERSION=0.40.0

ENV APPLICATION airbyte-server
ENV VERSION ${VERSION}
Expand Down
4 changes: 2 additions & 2 deletions airbyte-webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion airbyte-webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "airbyte-webapp",
"version": "0.40.0-alpha",
"version": "0.40.0",
"private": true,
"engines": {
"node": ">=16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion airbyte-workers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN wget -O /usr/share/keyrings/kubernetes-archive-keyring.gpg https://packages.
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
RUN apt-get update && apt-get install -y kubectl

ARG VERSION=0.40.0-alpha
ARG VERSION=0.40.0

ENV APPLICATION airbyte-workers
ENV VERSION ${VERSION}
Expand Down
2 changes: 1 addition & 1 deletion charts/airbyte-bootloader/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: "0.39.36"
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.40.0-alpha"
appVersion: "0.40.0"

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/airbyte-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: "0.39.36"
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.40.0-alpha"
appVersion: "0.40.0"

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/airbyte-temporal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: "0.39.36"
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.40.0-alpha"
appVersion: "0.40.0"

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/airbyte-webapp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: "0.39.36"
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.40.0-alpha"
appVersion: "0.40.0"

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/airbyte-worker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: "0.39.36"
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.40.0-alpha"
appVersion: "0.40.0"

dependencies:
- name: common
Expand Down
5 changes: 2 additions & 3 deletions charts/airbyte/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: v2
name: airbyte
description: Helm chart to deploy airbyte


# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
Expand All @@ -22,7 +21,7 @@ version: 0.39.36
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.40.0-alpha"
appVersion: "0.40.0"

dependencies:
- name: common
Expand Down Expand Up @@ -61,4 +60,4 @@ dependencies:
- condition: pod-sweeper.enabled
name: pod-sweeper
repository: "https://airbytehq.github.io/helm-charts/"
version: placeholder
version: placeholder
Loading

0 comments on commit 4774949

Please sign in to comment.