Skip to content

Commit

Permalink
manually bump current version to 0.44.7 to catch up with airbyte-plat…
Browse files Browse the repository at this point in the history
…form
  • Loading branch information
cpdeethree committed Jun 1, 2023
1 parent 4ac62f3 commit 477b861
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.44.4
current_version = 0.44.7
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?
Expand Down
2 changes: 1 addition & 1 deletion docs/operator-guides/upgrading-airbyte.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ If you are upgrading from (i.e. your current version of Airbyte is) Airbyte vers
Here's an example of what it might look like with the values filled in. It assumes that the downloaded `airbyte_archive.tar.gz` is in `/tmp`.

```bash
docker run --rm -v /tmp:/config airbyte/migration:0.44.6 --\
docker run --rm -v /tmp:/config airbyte/migration:0.44.7 --\
--input /config/airbyte_archive.tar.gz\
--output /config/airbyte_archive_migrated.tar.gz
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.44.4
VERSION=0.44.7

# NOTE: some of these values are overwritten in CI!
# NOTE: if you want to override this for your local machine, set overrides in ~/.gradle/gradle.properties
Expand Down
2 changes: 1 addition & 1 deletion octavia-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ USER octavia-cli
WORKDIR /home/octavia-project
ENTRYPOINT ["octavia"]

LABEL io.airbyte.version=0.44.6
LABEL io.airbyte.version=0.44.7
LABEL io.airbyte.name=airbyte/octavia-cli
2 changes: 1 addition & 1 deletion octavia-cli/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This install scripts currently only works for ZSH and Bash profiles.
# It creates an octavia alias in your profile bound to a docker run command and your current user.

VERSION=0.44.6
VERSION=0.44.7
OCTAVIA_ENV_FILE=${HOME}/.octavia

detect_profile() {
Expand Down
2 changes: 1 addition & 1 deletion octavia-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="octavia-cli",
version="0.44.6",
version="0.44.7",
description="A command line interface to manage Airbyte configurations",
long_description=README,
author="Airbyte",
Expand Down
2 changes: 1 addition & 1 deletion run-ab-platform.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION=0.44.6
VERSION=0.44.7
# Run away from anything even a little scary
set -o nounset # -u exit if a variable is not set
set -o errexit # -f exit for any command failure"
Expand Down

0 comments on commit 477b861

Please sign in to comment.