Skip to content

Commit

Permalink
Bump version: 0.15.0-alpha → 0.16.0-alpha (#2248)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhizor committed Mar 2, 2021
1 parent cc2081a commit 83f6411
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.15.0-alpha
current_version = 0.16.0-alpha
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?
Expand Down
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.15.0-alpha
VERSION=0.16.0-alpha
DATABASE_USER=docker
DATABASE_PASSWORD=docker
DATABASE_DB=airbyte
Expand Down
2 changes: 1 addition & 1 deletion kube/overlays/stable/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AIRBYTE_VERSION=0.15.0-alpha
AIRBYTE_VERSION=0.16.0-alpha
DATABASE_USER=docker
DATABASE_PASSWORD=docker
DATABASE_URL=jdbc:postgresql://airbyte-db-svc:5432/airbyte
Expand Down
10 changes: 5 additions & 5 deletions kube/overlays/stable/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ bases:

images:
- name: airbyte/seed
newTag: 0.15.0-alpha
newTag: 0.16.0-alpha
- name: airbyte/db
newTag: 0.15.0-alpha
newTag: 0.16.0-alpha
- name: airbyte/scheduler
newTag: 0.15.0-alpha
newTag: 0.16.0-alpha
- name: airbyte/server
newTag: 0.15.0-alpha
newTag: 0.16.0-alpha
- name: airbyte/webapp
newTag: 0.15.0-alpha
newTag: 0.16.0-alpha

configMapGenerator:
- name: airbyte-env
Expand Down

0 comments on commit 83f6411

Please sign in to comment.