From 3239da07514652ed2940f9f4ba3ba206de853d41 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Thu, 2 Nov 2023 20:45:29 +0000 Subject: [PATCH] Bumping version to 1.7.0 and generate CHANGELOG --- .changes/1.7.0-rc1.md | 6 ------ .changes/1.7.0.md | 14 ++++++++++++++ .../1.7.0/Breaking Changes-20231013-160933.yaml | 7 ------- .changes/unreleased/Features-20231019-130614.yaml | 7 ------- .changes/unreleased/Features-20231022-213524.yaml | 7 ------- .changes/unreleased/Fixes-20231020-112317.yaml | 7 ------- .../unreleased/Under the Hood-20231025-110835.yaml | 7 ------- CHANGELOG.md | 12 ++++++++++-- dbt/adapters/trino/__version__.py | 2 +- 9 files changed, 25 insertions(+), 44 deletions(-) delete mode 100644 .changes/1.7.0-rc1.md create mode 100644 .changes/1.7.0.md delete mode 100644 .changes/1.7.0/Breaking Changes-20231013-160933.yaml delete mode 100644 .changes/unreleased/Features-20231019-130614.yaml delete mode 100644 .changes/unreleased/Features-20231022-213524.yaml delete mode 100644 .changes/unreleased/Fixes-20231020-112317.yaml delete mode 100644 .changes/unreleased/Under the Hood-20231025-110835.yaml diff --git a/.changes/1.7.0-rc1.md b/.changes/1.7.0-rc1.md deleted file mode 100644 index ddf74247..00000000 --- a/.changes/1.7.0-rc1.md +++ /dev/null @@ -1,6 +0,0 @@ -## dbt-trino 1.7.0-rc1 - October 16, 2023 -### Breaking Changes -- Update dbt-core to 1.7.0rc1 ([#361](https://github.com/starburstdata/dbt-trino/issues/361), [#363](https://github.com/starburstdata/dbt-trino/pull/363)) - -### Contributors -- [@damian3031](https://github.com/damian3031) ([#363](https://github.com/starburstdata/dbt-trino/pull/363)) diff --git a/.changes/1.7.0.md b/.changes/1.7.0.md new file mode 100644 index 00000000..9880d19d --- /dev/null +++ b/.changes/1.7.0.md @@ -0,0 +1,14 @@ +## dbt-trino 1.7.0 - November 02, 2023 +### Breaking Changes +- Update dbt-core to 1.7.0rc1 ([#361](https://github.com/starburstdata/dbt-trino/issues/361), [#363](https://github.com/starburstdata/dbt-trino/pull/363)) +### Features +- Support limiting get_catalog by object name ([#361](https://github.com/starburstdata/dbt-trino/issues/361), [#368](https://github.com/starburstdata/dbt-trino/pull/368)) +- Add date_spine macro ([#361](https://github.com/starburstdata/dbt-trino/issues/361), [#368](https://github.com/starburstdata/dbt-trino/pull/368)) +### Fixes +- Fix materialized view cleanup bug. ([#366](https://github.com/starburstdata/dbt-trino/issues/366), [#367](https://github.com/starburstdata/dbt-trino/pull/367)) +### Under the Hood +- Remove no op `TYPE_LABELS` ([#361](https://github.com/starburstdata/dbt-trino/issues/361), [#368](https://github.com/starburstdata/dbt-trino/pull/368)) + +### Contributors +- [@damian3031](https://github.com/damian3031) ([#363](https://github.com/starburstdata/dbt-trino/pull/363), [#368](https://github.com/starburstdata/dbt-trino/pull/368), [#368](https://github.com/starburstdata/dbt-trino/pull/368), [#368](https://github.com/starburstdata/dbt-trino/pull/368)) +- [@wjhrdy](https://github.com/wjhrdy) ([#367](https://github.com/starburstdata/dbt-trino/pull/367)) diff --git a/.changes/1.7.0/Breaking Changes-20231013-160933.yaml b/.changes/1.7.0/Breaking Changes-20231013-160933.yaml deleted file mode 100644 index 0456e30d..00000000 --- a/.changes/1.7.0/Breaking Changes-20231013-160933.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Breaking Changes -body: Update dbt-core to 1.7.0rc1 -time: 2023-10-13T16:09:33.989035+02:00 -custom: - Author: damian3031 - Issue: "361" - PR: "363" diff --git a/.changes/unreleased/Features-20231019-130614.yaml b/.changes/unreleased/Features-20231019-130614.yaml deleted file mode 100644 index 61097ba9..00000000 --- a/.changes/unreleased/Features-20231019-130614.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Features -body: Support limiting get_catalog by object name -time: 2023-10-19T13:06:14.270166+02:00 -custom: - Author: damian3031 - Issue: "361" - PR: "368" diff --git a/.changes/unreleased/Features-20231022-213524.yaml b/.changes/unreleased/Features-20231022-213524.yaml deleted file mode 100644 index 7e82c672..00000000 --- a/.changes/unreleased/Features-20231022-213524.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Features -body: Add date_spine macro -time: 2023-10-22T21:35:24.339202+02:00 -custom: - Author: damian3031 - Issue: "361" - PR: "368" diff --git a/.changes/unreleased/Fixes-20231020-112317.yaml b/.changes/unreleased/Fixes-20231020-112317.yaml deleted file mode 100644 index e104af44..00000000 --- a/.changes/unreleased/Fixes-20231020-112317.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixes -body: Fix materialized view cleanup bug. -time: 2023-10-20T11:23:17.134994-04:00 -custom: - Author: wjhrdy - Issue: "366" - PR: "367" diff --git a/.changes/unreleased/Under the Hood-20231025-110835.yaml b/.changes/unreleased/Under the Hood-20231025-110835.yaml deleted file mode 100644 index 652959d2..00000000 --- a/.changes/unreleased/Under the Hood-20231025-110835.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Under the Hood -body: Remove no op `TYPE_LABELS` -time: 2023-10-25T11:08:35.177461+02:00 -custom: - Author: damian3031 - Issue: "361" - PR: "368" diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c412054..9fb2c398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,20 @@ - 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.7.0-rc1 - October 16, 2023 +## dbt-trino 1.7.0 - November 02, 2023 ### Breaking Changes - Update dbt-core to 1.7.0rc1 ([#361](https://github.com/starburstdata/dbt-trino/issues/361), [#363](https://github.com/starburstdata/dbt-trino/pull/363)) +### Features +- Support limiting get_catalog by object name ([#361](https://github.com/starburstdata/dbt-trino/issues/361), [#368](https://github.com/starburstdata/dbt-trino/pull/368)) +- Add date_spine macro ([#361](https://github.com/starburstdata/dbt-trino/issues/361), [#368](https://github.com/starburstdata/dbt-trino/pull/368)) +### Fixes +- Fix materialized view cleanup bug. ([#366](https://github.com/starburstdata/dbt-trino/issues/366), [#367](https://github.com/starburstdata/dbt-trino/pull/367)) +### Under the Hood +- Remove no op `TYPE_LABELS` ([#361](https://github.com/starburstdata/dbt-trino/issues/361), [#368](https://github.com/starburstdata/dbt-trino/pull/368)) ### Contributors -- [@damian3031](https://github.com/damian3031) ([#363](https://github.com/starburstdata/dbt-trino/pull/363)) +- [@damian3031](https://github.com/damian3031) ([#363](https://github.com/starburstdata/dbt-trino/pull/363), [#368](https://github.com/starburstdata/dbt-trino/pull/368), [#368](https://github.com/starburstdata/dbt-trino/pull/368), [#368](https://github.com/starburstdata/dbt-trino/pull/368)) +- [@wjhrdy](https://github.com/wjhrdy) ([#367](https://github.com/starburstdata/dbt-trino/pull/367)) ## dbt-trino 1.6.2 - October 10, 2023 ### Fixes - Only set the comment when persist_docs.relation is set ([#317](https://github.com/starburstdata/dbt-trino/issues/317), [#343](https://github.com/starburstdata/dbt-trino/pull/343)) diff --git a/dbt/adapters/trino/__version__.py b/dbt/adapters/trino/__version__.py index 748f8f4e..a55413d1 100644 --- a/dbt/adapters/trino/__version__.py +++ b/dbt/adapters/trino/__version__.py @@ -1 +1 @@ -version = "1.7.0rc1" +version = "1.7.0"