From 81d7a19b4faa1ca70beb36a05a8cb619aeb1a133 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Thu, 18 Apr 2024 19:54:44 +0000 Subject: [PATCH] Bumping version to 1.8.0b3 and generate changelog --- .bumpversion.cfg | 2 +- .changes/1.8.0-b3.md | 16 +++++++++++++++ .../Fixes-20240326-123703.yaml | 0 .../Security-20240416-195919.yaml | 0 .../Under the Hood-20240410-182912.yaml | 0 CHANGELOG.md | 20 +++++++++++++++++-- dbt/adapters/redshift/__version__.py | 2 +- 7 files changed, 36 insertions(+), 4 deletions(-) create mode 100644 .changes/1.8.0-b3.md rename .changes/{unreleased => 1.8.0}/Fixes-20240326-123703.yaml (100%) rename .changes/{unreleased => 1.8.0}/Security-20240416-195919.yaml (100%) rename .changes/{unreleased => 1.8.0}/Under the Hood-20240410-182912.yaml (100%) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7cccf8ede..52cc0acca 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.8.0b2 +current_version = 1.8.0b3 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.8.0-b3.md b/.changes/1.8.0-b3.md new file mode 100644 index 000000000..5f9d828c3 --- /dev/null +++ b/.changes/1.8.0-b3.md @@ -0,0 +1,16 @@ +## dbt-redshift 1.8.0-b3 - April 18, 2024 + +### Fixes + +- dbt can cancel open queries upon interrupt ([#705](https://github.com/dbt-labs/dbt-redshift/issues/705)) + +### Under the Hood + +- Update dependabot config to cover GHA ([#759](https://github.com/dbt-labs/dbt-redshift/issues/759)) + +### Security + +- Bump sqlparse to >=0.5.0, <0.6.0 to address GHSA-2m57-hf25-phgg along with dbt-core ([#768](https://github.com/dbt-labs/dbt-redshift/pull/768)) + +### Contributors +- [@holly-evans](https://github.com/holly-evans) ([#705](https://github.com/dbt-labs/dbt-redshift/issues/705)) diff --git a/.changes/unreleased/Fixes-20240326-123703.yaml b/.changes/1.8.0/Fixes-20240326-123703.yaml similarity index 100% rename from .changes/unreleased/Fixes-20240326-123703.yaml rename to .changes/1.8.0/Fixes-20240326-123703.yaml diff --git a/.changes/unreleased/Security-20240416-195919.yaml b/.changes/1.8.0/Security-20240416-195919.yaml similarity index 100% rename from .changes/unreleased/Security-20240416-195919.yaml rename to .changes/1.8.0/Security-20240416-195919.yaml diff --git a/.changes/unreleased/Under the Hood-20240410-182912.yaml b/.changes/1.8.0/Under the Hood-20240410-182912.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20240410-182912.yaml rename to .changes/1.8.0/Under the Hood-20240410-182912.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 200815006..f45988f03 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.8.0-b3 - April 18, 2024 + +### Fixes + +- dbt can cancel open queries upon interrupt ([#705](https://github.com/dbt-labs/dbt-redshift/issues/705)) + +### Under the Hood + +- Update dependabot config to cover GHA ([#759](https://github.com/dbt-labs/dbt-redshift/issues/759)) + +### Security + +- Bump sqlparse to >=0.5.0, <0.6.0 to address GHSA-2m57-hf25-phgg along with dbt-core ([#768](https://github.com/dbt-labs/dbt-redshift/pull/768)) + +### Contributors +- [@holly-evans](https://github.com/holly-evans) ([#705](https://github.com/dbt-labs/dbt-redshift/issues/705)) + + ## dbt-redshift 1.8.0-b2 - April 03, 2024 ### Features @@ -28,8 +46,6 @@ - Pin `black>=24.3` in `dev-requirements.txt` ([#743](https://github.com/dbt-labs/dbt-redshift/pull/743)) - - ## dbt-redshift 1.8.0-b1 - March 01, 2024 ### Features diff --git a/dbt/adapters/redshift/__version__.py b/dbt/adapters/redshift/__version__.py index 7d16c28f0..b0f82cbca 100644 --- a/dbt/adapters/redshift/__version__.py +++ b/dbt/adapters/redshift/__version__.py @@ -1 +1 @@ -version = "1.8.0b2" +version = "1.8.0b3"