From 93c98cac829c82b43eae7ff38eb98348831c3eb5 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Thu, 7 Dec 2023 23:08:58 +0000 Subject: [PATCH] Bumping version to 1.7.1 and generate changelog --- .bumpversion.cfg | 2 +- .changes/1.7.1.md | 13 +++++++++++++ .../unreleased/Dependencies-20231130-044332.yaml | 6 ------ .changes/unreleased/Fixes-20231026-164623.yaml | 6 ------ CHANGELOG.md | 16 +++++++++++++++- dbt/adapters/redshift/__version__.py | 2 +- 6 files changed, 30 insertions(+), 15 deletions(-) create mode 100644 .changes/1.7.1.md delete mode 100644 .changes/unreleased/Dependencies-20231130-044332.yaml delete mode 100644 .changes/unreleased/Fixes-20231026-164623.yaml diff --git a/.bumpversion.cfg b/.bumpversion.cfg index da3640653..501519083 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.0 +current_version = 1.7.1 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.7.1.md b/.changes/1.7.1.md new file mode 100644 index 000000000..a362bbc74 --- /dev/null +++ b/.changes/1.7.1.md @@ -0,0 +1,13 @@ +## dbt-redshift 1.7.1 - December 07, 2023 + +### Fixes + +- Fix describe_materialized_view for Redshift Serverless ([#641](https://github.com/dbt-labs/dbt-redshift/issues/641)) + +### Dependencies + +- Remove direct boto3 dependency ([#674](https://github.com/dbt-labs/dbt-redshift/pull/674)) + +### Contributors +- [@hexDoor](https://github.com/hexDoor) ([#674](https://github.com/dbt-labs/dbt-redshift/pull/674)) +- [@reptillicus](https://github.com/reptillicus) ([#641](https://github.com/dbt-labs/dbt-redshift/issues/641)) diff --git a/.changes/unreleased/Dependencies-20231130-044332.yaml b/.changes/unreleased/Dependencies-20231130-044332.yaml deleted file mode 100644 index 0fbeb9a18..000000000 --- a/.changes/unreleased/Dependencies-20231130-044332.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Dependencies -body: Remove direct boto3 dependency -time: 2023-11-30T04:43:32.872452+11:00 -custom: - Author: hexDoor - PR: "674" diff --git a/.changes/unreleased/Fixes-20231026-164623.yaml b/.changes/unreleased/Fixes-20231026-164623.yaml deleted file mode 100644 index f06eff381..000000000 --- a/.changes/unreleased/Fixes-20231026-164623.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Fix describe_materialized_view for Redshift Serverless -time: 2023-10-26T16:46:23.253837-06:00 -custom: - Author: reptillicus - Issue: "641" diff --git a/CHANGELOG.md b/CHANGELOG.md index af9f70ffa..86442321c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ - "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/dbt-labs/dbt-redshift/blob/main/CONTRIBUTING.md#adding-changelog-entry) +## dbt-redshift 1.7.1 - December 07, 2023 + +### Fixes + +- Fix describe_materialized_view for Redshift Serverless ([#641](https://github.com/dbt-labs/dbt-redshift/issues/641)) + +### Dependencies + +- Remove direct boto3 dependency ([#674](https://github.com/dbt-labs/dbt-redshift/pull/674)) + +### Contributors +- [@hexDoor](https://github.com/hexDoor) ([#674](https://github.com/dbt-labs/dbt-redshift/pull/674)) +- [@reptillicus](https://github.com/reptillicus) ([#641](https://github.com/dbt-labs/dbt-redshift/issues/641)) + + ## dbt-redshift 1.7.0 - November 02, 2023 ### Features @@ -59,7 +74,6 @@ - [@slin30](https://github.com/slin30) ([#609](https://github.com/dbt-labs/dbt-redshift/issues/609)) - [@soksamnanglim](https://github.com/soksamnanglim) ([#601](https://github.com/dbt-labs/dbt-redshift/pull/601)) - ## Previous Releases For information on prior major and minor releases, see their changelogs: - [1.6](https://github.com/dbt-labs/dbt-redshift/blob/1.6.latest/CHANGELOG.md) diff --git a/dbt/adapters/redshift/__version__.py b/dbt/adapters/redshift/__version__.py index a55413d15..116d56678 100644 --- a/dbt/adapters/redshift/__version__.py +++ b/dbt/adapters/redshift/__version__.py @@ -1 +1 @@ -version = "1.7.0" +version = "1.7.1"