From 5e50f93b651df13f76937405f3e997f8ca893283 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Tue, 24 Sep 2024 12:40:54 +0000 Subject: [PATCH] Bumping version to 1.8.2 and generate CHANGELOG --- .changes/1.8.2.md | 13 +++++++++++++ .../Dependencies-20240909-042743.yaml | 0 .../Dependencies-20240917-190238.yaml | 0 .../Features-20240812-161625.yaml | 0 .../Fixes-20240729-101114.yaml | 0 CHANGELOG.md | 13 +++++++++++++ dbt/adapters/trino/__version__.py | 2 +- 7 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 .changes/1.8.2.md rename .changes/{unreleased => 1.8.2}/Dependencies-20240909-042743.yaml (100%) rename .changes/{unreleased => 1.8.2}/Dependencies-20240917-190238.yaml (100%) rename .changes/{unreleased => 1.8.2}/Features-20240812-161625.yaml (100%) rename .changes/{unreleased => 1.8.2}/Fixes-20240729-101114.yaml (100%) diff --git a/.changes/1.8.2.md b/.changes/1.8.2.md new file mode 100644 index 00000000..c39244a7 --- /dev/null +++ b/.changes/1.8.2.md @@ -0,0 +1,13 @@ +## dbt-trino 1.8.2 - September 24, 2024 +### Features +- Added update_type and rowcount to dbt commands SQL status in CLI output ([#428](https://github.com/starburstdata/dbt-trino/issues/428), [#429](https://github.com/starburstdata/dbt-trino/pull/429)) +### Fixes +- Change table materialization logic when on_table_exists = 'rename' ([#423](https://github.com/starburstdata/dbt-trino/issues/423), [#425](https://github.com/starburstdata/dbt-trino/pull/425)) +### Dependencies +- Bump peter-evans/create-pull-request from 6 to 7 ([#433](https://github.com/starburstdata/dbt-trino/pull/433)) +- Update dependencies ([#435](https://github.com/starburstdata/dbt-trino/pull/435)) + +### Contributors +- [@damian3031](https://github.com/damian3031) ([#429](https://github.com/starburstdata/dbt-trino/pull/429), [#435](https://github.com/starburstdata/dbt-trino/pull/435)) +- [@dependabot[bot]](https://github.com/dependabot[bot]) ([#433](https://github.com/starburstdata/dbt-trino/pull/433)) +- [@hovaesco](https://github.com/hovaesco) ([#425](https://github.com/starburstdata/dbt-trino/pull/425)) diff --git a/.changes/unreleased/Dependencies-20240909-042743.yaml b/.changes/1.8.2/Dependencies-20240909-042743.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20240909-042743.yaml rename to .changes/1.8.2/Dependencies-20240909-042743.yaml diff --git a/.changes/unreleased/Dependencies-20240917-190238.yaml b/.changes/1.8.2/Dependencies-20240917-190238.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20240917-190238.yaml rename to .changes/1.8.2/Dependencies-20240917-190238.yaml diff --git a/.changes/unreleased/Features-20240812-161625.yaml b/.changes/1.8.2/Features-20240812-161625.yaml similarity index 100% rename from .changes/unreleased/Features-20240812-161625.yaml rename to .changes/1.8.2/Features-20240812-161625.yaml diff --git a/.changes/unreleased/Fixes-20240729-101114.yaml b/.changes/1.8.2/Fixes-20240729-101114.yaml similarity index 100% rename from .changes/unreleased/Fixes-20240729-101114.yaml rename to .changes/1.8.2/Fixes-20240729-101114.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index df0ad0d5..415c0ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ - Changes are listed under the (pre)release in which they first appear. Subsequent releases include changes from previous releases. - "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version. - Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](https://github.com/starburstdata/dbt-trino/blob/master/CONTRIBUTING.md#adding-changelog-entry) +## dbt-trino 1.8.2 - September 24, 2024 +### Features +- Added update_type and rowcount to dbt commands SQL status in CLI output ([#428](https://github.com/starburstdata/dbt-trino/issues/428), [#429](https://github.com/starburstdata/dbt-trino/pull/429)) +### Fixes +- Change table materialization logic when on_table_exists = 'rename' ([#423](https://github.com/starburstdata/dbt-trino/issues/423), [#425](https://github.com/starburstdata/dbt-trino/pull/425)) +### Dependencies +- Bump peter-evans/create-pull-request from 6 to 7 ([#433](https://github.com/starburstdata/dbt-trino/pull/433)) +- Update dependencies ([#435](https://github.com/starburstdata/dbt-trino/pull/435)) + +### Contributors +- [@damian3031](https://github.com/damian3031) ([#429](https://github.com/starburstdata/dbt-trino/pull/429), [#435](https://github.com/starburstdata/dbt-trino/pull/435)) +- [@dependabot[bot]](https://github.com/dependabot[bot]) ([#433](https://github.com/starburstdata/dbt-trino/pull/433)) +- [@hovaesco](https://github.com/hovaesco) ([#425](https://github.com/starburstdata/dbt-trino/pull/425)) ## dbt-trino 1.8.1 - July 04, 2024 ### Fixes - Fix incremental materialization to correctly set the temporary relation to a view or table ([#416](https://github.com/starburstdata/dbt-trino/issues/416), [#418](https://github.com/starburstdata/dbt-trino/pull/418)) diff --git a/dbt/adapters/trino/__version__.py b/dbt/adapters/trino/__version__.py index 72126ce1..ba22724d 100644 --- a/dbt/adapters/trino/__version__.py +++ b/dbt/adapters/trino/__version__.py @@ -1 +1 @@ -version = "1.8.1" +version = "1.8.2"