From 8d748b221dbd9b98dc25d6d3e84acc0c41455f6a Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Thu, 27 Apr 2023 16:31:00 +0000 Subject: [PATCH] Bumping version to 1.5.0 and generate changelog --- .bumpversion.cfg | 2 +- .changes/{1.5.0-rc1.md => 1.5.0.md} | 2 +- .changes/1.5.0/Features-20221209-105640.yaml | 6 ------ .changes/1.5.0/Features-20230127-155317.yaml | 6 ------ .changes/1.5.0/Features-20230301-113553.yaml | 6 ------ .changes/1.5.0/Features-20230314-124314.yaml | 6 ------ .changes/1.5.0/Features-20230314-154621.yaml | 6 ------ .changes/1.5.0/Features-20230406-104634.yaml | 6 ------ .changes/1.5.0/Fixes-20230316-132120.yaml | 7 ------- .changes/1.5.0/Fixes-20230407-213725.yaml | 6 ------ .changes/1.5.0/Fixes-20230411-143706.yaml | 6 ------ .changes/1.5.0/Under the Hood-20230118-071542.yaml | 8 -------- .changes/1.5.0/Under the Hood-20230130-171158.yaml | 6 ------ .changes/1.5.0/Under the Hood-20230130-205628.yaml | 6 ------ .changes/1.5.0/Under the Hood-20230223-110314.yaml | 6 ------ CHANGELOG.md | 3 ++- dbt/adapters/redshift/__version__.py | 2 +- 17 files changed, 5 insertions(+), 85 deletions(-) rename .changes/{1.5.0-rc1.md => 1.5.0.md} (97%) delete mode 100644 .changes/1.5.0/Features-20221209-105640.yaml delete mode 100644 .changes/1.5.0/Features-20230127-155317.yaml delete mode 100644 .changes/1.5.0/Features-20230301-113553.yaml delete mode 100644 .changes/1.5.0/Features-20230314-124314.yaml delete mode 100644 .changes/1.5.0/Features-20230314-154621.yaml delete mode 100644 .changes/1.5.0/Features-20230406-104634.yaml delete mode 100644 .changes/1.5.0/Fixes-20230316-132120.yaml delete mode 100644 .changes/1.5.0/Fixes-20230407-213725.yaml delete mode 100644 .changes/1.5.0/Fixes-20230411-143706.yaml delete mode 100644 .changes/1.5.0/Under the Hood-20230118-071542.yaml delete mode 100644 .changes/1.5.0/Under the Hood-20230130-171158.yaml delete mode 100644 .changes/1.5.0/Under the Hood-20230130-205628.yaml delete mode 100644 .changes/1.5.0/Under the Hood-20230223-110314.yaml diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 54240f292..0dc1c74b1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.0rc1 +current_version = 1.5.0 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.5.0-rc1.md b/.changes/1.5.0.md similarity index 97% rename from .changes/1.5.0-rc1.md rename to .changes/1.5.0.md index d72254377..49e176cbf 100644 --- a/.changes/1.5.0-rc1.md +++ b/.changes/1.5.0.md @@ -1,4 +1,4 @@ -## dbt-redshift 1.5.0-rc1 - April 13, 2023 +## dbt-redshift 1.5.0 - April 27, 2023 ### Features diff --git a/.changes/1.5.0/Features-20221209-105640.yaml b/.changes/1.5.0/Features-20221209-105640.yaml deleted file mode 100644 index ee31dc7b7..000000000 --- a/.changes/1.5.0/Features-20221209-105640.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: 'Support for data types constraints in Redshift' -time: 2022-12-09T10:56:40.808781-06:00 -custom: - Author: dave-connors-3 emmyoop - Issue: 227 342 diff --git a/.changes/1.5.0/Features-20230127-155317.yaml b/.changes/1.5.0/Features-20230127-155317.yaml deleted file mode 100644 index c18c00a32..000000000 --- a/.changes/1.5.0/Features-20230127-155317.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Stand-alone Python module for RedshiftColumn -time: 2023-01-27T15:53:17.999882-08:00 -custom: - Author: nssalian - Issue: "290" diff --git a/.changes/1.5.0/Features-20230301-113553.yaml b/.changes/1.5.0/Features-20230301-113553.yaml deleted file mode 100644 index 40cc40ed9..000000000 --- a/.changes/1.5.0/Features-20230301-113553.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Enforce contracts on models materialized as tables and views -time: 2023-03-01T11:35:53.98885-05:00 -custom: - Author: peterallenwebb emmyoop - Issue: 319 340 diff --git a/.changes/1.5.0/Features-20230314-124314.yaml b/.changes/1.5.0/Features-20230314-124314.yaml deleted file mode 100644 index 5141193ff..000000000 --- a/.changes/1.5.0/Features-20230314-124314.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Use contracted column order in create_table_as -time: 2023-03-14T12:43:14.104667-04:00 -custom: - Author: gshank - Issue: "356" diff --git a/.changes/1.5.0/Features-20230314-154621.yaml b/.changes/1.5.0/Features-20230314-154621.yaml deleted file mode 100644 index ac9b75bc2..000000000 --- a/.changes/1.5.0/Features-20230314-154621.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Modify adapter to work with unified constraint fields -time: 2023-03-14T15:46:21.963751-04:00 -custom: - Author: peterallenwebb - Issue: "341" diff --git a/.changes/1.5.0/Features-20230406-104634.yaml b/.changes/1.5.0/Features-20230406-104634.yaml deleted file mode 100644 index 1dd770544..000000000 --- a/.changes/1.5.0/Features-20230406-104634.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Add support for model-level constraints -time: 2023-04-06T10:46:34.699722-04:00 -custom: - Author: peterallenwebb - Issue: "343" diff --git a/.changes/1.5.0/Fixes-20230316-132120.yaml b/.changes/1.5.0/Fixes-20230316-132120.yaml deleted file mode 100644 index ed36f8a30..000000000 --- a/.changes/1.5.0/Fixes-20230316-132120.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixes -body: Added methods to `RedshiftAdapter` that were inadvertantly dropped when migrating - from `PostgresAdapter` to `SQLAdapter` -time: 2023-03-16T13:21:20.306393-04:00 -custom: - Author: mikealfare - Issue: "365" diff --git a/.changes/1.5.0/Fixes-20230407-213725.yaml b/.changes/1.5.0/Fixes-20230407-213725.yaml deleted file mode 100644 index e83b0e147..000000000 --- a/.changes/1.5.0/Fixes-20230407-213725.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Fix two adapter logging bugs arising from using the redshift cursor object -time: 2023-04-07T21:37:25.873248-07:00 -custom: - Author: versusfacit - Issue: "373" diff --git a/.changes/1.5.0/Fixes-20230411-143706.yaml b/.changes/1.5.0/Fixes-20230411-143706.yaml deleted file mode 100644 index 799e031e5..000000000 --- a/.changes/1.5.0/Fixes-20230411-143706.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Repair accidental change to dev-requirements -time: 2023-04-11T14:37:06.868255-04:00 -custom: - Author: peterallenwebb - Issue: "403" diff --git a/.changes/1.5.0/Under the Hood-20230118-071542.yaml b/.changes/1.5.0/Under the Hood-20230118-071542.yaml deleted file mode 100644 index afa2f05f6..000000000 --- a/.changes/1.5.0/Under the Hood-20230118-071542.yaml +++ /dev/null @@ -1,8 +0,0 @@ -kind: Under the Hood -body: Replace psycopg2 connector with Redshift python connector when connecting to - Redshift -time: 2023-01-18T07:15:42.183304-08:00 -custom: - Author: sathiish-kumar - Issue: "219" - PR: "251" diff --git a/.changes/1.5.0/Under the Hood-20230130-171158.yaml b/.changes/1.5.0/Under the Hood-20230130-171158.yaml deleted file mode 100644 index 7f68bac4e..000000000 --- a/.changes/1.5.0/Under the Hood-20230130-171158.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: 'remove tox call to integration tests' -time: 2023-01-30T17:11:58.554584-08:00 -custom: - Author: colin-rogers-dbt - Issue: "257" diff --git a/.changes/1.5.0/Under the Hood-20230130-205628.yaml b/.changes/1.5.0/Under the Hood-20230130-205628.yaml deleted file mode 100644 index c3ec867f5..000000000 --- a/.changes/1.5.0/Under the Hood-20230130-205628.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Convert Backup Table tests -time: 2023-01-30T20:56:28.642573-05:00 -custom: - Author: mikealfare - Issue: "293" diff --git a/.changes/1.5.0/Under the Hood-20230223-110314.yaml b/.changes/1.5.0/Under the Hood-20230223-110314.yaml deleted file mode 100644 index a4f519569..000000000 --- a/.changes/1.5.0/Under the Hood-20230223-110314.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Treat contract config as a python object -time: 2023-02-23T11:03:14.344028-05:00 -custom: - Author: gshank emmyoop - Issue: 330 382 diff --git a/CHANGELOG.md b/CHANGELOG.md index a4d49e8a7..549432a91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ - "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.0-rc1 - April 13, 2023 +## dbt-redshift 1.5.0 - April 27, 2023 ### Features @@ -33,6 +33,7 @@ - [@dave-connors-3](https://github.com/dave-connors-3) ([#227](https://github.com/dbt-labs/dbt-redshift/issues/227), [#342](https://github.com/dbt-labs/dbt-redshift/issues/342)) - [@sathiish-kumar](https://github.com/sathiish-kumar) ([#219](https://github.com/dbt-labs/dbt-redshift/issues/219)) + ## Previous Releases For information on prior major and minor releases, see their changelogs: - [1.4](https://github.com/dbt-labs/dbt-redshift/blob/1.4.latest/CHANGELOG.md) diff --git a/dbt/adapters/redshift/__version__.py b/dbt/adapters/redshift/__version__.py index fa6c5a1ac..e3a0f0153 100644 --- a/dbt/adapters/redshift/__version__.py +++ b/dbt/adapters/redshift/__version__.py @@ -1 +1 @@ -version = "1.5.0rc1" +version = "1.5.0"