From 5a8e5b71007d233a9abc6e312c6729c8f6e1467c Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Thu, 28 Sep 2023 21:00:19 +0000 Subject: [PATCH] Bumping version to 1.6.4 and generate changelog --- .bumpversion.cfg | 2 +- .changes/1.6.4.md | 18 ++++++++++++++++ .../unreleased/Features-20230914-074429.yaml | 7 ------- .../unreleased/Features-20230918-150855.yaml | 6 ------ .../unreleased/Fixes-20230913-153924.yaml | 6 ------ .../unreleased/Fixes-20230922-223313.yaml | 6 ------ .../unreleased/Fixes-20230925-233306.yaml | 6 ------ .../unreleased/Fixes-20230926-001527.yaml | 6 ------ .../unreleased/Fixes-20230928-184856.yaml | 6 ------ CHANGELOG.md | 21 ++++++++++++++++++- 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 +- 17 files changed, 51 insertions(+), 57 deletions(-) create mode 100644 .changes/1.6.4.md delete mode 100644 .changes/unreleased/Features-20230914-074429.yaml delete mode 100644 .changes/unreleased/Features-20230918-150855.yaml delete mode 100644 .changes/unreleased/Fixes-20230913-153924.yaml delete mode 100644 .changes/unreleased/Fixes-20230922-223313.yaml delete mode 100644 .changes/unreleased/Fixes-20230925-233306.yaml delete mode 100644 .changes/unreleased/Fixes-20230926-001527.yaml delete mode 100644 .changes/unreleased/Fixes-20230928-184856.yaml diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6ee82acbd6f..ffb36771982 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.3 +current_version = 1.6.4 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.6.4.md b/.changes/1.6.4.md new file mode 100644 index 00000000000..a4ebc2da146 --- /dev/null +++ b/.changes/1.6.4.md @@ -0,0 +1,18 @@ +## dbt-core 1.6.4 - September 28, 2023 + +### Features + +- Add support for optional label in semantic_models, measures, dimensions and entities. ([#8595](https://github.com/dbt-labs/dbt-core/issues/8595)) + +### Fixes + +- update dbt show to include limit in DWH query ([#8496,](https://github.com/dbt-labs/dbt-core/issues/8496,), [#8417](https://github.com/dbt-labs/dbt-core/issues/8417)) +- Support quoted parameter list for MultiOption CLI options. ([#8598](https://github.com/dbt-labs/dbt-core/issues/8598)) +- Fixes test type edges filter ([#8692](https://github.com/dbt-labs/dbt-core/issues/8692)) +- semantic models in graph selection ([#8589](https://github.com/dbt-labs/dbt-core/issues/8589)) +- Support doc blocks in nested semantic model YAML ([#8509](https://github.com/dbt-labs/dbt-core/issues/8509)) +- avoid double-rendering sql_header in dbt show ([#8739](https://github.com/dbt-labs/dbt-core/issues/8739)) + +### Contributors +- [@dave-connors-3](https://github.com/dave-connors-3) ([#8589](https://github.com/dbt-labs/dbt-core/issues/8589)) +- [@renanleme](https://github.com/renanleme) ([#8692](https://github.com/dbt-labs/dbt-core/issues/8692)) diff --git a/.changes/unreleased/Features-20230914-074429.yaml b/.changes/unreleased/Features-20230914-074429.yaml deleted file mode 100644 index 980f932b99c..00000000000 --- a/.changes/unreleased/Features-20230914-074429.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Features -body: Add support for optional label in semantic_models, measures, dimensions and - entities. -time: 2023-09-14T07:44:29.828199-05:00 -custom: - Author: emmyoop - Issue: "8595" diff --git a/.changes/unreleased/Features-20230918-150855.yaml b/.changes/unreleased/Features-20230918-150855.yaml deleted file mode 100644 index 3957c9122b7..00000000000 --- a/.changes/unreleased/Features-20230918-150855.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Support quoted parameter list for MultiOption CLI options. -time: 2023-09-18T15:08:55.625412-05:00 -custom: - Author: emmyoop - Issue: "8598" diff --git a/.changes/unreleased/Fixes-20230913-153924.yaml b/.changes/unreleased/Fixes-20230913-153924.yaml deleted file mode 100644 index c61452174de..00000000000 --- a/.changes/unreleased/Fixes-20230913-153924.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: 'update dbt show to include limit in DWH query ' -time: 2023-09-13T15:39:24.591805+01:00 -custom: - Author: michelleark - Issue: 8496, 8417 diff --git a/.changes/unreleased/Fixes-20230922-223313.yaml b/.changes/unreleased/Fixes-20230922-223313.yaml deleted file mode 100644 index 3caf1cf2f96..00000000000 --- a/.changes/unreleased/Fixes-20230922-223313.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Fixes test type edges filter -time: 2023-09-22T22:33:13.200662+02:00 -custom: - Author: renanleme - Issue: "8692" diff --git a/.changes/unreleased/Fixes-20230925-233306.yaml b/.changes/unreleased/Fixes-20230925-233306.yaml deleted file mode 100644 index 1e078932bf7..00000000000 --- a/.changes/unreleased/Fixes-20230925-233306.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: semantic models in graph selection -time: 2023-09-25T23:33:06.754344+01:00 -custom: - Author: dave-connors-3 michelleark - Issue: "8589" diff --git a/.changes/unreleased/Fixes-20230926-001527.yaml b/.changes/unreleased/Fixes-20230926-001527.yaml deleted file mode 100644 index 53d6b9151fd..00000000000 --- a/.changes/unreleased/Fixes-20230926-001527.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Support doc blocks in nested semantic model YAML -time: 2023-09-26T00:15:27.328363+01:00 -custom: - Author: aranke - Issue: "8509" diff --git a/.changes/unreleased/Fixes-20230928-184856.yaml b/.changes/unreleased/Fixes-20230928-184856.yaml deleted file mode 100644 index 9f18fae5aeb..00000000000 --- a/.changes/unreleased/Fixes-20230928-184856.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: avoid double-rendering sql_header in dbt show -time: 2023-09-28T18:48:56.419428+01:00 -custom: - Author: michelleark - Issue: "8739" diff --git a/CHANGELOG.md b/CHANGELOG.md index 5386c51ff15..21969a73ab3 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,26 @@ - "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.4 - September 28, 2023 + +### Features + +- Add support for optional label in semantic_models, measures, dimensions and entities. ([#8595](https://github.com/dbt-labs/dbt-core/issues/8595)) + +### Fixes + +- update dbt show to include limit in DWH query ([#8496,](https://github.com/dbt-labs/dbt-core/issues/8496,), [#8417](https://github.com/dbt-labs/dbt-core/issues/8417)) +- Support quoted parameter list for MultiOption CLI options. ([#8598](https://github.com/dbt-labs/dbt-core/issues/8598)) +- Fixes test type edges filter ([#8692](https://github.com/dbt-labs/dbt-core/issues/8692)) +- semantic models in graph selection ([#8589](https://github.com/dbt-labs/dbt-core/issues/8589)) +- Support doc blocks in nested semantic model YAML ([#8509](https://github.com/dbt-labs/dbt-core/issues/8509)) +- avoid double-rendering sql_header in dbt show ([#8739](https://github.com/dbt-labs/dbt-core/issues/8739)) + +### Contributors +- [@dave-connors-3](https://github.com/dave-connors-3) ([#8589](https://github.com/dbt-labs/dbt-core/issues/8589)) +- [@renanleme](https://github.com/renanleme) ([#8692](https://github.com/dbt-labs/dbt-core/issues/8692)) + + ## dbt-core 1.6.3 - September 19, 2023 ### Features @@ -24,7 +44,6 @@ - [@benmosher](https://github.com/benmosher) ([#8480](https://github.com/dbt-labs/dbt-core/issues/8480)) - [@dave-connors-3](https://github.com/dave-connors-3) ([#8153](https://github.com/dbt-labs/dbt-core/issues/8153)) - ## dbt-core 1.6.2 - September 07, 2023 ### Breaking Changes diff --git a/core/dbt/version.py b/core/dbt/version.py index bd008938ebd..a7455ce1e97 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.3" +__version__ = "1.6.4" installed = get_installed_version() diff --git a/core/setup.py b/core/setup.py index 89a69171490..0c5d9a1b5e4 100644 --- a/core/setup.py +++ b/core/setup.py @@ -25,7 +25,7 @@ package_name = "dbt-core" -package_version = "1.6.3" +package_version = "1.6.4" description = """With dbt, data analysts and engineers can build analytics \ the way engineers build applications.""" diff --git a/docker/Dockerfile b/docker/Dockerfile index 2fd76e9f0f3..c70ff8ecfd2 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.3 -ARG dbt_postgres_ref=dbt-core@v1.6.3 -ARG dbt_redshift_ref=dbt-redshift@v1.6.3 -ARG dbt_bigquery_ref=dbt-bigquery@v1.6.3 -ARG dbt_snowflake_ref=dbt-snowflake@v1.6.3 -ARG dbt_spark_ref=dbt-spark@v1.6.3 +ARG dbt_core_ref=dbt-core@v1.6.4 +ARG dbt_postgres_ref=dbt-core@v1.6.4 +ARG dbt_redshift_ref=dbt-redshift@v1.6.4 +ARG dbt_bigquery_ref=dbt-bigquery@v1.6.4 +ARG dbt_snowflake_ref=dbt-snowflake@v1.6.4 +ARG dbt_spark_ref=dbt-spark@v1.6.4 # 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 33a97d94409..cd70cb07049 100644 --- a/plugins/postgres/dbt/adapters/postgres/__version__.py +++ b/plugins/postgres/dbt/adapters/postgres/__version__.py @@ -1 +1 @@ -version = "1.6.3" +version = "1.6.4" diff --git a/plugins/postgres/setup.py b/plugins/postgres/setup.py index ea17141151b..13504b90ab5 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.3" +package_version = "1.6.4" 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 33a97d94409..cd70cb07049 100644 --- a/tests/adapter/dbt/tests/adapter/__version__.py +++ b/tests/adapter/dbt/tests/adapter/__version__.py @@ -1 +1 @@ -version = "1.6.3" +version = "1.6.4" diff --git a/tests/adapter/setup.py b/tests/adapter/setup.py index c52559a4217..197c85a6578 100644 --- a/tests/adapter/setup.py +++ b/tests/adapter/setup.py @@ -20,7 +20,7 @@ package_name = "dbt-tests-adapter" -package_version = "1.6.3" +package_version = "1.6.4" description = """The dbt adapter tests for adapter plugins""" this_directory = os.path.abspath(os.path.dirname(__file__))