Skip to content

Commit

Permalink
Bump Airbyte version from 0.42.0 to 0.42.1
Browse files Browse the repository at this point in the history
  • Loading branch information
git-phu committed Mar 31, 2023
1 parent d9a6ac9 commit 855682d
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 31 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.42.0
current_version = 0.42.1
commit = False
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
Expand Up @@ -10,7 +10,7 @@


### SHARED ###
VERSION=0.42.0
VERSION=0.42.1

# When using the airbyte-db via default docker image
CONFIG_ROOT=/data
Expand Down
26 changes: 13 additions & 13 deletions docker-compose.debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ services:
networks:
- airbyte_internal
- airbyte_public
airbyte-temporal-ui:
image: temporalio/web:1.13.0
logging: *default-logging
container_name: airbyte-temporal-ui
restart: unless-stopped
environment:
- TEMPORAL_GRPC_ENDPOINT=airbyte-temporal:7233
- TEMPORAL_PERMIT_WRITE_API=true
ports:
- 8012:8088
networks:
- airbyte_internal
- airbyte_public
# airbyte-temporal-ui:
# image: temporalio/web:1.13.0
# logging: *default-logging
# container_name: airbyte-temporal-ui
# restart: unless-stopped
# environment:
# - TEMPORAL_GRPC_ENDPOINT=airbyte-temporal:7233
# - TEMPORAL_PERMIT_WRITE_API=true
# ports:
# - 8012:8088
# networks:
# - airbyte_internal
# - airbyte_public
worker:
environment:
- JAVA_TOOL_OPTIONS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5006
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ services:
- MICRONAUT_ENVIRONMENTS=${WORKERS_MICRONAUT_ENVIRONMENTS}
- APPLY_FIELD_SELECTION=${APPLY_FIELD_SELECTION}
- FIELD_SELECTION_WORKSPACES=${FIELD_SELECTION_WORKSPACES}
- STRICT_COMPARISON_NORMALIZATION_WORKSPACES=${STRICT_COMPARISON_NORMALIZATION_WORKSPACES}
- STRICT_COMPARISON_NORMALIZATION_TAG=${STRICT_COMPARISON_NORMALIZATION_TAG}
configs:
- flags
volumes:
Expand Down Expand Up @@ -249,6 +247,8 @@ services:
- 80
environment:
- AIRBYTE_VERSION=${VERSION}
- CDK_VERSION=${CDK_VERSION}
- PYTHON_VERSION=${PYTHON_VERSION}
networks:
- airbyte_internal
depends_on:
Expand Down
4 changes: 2 additions & 2 deletions docs/operator-guides/upgrading-airbyte.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ If you use custom connectors, this upgrade requires all of your connector specs

:::note

Airbyte version 0.42.0 or later requires [Docker Compose V2](https://docs.docker.com/compose/compose-v2/) to be [installed](https://docs.docker.com/compose/install/) before upgrading.
Airbyte version 0.42.1 or later requires [Docker Compose V2](https://docs.docker.com/compose/compose-v2/) to be [installed](https://docs.docker.com/compose/install/) before upgrading.

:::

Expand Down Expand Up @@ -109,7 +109,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.42.0 --\
docker run --rm -v /tmp:/config airbyte/migration:0.42.1 --\
--input /config/airbyte_archive.tar.gz\
--output /config/airbyte_archive_migrated.tar.gz
```
Expand Down
16 changes: 10 additions & 6 deletions flags.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
flags:
- name: performance.backgroundJsonSchemaValidation
enabled: false
serve: false
- name: heartbeat.failSync
enabled: false
- name: normalization.strictComparisonEnabled
enabled: false
serve: true
- name: platform.commitStatesAsap
enabled: false
serve: true
- name: platform.commitStatsAsap
serve: false
- name: heartbeat.enabled
enabled: false
serve: true
- name: connectors.versionOverridesEnabled
serve: true
- name: perform-new-json-deser
serve: false
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.42.0
VERSION=0.42.1

# 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.42.0
LABEL io.airbyte.version=0.42.1
LABEL io.airbyte.name=airbyte/octavia-cli
6 changes: 3 additions & 3 deletions octavia-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ This script:
```bash
touch ~/.octavia # Create a file to store env variables that will be mapped the octavia-cli container
mkdir my_octavia_project_directory # Create your octavia project directory where YAML configurations will be stored.
docker run --name octavia-cli -i --rm -v my_octavia_project_directory:/home/octavia-project --network host --user $(id -u):$(id -g) --env-file ~/.octavia airbyte/octavia-cli:0.42.0
docker run --name octavia-cli -i --rm -v my_octavia_project_directory:/home/octavia-project --network host --user $(id -u):$(id -g) --env-file ~/.octavia airbyte/octavia-cli:0.42.1
```

### Using `docker-compose`
Expand Down Expand Up @@ -711,8 +711,8 @@ You can disable telemetry by setting the `OCTAVIA_ENABLE_TELEMETRY` environment

| Version | Date | Description | PR |
| ------- | ---------- | ------------------------------------------------------------------------------------- | ----------------------------------------------------------- |
| 0.42.0 | 2022-10-13 | Use Basic Authentication for making API requests | [#17982](https://github.com/airbytehq/airbyte/pull/17982) |
| 0.42.0 | 2022-08-10 | Enable cron and basic scheduling | [#15253](https://github.com/airbytehq/airbyte/pull/15253) |
| 0.42.1 | 2022-10-13 | Use Basic Authentication for making API requests | [#17982](https://github.com/airbytehq/airbyte/pull/17982) |
| 0.42.1 | 2022-08-10 | Enable cron and basic scheduling | [#15253](https://github.com/airbytehq/airbyte/pull/15253) |
| 0.39.33 | 2022-07-05 | Add `octavia import all` command | [#14374](https://github.com/airbytehq/airbyte/pull/14374) |
| 0.39.32 | 2022-06-30 | Create import command to import and manage existing Airbyte resource from octavia-cli | [#14137](https://github.com/airbytehq/airbyte/pull/14137) |
| 0.39.27 | 2022-06-24 | Create get command to retrieve resources JSON representation | [#13254](https://github.com/airbytehq/airbyte/pull/13254) |
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.42.0",
version="0.42.1",
description="A command line interface to manage Airbyte configurations",
long_description=README,
author="Airbyte",
Expand Down

0 comments on commit 855682d

Please sign in to comment.