From d3aedc3bfd5bf32f76469cd86246fc9d7e41ae33 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Thu, 15 Jun 2023 23:18:08 +0000 Subject: [PATCH] Bumping version to 1.5.5 and generate changelog --- .bumpversion.cfg | 2 +- .changes/1.5.5.md | 16 ++++++++++++++++ .../Breaking Changes-20230614-144743.yaml | 6 ------ .../unreleased/Fixes-20230612-114853.yaml | 6 ------ .../Under the Hood-20230511-162623.yaml | 6 ------ CHANGELOG.md | 19 ++++++++++++++++++- dbt/adapters/redshift/__version__.py | 2 +- 7 files changed, 36 insertions(+), 21 deletions(-) create mode 100644 .changes/1.5.5.md delete mode 100644 .changes/unreleased/Breaking Changes-20230614-144743.yaml delete mode 100644 .changes/unreleased/Fixes-20230612-114853.yaml delete mode 100644 .changes/unreleased/Under the Hood-20230511-162623.yaml diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6156fa8c9..5fc533a1b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.4 +current_version = 1.5.5 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.5.5.md b/.changes/1.5.5.md new file mode 100644 index 000000000..d674048cb --- /dev/null +++ b/.changes/1.5.5.md @@ -0,0 +1,16 @@ +## dbt-redshift 1.5.5 - June 15, 2023 + +### Breaking Changes + +- require latest version of redshift_connector driver ([#492](https://github.com/dbt-labs/dbt-redshift/issues/492)) + +### Fixes + +- remove requirement for region param ([#484](https://github.com/dbt-labs/dbt-redshift/issues/484)) + +### Under the Hood + +- test constraint rendering of foreign key and unique constraints ([#7417](https://github.com/dbt-labs/dbt-redshift/issues/7417)) + +### Contributors +- [@dataders](https://github.com/dataders) ([#492](https://github.com/dbt-labs/dbt-redshift/issues/492)) diff --git a/.changes/unreleased/Breaking Changes-20230614-144743.yaml b/.changes/unreleased/Breaking Changes-20230614-144743.yaml deleted file mode 100644 index c83a7db5e..000000000 --- a/.changes/unreleased/Breaking Changes-20230614-144743.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Breaking Changes -body: require latest version of redshift_connector driver -time: 2023-06-14T14:47:43.90505-04:00 -custom: - Author: dataders - Issue: "492" diff --git a/.changes/unreleased/Fixes-20230612-114853.yaml b/.changes/unreleased/Fixes-20230612-114853.yaml deleted file mode 100644 index 1650c5704..000000000 --- a/.changes/unreleased/Fixes-20230612-114853.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: remove requirement for region param -time: 2023-06-12T11:48:53.980327-07:00 -custom: - Author: colin-rogers-dbt - Issue: "484" diff --git a/.changes/unreleased/Under the Hood-20230511-162623.yaml b/.changes/unreleased/Under the Hood-20230511-162623.yaml deleted file mode 100644 index 9166641af..000000000 --- a/.changes/unreleased/Under the Hood-20230511-162623.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: test constraint rendering of foreign key and unique constraints -time: 2023-05-11T16:26:23.49096-04:00 -custom: - Author: michelleark - Issue: "7417" diff --git a/CHANGELOG.md b/CHANGELOG.md index 8255d3edc..a0650ab60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ - "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.5.5 - June 15, 2023 + +### Breaking Changes + +- require latest version of redshift_connector driver ([#492](https://github.com/dbt-labs/dbt-redshift/issues/492)) + +### Fixes + +- remove requirement for region param ([#484](https://github.com/dbt-labs/dbt-redshift/issues/484)) + +### Under the Hood + +- test constraint rendering of foreign key and unique constraints ([#7417](https://github.com/dbt-labs/dbt-redshift/issues/7417)) + +### Contributors +- [@dataders](https://github.com/dataders) ([#492](https://github.com/dbt-labs/dbt-redshift/issues/492)) + + ## dbt-redshift 1.5.4 - June 05, 2023 ### Breaking Changes @@ -18,7 +36,6 @@ ### Contributors - [@jiezhen-chen](https://github.com/jiezhen-chen) ([#429](https://github.com/dbt-labs/dbt-redshift/issues/429), [#429](https://github.com/dbt-labs/dbt-redshift/issues/429)) - ## dbt-redshift 1.5.3 - June 02, 2023 ### Fixes diff --git a/dbt/adapters/redshift/__version__.py b/dbt/adapters/redshift/__version__.py index 25985dd86..7f07abf9a 100644 --- a/dbt/adapters/redshift/__version__.py +++ b/dbt/adapters/redshift/__version__.py @@ -1 +1 @@ -version = "1.5.4" +version = "1.5.5"