From 47ae94c9020eceb5d55e77d846aa32285877cb76 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Thu, 17 Aug 2023 21:48:32 +0000 Subject: [PATCH] Bumping version to 1.7.0b1 and generate changelog --- .bumpversion.cfg | 2 +- .changes/1.7.0-b1.md | 32 +++++++++++++++++ .../Dependencies-20230711-192047.yaml | 0 .../Dependencies-20230717-195349.yaml | 0 .../Dependencies-20230720-191748.yaml | 0 .../Dependencies-20230724-190537.yaml | 0 .../Dependencies-20230731-194135.yaml | 0 .../Dependencies-20230803-131633.yaml | 0 .../Dependencies-20230808-194553.yaml | 0 .../Dependencies-20230810-193150.yaml | 0 .../Dependencies-20230810-193846.yaml | 0 .../Dependencies-20230811-195421.yaml | 0 .../Dependencies-20230814-190800.yaml | 0 .../Dependencies-20230816-195442.yaml | 0 .../Features-20230803-111146.yaml | 0 .../Fixes-20230802-103350.yaml | 0 .../Under the Hood-20230724-164439.yaml | 0 .../Under the Hood-20230808-141645.yaml | 0 CHANGELOG.md | 34 +++++++++++++++++++ dbt/adapters/redshift/__version__.py | 2 +- 20 files changed, 68 insertions(+), 2 deletions(-) create mode 100644 .changes/1.7.0-b1.md rename .changes/{unreleased => 1.7.0}/Dependencies-20230711-192047.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230717-195349.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230720-191748.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230724-190537.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230731-194135.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230803-131633.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230808-194553.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230810-193150.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230810-193846.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230811-195421.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230814-190800.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230816-195442.yaml (100%) rename .changes/{unreleased => 1.7.0}/Features-20230803-111146.yaml (100%) rename .changes/{unreleased => 1.7.0}/Fixes-20230802-103350.yaml (100%) rename .changes/{unreleased => 1.7.0}/Under the Hood-20230724-164439.yaml (100%) rename .changes/{unreleased => 1.7.0}/Under the Hood-20230808-141645.yaml (100%) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cffe9f374..b3daceb77 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.0a1 +current_version = 1.7.0b1 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.7.0-b1.md b/.changes/1.7.0-b1.md new file mode 100644 index 000000000..be669a9db --- /dev/null +++ b/.changes/1.7.0-b1.md @@ -0,0 +1,32 @@ +## dbt-redshift 1.7.0-b1 - August 17, 2023 + +### Features + +- Support DISTSTYLE for seeds ([#255](https://github.com/dbt-labs/dbt-redshift/issues/255)) + +### Fixes + +- Insert values of `merge_exclude_columns` when not matched ([#563](https://github.com/dbt-labs/dbt-redshift/issues/563)) + +### Under the Hood + +- Update stale workflow to use the centralized version ([#552](https://github.com/dbt-labs/dbt-redshift/issues/552)) +- Update flaky MV tests to use retry logic to avoid "cannot open relation with OID" error ([#569](https://github.com/dbt-labs/dbt-redshift/issues/569)) + +### Dependencies + +- Update black requirement from ~=23.3 to ~=23.7 ([#529](https://github.com/dbt-labs/dbt-redshift/pull/529)) +- Update pip-tools requirement from ~=6.14 to ~=7.0 ([#541](https://github.com/dbt-labs/dbt-redshift/pull/541)) +- Update ddtrace requirement from ~=1.16 to ~=1.17 ([#550](https://github.com/dbt-labs/dbt-redshift/pull/550)) +- Update wheel requirement from ~=0.40 to ~=0.41 ([#551](https://github.com/dbt-labs/dbt-redshift/pull/551)) +- Update flake8 requirement from ~=6.0 to ~=6.1 ([#562](https://github.com/dbt-labs/dbt-redshift/pull/562)) +- Update pip-tools requirement from ~=7.0 to ~=7.2 ([#567](https://github.com/dbt-labs/dbt-redshift/pull/567)) +- Update tox requirement from ~=4.6 to ~=4.7 ([#570](https://github.com/dbt-labs/dbt-redshift/pull/570)) +- Bump mypy from 1.4.1 to 1.5.0 ([#573](https://github.com/dbt-labs/dbt-redshift/pull/573)) +- Update pip-tools requirement from ~=7.2 to ~=7.3 ([#572](https://github.com/dbt-labs/dbt-redshift/pull/572)) +- Update ddtrace requirement from ~=1.17 to ~=1.18 ([#575](https://github.com/dbt-labs/dbt-redshift/pull/575)) +- Update tox requirement from ~=4.7 to ~=4.8 ([#581](https://github.com/dbt-labs/dbt-redshift/pull/581)) +- Update tox requirement from ~=4.8 to ~=4.9 ([#586](https://github.com/dbt-labs/dbt-redshift/pull/586)) + +### Contributors +- [@WillAyd](https://github.com/WillAyd) ([#255](https://github.com/dbt-labs/dbt-redshift/issues/255)) diff --git a/.changes/unreleased/Dependencies-20230711-192047.yaml b/.changes/1.7.0/Dependencies-20230711-192047.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230711-192047.yaml rename to .changes/1.7.0/Dependencies-20230711-192047.yaml diff --git a/.changes/unreleased/Dependencies-20230717-195349.yaml b/.changes/1.7.0/Dependencies-20230717-195349.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230717-195349.yaml rename to .changes/1.7.0/Dependencies-20230717-195349.yaml diff --git a/.changes/unreleased/Dependencies-20230720-191748.yaml b/.changes/1.7.0/Dependencies-20230720-191748.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230720-191748.yaml rename to .changes/1.7.0/Dependencies-20230720-191748.yaml diff --git a/.changes/unreleased/Dependencies-20230724-190537.yaml b/.changes/1.7.0/Dependencies-20230724-190537.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230724-190537.yaml rename to .changes/1.7.0/Dependencies-20230724-190537.yaml diff --git a/.changes/unreleased/Dependencies-20230731-194135.yaml b/.changes/1.7.0/Dependencies-20230731-194135.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230731-194135.yaml rename to .changes/1.7.0/Dependencies-20230731-194135.yaml diff --git a/.changes/unreleased/Dependencies-20230803-131633.yaml b/.changes/1.7.0/Dependencies-20230803-131633.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230803-131633.yaml rename to .changes/1.7.0/Dependencies-20230803-131633.yaml diff --git a/.changes/unreleased/Dependencies-20230808-194553.yaml b/.changes/1.7.0/Dependencies-20230808-194553.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230808-194553.yaml rename to .changes/1.7.0/Dependencies-20230808-194553.yaml diff --git a/.changes/unreleased/Dependencies-20230810-193150.yaml b/.changes/1.7.0/Dependencies-20230810-193150.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230810-193150.yaml rename to .changes/1.7.0/Dependencies-20230810-193150.yaml diff --git a/.changes/unreleased/Dependencies-20230810-193846.yaml b/.changes/1.7.0/Dependencies-20230810-193846.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230810-193846.yaml rename to .changes/1.7.0/Dependencies-20230810-193846.yaml diff --git a/.changes/unreleased/Dependencies-20230811-195421.yaml b/.changes/1.7.0/Dependencies-20230811-195421.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230811-195421.yaml rename to .changes/1.7.0/Dependencies-20230811-195421.yaml diff --git a/.changes/unreleased/Dependencies-20230814-190800.yaml b/.changes/1.7.0/Dependencies-20230814-190800.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230814-190800.yaml rename to .changes/1.7.0/Dependencies-20230814-190800.yaml diff --git a/.changes/unreleased/Dependencies-20230816-195442.yaml b/.changes/1.7.0/Dependencies-20230816-195442.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230816-195442.yaml rename to .changes/1.7.0/Dependencies-20230816-195442.yaml diff --git a/.changes/unreleased/Features-20230803-111146.yaml b/.changes/1.7.0/Features-20230803-111146.yaml similarity index 100% rename from .changes/unreleased/Features-20230803-111146.yaml rename to .changes/1.7.0/Features-20230803-111146.yaml diff --git a/.changes/unreleased/Fixes-20230802-103350.yaml b/.changes/1.7.0/Fixes-20230802-103350.yaml similarity index 100% rename from .changes/unreleased/Fixes-20230802-103350.yaml rename to .changes/1.7.0/Fixes-20230802-103350.yaml diff --git a/.changes/unreleased/Under the Hood-20230724-164439.yaml b/.changes/1.7.0/Under the Hood-20230724-164439.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20230724-164439.yaml rename to .changes/1.7.0/Under the Hood-20230724-164439.yaml diff --git a/.changes/unreleased/Under the Hood-20230808-141645.yaml b/.changes/1.7.0/Under the Hood-20230808-141645.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20230808-141645.yaml rename to .changes/1.7.0/Under the Hood-20230808-141645.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 04a8e7db1..44a71a8bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,40 @@ - "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.0-b1 - August 17, 2023 + +### Features + +- Support DISTSTYLE for seeds ([#255](https://github.com/dbt-labs/dbt-redshift/issues/255)) + +### Fixes + +- Insert values of `merge_exclude_columns` when not matched ([#563](https://github.com/dbt-labs/dbt-redshift/issues/563)) + +### Under the Hood + +- Update stale workflow to use the centralized version ([#552](https://github.com/dbt-labs/dbt-redshift/issues/552)) +- Update flaky MV tests to use retry logic to avoid "cannot open relation with OID" error ([#569](https://github.com/dbt-labs/dbt-redshift/issues/569)) + +### Dependencies + +- Update black requirement from ~=23.3 to ~=23.7 ([#529](https://github.com/dbt-labs/dbt-redshift/pull/529)) +- Update pip-tools requirement from ~=6.14 to ~=7.0 ([#541](https://github.com/dbt-labs/dbt-redshift/pull/541)) +- Update ddtrace requirement from ~=1.16 to ~=1.17 ([#550](https://github.com/dbt-labs/dbt-redshift/pull/550)) +- Update wheel requirement from ~=0.40 to ~=0.41 ([#551](https://github.com/dbt-labs/dbt-redshift/pull/551)) +- Update flake8 requirement from ~=6.0 to ~=6.1 ([#562](https://github.com/dbt-labs/dbt-redshift/pull/562)) +- Update pip-tools requirement from ~=7.0 to ~=7.2 ([#567](https://github.com/dbt-labs/dbt-redshift/pull/567)) +- Update tox requirement from ~=4.6 to ~=4.7 ([#570](https://github.com/dbt-labs/dbt-redshift/pull/570)) +- Bump mypy from 1.4.1 to 1.5.0 ([#573](https://github.com/dbt-labs/dbt-redshift/pull/573)) +- Update pip-tools requirement from ~=7.2 to ~=7.3 ([#572](https://github.com/dbt-labs/dbt-redshift/pull/572)) +- Update ddtrace requirement from ~=1.17 to ~=1.18 ([#575](https://github.com/dbt-labs/dbt-redshift/pull/575)) +- Update tox requirement from ~=4.7 to ~=4.8 ([#581](https://github.com/dbt-labs/dbt-redshift/pull/581)) +- Update tox requirement from ~=4.8 to ~=4.9 ([#586](https://github.com/dbt-labs/dbt-redshift/pull/586)) + +### Contributors +- [@WillAyd](https://github.com/WillAyd) ([#255](https://github.com/dbt-labs/dbt-redshift/issues/255)) + + ## 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 874bd74c8..48607b01f 100644 --- a/dbt/adapters/redshift/__version__.py +++ b/dbt/adapters/redshift/__version__.py @@ -1 +1 @@ -version = "1.7.0a1" +version = "1.7.0b1"