From bdeab91f5d14a501994574b07bd9785378fd55af Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Fri, 18 Aug 2023 16:41:22 +0000 Subject: [PATCH] Bumping version to 1.6.1rc1 and generate changelog --- .bumpversion.cfg | 2 +- .changes/1.6.1-rc1.md | 25 ++++++++++++++++ .../Docs-20230804-131815.yaml | 0 .../Docs-20230807-152548.yaml | 0 .../Fixes-20230720-122723.yaml | 0 .../Fixes-20230802-141556.yaml | 0 .../Fixes-20230806-222319.yaml | 0 .../Fixes-20230811-204144.yaml | 0 .../Fixes-20230811-212008.yaml | 0 .../Fixes-20230814-145702.yaml | 0 .../Fixes-20230815-104444.yaml | 0 .../Fixes-20230817-130915.yaml | 0 .../Under the Hood-20230719-124611.yaml | 0 .../Under the Hood-20230719-163334.yaml | 0 .../Under the Hood-20230807-164509.yaml | 0 .../Under the Hood-20230809-094834.yaml | 0 .../Under the Hood-20230811-100902.yaml | 0 CHANGELOG.md | 29 ++++++++++++++++++- core/dbt/version.py | 2 +- core/setup.py | 2 +- docker/Dockerfile | 12 ++++---- .../dbt/adapters/postgres/__version__.py | 2 +- plugins/postgres/setup.py | 2 +- .../adapter/dbt/tests/adapter/__version__.py | 2 +- tests/adapter/setup.py | 2 +- 25 files changed, 66 insertions(+), 14 deletions(-) create mode 100644 .changes/1.6.1-rc1.md rename .changes/{unreleased => 1.6.1}/Docs-20230804-131815.yaml (100%) rename .changes/{unreleased => 1.6.1}/Docs-20230807-152548.yaml (100%) rename .changes/{unreleased => 1.6.1}/Fixes-20230720-122723.yaml (100%) rename .changes/{unreleased => 1.6.1}/Fixes-20230802-141556.yaml (100%) rename .changes/{unreleased => 1.6.1}/Fixes-20230806-222319.yaml (100%) rename .changes/{unreleased => 1.6.1}/Fixes-20230811-204144.yaml (100%) rename .changes/{unreleased => 1.6.1}/Fixes-20230811-212008.yaml (100%) rename .changes/{unreleased => 1.6.1}/Fixes-20230814-145702.yaml (100%) rename .changes/{unreleased => 1.6.1}/Fixes-20230815-104444.yaml (100%) rename .changes/{unreleased => 1.6.1}/Fixes-20230817-130915.yaml (100%) rename .changes/{unreleased => 1.6.1}/Under the Hood-20230719-124611.yaml (100%) rename .changes/{unreleased => 1.6.1}/Under the Hood-20230719-163334.yaml (100%) rename .changes/{unreleased => 1.6.1}/Under the Hood-20230807-164509.yaml (100%) rename .changes/{unreleased => 1.6.1}/Under the Hood-20230809-094834.yaml (100%) rename .changes/{unreleased => 1.6.1}/Under the Hood-20230811-100902.yaml (100%) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 03ff71fe784..f3245d8383a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.0 +current_version = 1.6.1rc1 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.6.1-rc1.md b/.changes/1.6.1-rc1.md new file mode 100644 index 00000000000..d95d1c3cef5 --- /dev/null +++ b/.changes/1.6.1-rc1.md @@ -0,0 +1,25 @@ +## dbt-core 1.6.1-rc1 - August 18, 2023 + +### Fixes + +- Add status to Parse Inline Error ([#8173](https://github.com/dbt-labs/dbt-core/issues/8173)) +- Fix retry not working with log-file-max-bytes ([#8297](https://github.com/dbt-labs/dbt-core/issues/8297)) +- Detect changes to model access, version, or latest_version in state:modified ([#8189](https://github.com/dbt-labs/dbt-core/issues/8189)) +- fix fqn-selection for external versioned models ([#8374](https://github.com/dbt-labs/dbt-core/issues/8374)) +- Fix: DbtInternalError after model that previously ref'd external model is deleted ([#8375](https://github.com/dbt-labs/dbt-core/issues/8375)) +- Fix using list command with path selector and project-dir ([#8385](https://github.com/dbt-labs/dbt-core/issues/8385)) +- Remedy performance regression by only writing run_results.json once. ([#8360](https://github.com/dbt-labs/dbt-core/issues/8360)) + +### Docs + +- Display contract and column constraints on the model page ([dbt-docs/#433](https://github.com/dbt-labs/dbt-docs/issues/433)) +- Display semantic model details in docs ([dbt-docs/#431](https://github.com/dbt-labs/dbt-docs/issues/431)) + +### Under the Hood + +- Refactor flaky test pp_versioned_models ([#7781](https://github.com/dbt-labs/dbt-core/issues/7781)) +- format exception from dbtPlugin.initialize ([#8152](https://github.com/dbt-labs/dbt-core/issues/8152)) +- Update manifest v10 ([#8333](https://github.com/dbt-labs/dbt-core/issues/8333)) +- add tracking for plugin.get_nodes calls ([#8344](https://github.com/dbt-labs/dbt-core/issues/8344)) +- add internal flag: --no-partial-parse-file-diff to inform whether to compute a file diff during partial parsing ([#8363](https://github.com/dbt-labs/dbt-core/issues/8363)) +- Use python version 3.10.7 in Docker image. ([#8444](https://github.com/dbt-labs/dbt-core/issues/8444)) diff --git a/.changes/unreleased/Docs-20230804-131815.yaml b/.changes/1.6.1/Docs-20230804-131815.yaml similarity index 100% rename from .changes/unreleased/Docs-20230804-131815.yaml rename to .changes/1.6.1/Docs-20230804-131815.yaml diff --git a/.changes/unreleased/Docs-20230807-152548.yaml b/.changes/1.6.1/Docs-20230807-152548.yaml similarity index 100% rename from .changes/unreleased/Docs-20230807-152548.yaml rename to .changes/1.6.1/Docs-20230807-152548.yaml diff --git a/.changes/unreleased/Fixes-20230720-122723.yaml b/.changes/1.6.1/Fixes-20230720-122723.yaml similarity index 100% rename from .changes/unreleased/Fixes-20230720-122723.yaml rename to .changes/1.6.1/Fixes-20230720-122723.yaml diff --git a/.changes/unreleased/Fixes-20230802-141556.yaml b/.changes/1.6.1/Fixes-20230802-141556.yaml similarity index 100% rename from .changes/unreleased/Fixes-20230802-141556.yaml rename to .changes/1.6.1/Fixes-20230802-141556.yaml diff --git a/.changes/unreleased/Fixes-20230806-222319.yaml b/.changes/1.6.1/Fixes-20230806-222319.yaml similarity index 100% rename from .changes/unreleased/Fixes-20230806-222319.yaml rename to .changes/1.6.1/Fixes-20230806-222319.yaml diff --git a/.changes/unreleased/Fixes-20230811-204144.yaml b/.changes/1.6.1/Fixes-20230811-204144.yaml similarity index 100% rename from .changes/unreleased/Fixes-20230811-204144.yaml rename to .changes/1.6.1/Fixes-20230811-204144.yaml diff --git a/.changes/unreleased/Fixes-20230811-212008.yaml b/.changes/1.6.1/Fixes-20230811-212008.yaml similarity index 100% rename from .changes/unreleased/Fixes-20230811-212008.yaml rename to .changes/1.6.1/Fixes-20230811-212008.yaml diff --git a/.changes/unreleased/Fixes-20230814-145702.yaml b/.changes/1.6.1/Fixes-20230814-145702.yaml similarity index 100% rename from .changes/unreleased/Fixes-20230814-145702.yaml rename to .changes/1.6.1/Fixes-20230814-145702.yaml diff --git a/.changes/unreleased/Fixes-20230815-104444.yaml b/.changes/1.6.1/Fixes-20230815-104444.yaml similarity index 100% rename from .changes/unreleased/Fixes-20230815-104444.yaml rename to .changes/1.6.1/Fixes-20230815-104444.yaml diff --git a/.changes/unreleased/Fixes-20230817-130915.yaml b/.changes/1.6.1/Fixes-20230817-130915.yaml similarity index 100% rename from .changes/unreleased/Fixes-20230817-130915.yaml rename to .changes/1.6.1/Fixes-20230817-130915.yaml diff --git a/.changes/unreleased/Under the Hood-20230719-124611.yaml b/.changes/1.6.1/Under the Hood-20230719-124611.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20230719-124611.yaml rename to .changes/1.6.1/Under the Hood-20230719-124611.yaml diff --git a/.changes/unreleased/Under the Hood-20230719-163334.yaml b/.changes/1.6.1/Under the Hood-20230719-163334.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20230719-163334.yaml rename to .changes/1.6.1/Under the Hood-20230719-163334.yaml diff --git a/.changes/unreleased/Under the Hood-20230807-164509.yaml b/.changes/1.6.1/Under the Hood-20230807-164509.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20230807-164509.yaml rename to .changes/1.6.1/Under the Hood-20230807-164509.yaml diff --git a/.changes/unreleased/Under the Hood-20230809-094834.yaml b/.changes/1.6.1/Under the Hood-20230809-094834.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20230809-094834.yaml rename to .changes/1.6.1/Under the Hood-20230809-094834.yaml diff --git a/.changes/unreleased/Under the Hood-20230811-100902.yaml b/.changes/1.6.1/Under the Hood-20230811-100902.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20230811-100902.yaml rename to .changes/1.6.1/Under the Hood-20230811-100902.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b26e58781..e217eea0775 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,34 @@ - "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-core/blob/main/CONTRIBUTING.md#adding-changelog-entry) +## dbt-core 1.6.1-rc1 - August 18, 2023 + +### Fixes + +- Add status to Parse Inline Error ([#8173](https://github.com/dbt-labs/dbt-core/issues/8173)) +- Fix retry not working with log-file-max-bytes ([#8297](https://github.com/dbt-labs/dbt-core/issues/8297)) +- Detect changes to model access, version, or latest_version in state:modified ([#8189](https://github.com/dbt-labs/dbt-core/issues/8189)) +- fix fqn-selection for external versioned models ([#8374](https://github.com/dbt-labs/dbt-core/issues/8374)) +- Fix: DbtInternalError after model that previously ref'd external model is deleted ([#8375](https://github.com/dbt-labs/dbt-core/issues/8375)) +- Fix using list command with path selector and project-dir ([#8385](https://github.com/dbt-labs/dbt-core/issues/8385)) +- Remedy performance regression by only writing run_results.json once. ([#8360](https://github.com/dbt-labs/dbt-core/issues/8360)) + +### Docs + +- Display contract and column constraints on the model page ([dbt-docs/#433](https://github.com/dbt-labs/dbt-docs/issues/433)) +- Display semantic model details in docs ([dbt-docs/#431](https://github.com/dbt-labs/dbt-docs/issues/431)) + +### Under the Hood + +- Refactor flaky test pp_versioned_models ([#7781](https://github.com/dbt-labs/dbt-core/issues/7781)) +- format exception from dbtPlugin.initialize ([#8152](https://github.com/dbt-labs/dbt-core/issues/8152)) +- Update manifest v10 ([#8333](https://github.com/dbt-labs/dbt-core/issues/8333)) +- add tracking for plugin.get_nodes calls ([#8344](https://github.com/dbt-labs/dbt-core/issues/8344)) +- add internal flag: --no-partial-parse-file-diff to inform whether to compute a file diff during partial parsing ([#8363](https://github.com/dbt-labs/dbt-core/issues/8363)) +- Use python version 3.10.7 in Docker image. ([#8444](https://github.com/dbt-labs/dbt-core/issues/8444)) + + + ## dbt-core 1.6.0 - July 31, 2023 ### Breaking Changes @@ -210,7 +238,6 @@ - [@trouze](https://github.com/trouze) ([#7564](https://github.com/dbt-labs/dbt-core/issues/7564)) - [@willbryant](https://github.com/willbryant) ([#7350](https://github.com/dbt-labs/dbt-core/issues/7350)) - ## Previous Releases For information on prior major and minor releases, see their changelogs: diff --git a/core/dbt/version.py b/core/dbt/version.py index 29c0a821371..952910abbb5 100644 --- a/core/dbt/version.py +++ b/core/dbt/version.py @@ -232,5 +232,5 @@ def _get_adapter_plugin_names() -> Iterator[str]: yield plugin_name -__version__ = "1.6.0" +__version__ = "1.6.1rc1" installed = get_installed_version() diff --git a/core/setup.py b/core/setup.py index 24c91b5e2c9..e9f09f9100f 100644 --- a/core/setup.py +++ b/core/setup.py @@ -25,7 +25,7 @@ package_name = "dbt-core" -package_version = "1.6.0" +package_version = "1.6.1rc1" description = """With dbt, data analysts and engineers can build analytics \ the way engineers build applications.""" diff --git a/docker/Dockerfile b/docker/Dockerfile index 3e81711f567..49a13931a9b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -16,12 +16,12 @@ FROM --platform=$build_for python:3.10.7-slim-bullseye as base # N.B. The refs updated automagically every release via bumpversion # N.B. dbt-postgres is currently found in the core codebase so a value of dbt-core@ is correct -ARG dbt_core_ref=dbt-core@v1.6.0 -ARG dbt_postgres_ref=dbt-core@v1.6.0 -ARG dbt_redshift_ref=dbt-redshift@v1.6.0 -ARG dbt_bigquery_ref=dbt-bigquery@v1.6.0 -ARG dbt_snowflake_ref=dbt-snowflake@v1.6.0 -ARG dbt_spark_ref=dbt-spark@v1.6.0 +ARG dbt_core_ref=dbt-core@v1.6.1rc1 +ARG dbt_postgres_ref=dbt-core@v1.6.1rc1 +ARG dbt_redshift_ref=dbt-redshift@v1.6.1rc1 +ARG dbt_bigquery_ref=dbt-bigquery@v1.6.1rc1 +ARG dbt_snowflake_ref=dbt-snowflake@v1.6.1rc1 +ARG dbt_spark_ref=dbt-spark@v1.6.1rc1 # special case args ARG dbt_spark_version=all ARG dbt_third_party diff --git a/plugins/postgres/dbt/adapters/postgres/__version__.py b/plugins/postgres/dbt/adapters/postgres/__version__.py index 38ec8ede9e2..69e47df162d 100644 --- a/plugins/postgres/dbt/adapters/postgres/__version__.py +++ b/plugins/postgres/dbt/adapters/postgres/__version__.py @@ -1 +1 @@ -version = "1.6.0" +version = "1.6.1rc1" diff --git a/plugins/postgres/setup.py b/plugins/postgres/setup.py index c640340fd5d..6439943adfe 100644 --- a/plugins/postgres/setup.py +++ b/plugins/postgres/setup.py @@ -41,7 +41,7 @@ def _dbt_psycopg2_name(): package_name = "dbt-postgres" -package_version = "1.6.0" +package_version = "1.6.1rc1" description = """The postgres adapter plugin for dbt (data build tool)""" this_directory = os.path.abspath(os.path.dirname(__file__)) diff --git a/tests/adapter/dbt/tests/adapter/__version__.py b/tests/adapter/dbt/tests/adapter/__version__.py index 38ec8ede9e2..69e47df162d 100644 --- a/tests/adapter/dbt/tests/adapter/__version__.py +++ b/tests/adapter/dbt/tests/adapter/__version__.py @@ -1 +1 @@ -version = "1.6.0" +version = "1.6.1rc1" diff --git a/tests/adapter/setup.py b/tests/adapter/setup.py index 2181623c7eb..cca3d3d8c8c 100644 --- a/tests/adapter/setup.py +++ b/tests/adapter/setup.py @@ -20,7 +20,7 @@ package_name = "dbt-tests-adapter" -package_version = "1.6.0" +package_version = "1.6.1rc1" description = """The dbt adapter tests for adapter plugins""" this_directory = os.path.abspath(os.path.dirname(__file__))