From 6db899eddd5434bddb3bead8b0225c2dd3b91497 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Thu, 16 Mar 2023 14:52:41 +0000 Subject: [PATCH] Bumping version to 1.5.0b4 and generate changelog --- .bumpversion.cfg | 2 +- .changes/1.5.0-b4.md | 39 +++++++++++++++++ .../Dependencies-20230126-000237.yaml | 0 .../Dependency-20221212-000240.yaml | 0 .../Dependency-20221212-002659.yaml | 0 .../Docs-20230307-104219.yaml | 0 .../Docs-20230307-174951.yaml | 0 .../Docs-20230308-093736.yaml | 0 .../Features-20230112-191705.yaml | 0 .../Features-20230119-141156.yaml | 0 .../Features-20230206-084749.yaml | 0 .../Features-20230222-130632.yaml | 0 .../Features-20230227-091316.yaml | 0 .../Features-20230306-170251.yaml | 0 .../Fixes-20230303-112519.yaml | 0 .../Under the Hood-20230224-132811.yaml | 0 CHANGELOG.md | 43 ++++++++++++++++++- 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 +- 24 files changed, 93 insertions(+), 15 deletions(-) create mode 100644 .changes/1.5.0-b4.md rename .changes/{unreleased => 1.5.0}/Dependencies-20230126-000237.yaml (100%) rename .changes/{unreleased => 1.5.0}/Dependency-20221212-000240.yaml (100%) rename .changes/{unreleased => 1.5.0}/Dependency-20221212-002659.yaml (100%) rename .changes/{unreleased => 1.5.0}/Docs-20230307-104219.yaml (100%) rename .changes/{unreleased => 1.5.0}/Docs-20230307-174951.yaml (100%) rename .changes/{unreleased => 1.5.0}/Docs-20230308-093736.yaml (100%) rename .changes/{unreleased => 1.5.0}/Features-20230112-191705.yaml (100%) rename .changes/{unreleased => 1.5.0}/Features-20230119-141156.yaml (100%) rename .changes/{unreleased => 1.5.0}/Features-20230206-084749.yaml (100%) rename .changes/{unreleased => 1.5.0}/Features-20230222-130632.yaml (100%) rename .changes/{unreleased => 1.5.0}/Features-20230227-091316.yaml (100%) rename .changes/{unreleased => 1.5.0}/Features-20230306-170251.yaml (100%) rename .changes/{unreleased => 1.5.0}/Fixes-20230303-112519.yaml (100%) rename .changes/{unreleased => 1.5.0}/Under the Hood-20230224-132811.yaml (100%) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 39ea1296841..c658aadd043 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.0b3 +current_version = 1.5.0b4 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.5.0-b4.md b/.changes/1.5.0-b4.md new file mode 100644 index 00000000000..47bbada58d9 --- /dev/null +++ b/.changes/1.5.0-b4.md @@ -0,0 +1,39 @@ +## dbt-core 1.5.0-b4 - March 16, 2023 + +### Features + +- ✨ add unix-style wildcard selector method ([#6598](https://github.com/dbt-labs/dbt-core/issues/6598)) +- add support for DBT_PROJECT_DIR env var ([#6078](https://github.com/dbt-labs/dbt-core/issues/6078)) +- Enable diff based partial parsing ([#6592](https://github.com/dbt-labs/dbt-core/issues/6592)) +- Enforce contracts on models materialized as tables and views ([#6751](https://github.com/dbt-labs/dbt-core/issues/6751), [#7034](https://github.com/dbt-labs/dbt-core/issues/7034), [#6756](https://github.com/dbt-labs/dbt-core/issues/6756)) +- make version configs optional ([#7054](https://github.com/dbt-labs/dbt-core/issues/7054)) +- [CT-1584] New top level commands: interactive compile ([#6358](https://github.com/dbt-labs/dbt-core/issues/6358)) + +### Fixes + +- allow adapters to change model name resolution in py models ([#7114](https://github.com/dbt-labs/dbt-core/issues/7114)) + +### Docs + +- Distiguish node "access" in the DAG with node borders & opacity. ([dbt-docs/#378](https://github.com/dbt-labs/dbt-docs/issues/378)) +- Fix JSON path to package overview docs ([dbt-docs/#390](https://github.com/dbt-labs/dbt-docs/issues/390)) +- Add selection by group to DAG ([dbt-docs/#380](https://github.com/dbt-labs/dbt-docs/issues/380)) + +### Under the Hood + +- Add deprecation warning for DBT_NO_PRINT ([#6960](https://github.com/dbt-labs/dbt-core/issues/6960)) + +### Dependencies + +- Update pathspec requirement from <0.11,>=0.9 to >=0.9,<0.12 in /core ([#6737](https://github.com/dbt-labs/dbt-core/pull/6737)) + +### Dependency + +- Bump python from 3.10.7-slim-bullseye to 3.11.1-slim-bullseye in /docker ([#4904](https://github.com/dbt-labs/dbt-core/issues/4904)) +- Bump black from 22.10.0 to 22.12.0 ([#4904](https://github.com/dbt-labs/dbt-core/issues/4904)) + +### Contributors +- [@dave-connors-3](https://github.com/dave-connors-3) ([#7054](https://github.com/dbt-labs/dbt-core/issues/7054)) +- [@leo-schick](https://github.com/leo-schick) ([#6078](https://github.com/dbt-labs/dbt-core/issues/6078)) +- [@rlh1994](https://github.com/rlh1994) ([#390](https://github.com/dbt-labs/dbt-core/issues/390)) +- [@z3z1ma](https://github.com/z3z1ma) ([#6598](https://github.com/dbt-labs/dbt-core/issues/6598)) diff --git a/.changes/unreleased/Dependencies-20230126-000237.yaml b/.changes/1.5.0/Dependencies-20230126-000237.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230126-000237.yaml rename to .changes/1.5.0/Dependencies-20230126-000237.yaml diff --git a/.changes/unreleased/Dependency-20221212-000240.yaml b/.changes/1.5.0/Dependency-20221212-000240.yaml similarity index 100% rename from .changes/unreleased/Dependency-20221212-000240.yaml rename to .changes/1.5.0/Dependency-20221212-000240.yaml diff --git a/.changes/unreleased/Dependency-20221212-002659.yaml b/.changes/1.5.0/Dependency-20221212-002659.yaml similarity index 100% rename from .changes/unreleased/Dependency-20221212-002659.yaml rename to .changes/1.5.0/Dependency-20221212-002659.yaml diff --git a/.changes/unreleased/Docs-20230307-104219.yaml b/.changes/1.5.0/Docs-20230307-104219.yaml similarity index 100% rename from .changes/unreleased/Docs-20230307-104219.yaml rename to .changes/1.5.0/Docs-20230307-104219.yaml diff --git a/.changes/unreleased/Docs-20230307-174951.yaml b/.changes/1.5.0/Docs-20230307-174951.yaml similarity index 100% rename from .changes/unreleased/Docs-20230307-174951.yaml rename to .changes/1.5.0/Docs-20230307-174951.yaml diff --git a/.changes/unreleased/Docs-20230308-093736.yaml b/.changes/1.5.0/Docs-20230308-093736.yaml similarity index 100% rename from .changes/unreleased/Docs-20230308-093736.yaml rename to .changes/1.5.0/Docs-20230308-093736.yaml diff --git a/.changes/unreleased/Features-20230112-191705.yaml b/.changes/1.5.0/Features-20230112-191705.yaml similarity index 100% rename from .changes/unreleased/Features-20230112-191705.yaml rename to .changes/1.5.0/Features-20230112-191705.yaml diff --git a/.changes/unreleased/Features-20230119-141156.yaml b/.changes/1.5.0/Features-20230119-141156.yaml similarity index 100% rename from .changes/unreleased/Features-20230119-141156.yaml rename to .changes/1.5.0/Features-20230119-141156.yaml diff --git a/.changes/unreleased/Features-20230206-084749.yaml b/.changes/1.5.0/Features-20230206-084749.yaml similarity index 100% rename from .changes/unreleased/Features-20230206-084749.yaml rename to .changes/1.5.0/Features-20230206-084749.yaml diff --git a/.changes/unreleased/Features-20230222-130632.yaml b/.changes/1.5.0/Features-20230222-130632.yaml similarity index 100% rename from .changes/unreleased/Features-20230222-130632.yaml rename to .changes/1.5.0/Features-20230222-130632.yaml diff --git a/.changes/unreleased/Features-20230227-091316.yaml b/.changes/1.5.0/Features-20230227-091316.yaml similarity index 100% rename from .changes/unreleased/Features-20230227-091316.yaml rename to .changes/1.5.0/Features-20230227-091316.yaml diff --git a/.changes/unreleased/Features-20230306-170251.yaml b/.changes/1.5.0/Features-20230306-170251.yaml similarity index 100% rename from .changes/unreleased/Features-20230306-170251.yaml rename to .changes/1.5.0/Features-20230306-170251.yaml diff --git a/.changes/unreleased/Fixes-20230303-112519.yaml b/.changes/1.5.0/Fixes-20230303-112519.yaml similarity index 100% rename from .changes/unreleased/Fixes-20230303-112519.yaml rename to .changes/1.5.0/Fixes-20230303-112519.yaml diff --git a/.changes/unreleased/Under the Hood-20230224-132811.yaml b/.changes/1.5.0/Under the Hood-20230224-132811.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20230224-132811.yaml rename to .changes/1.5.0/Under the Hood-20230224-132811.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b325f83214..5e59f30bf09 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,52 @@ - "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.5.0-b3 - March 02, 2023 +## dbt-core 1.5.0-b4 - March 16, 2023 + +### Features + +- ✨ add unix-style wildcard selector method ([#6598](https://github.com/dbt-labs/dbt-core/issues/6598)) +- add support for DBT_PROJECT_DIR env var ([#6078](https://github.com/dbt-labs/dbt-core/issues/6078)) +- Enable diff based partial parsing ([#6592](https://github.com/dbt-labs/dbt-core/issues/6592)) +- Enforce contracts on models materialized as tables and views ([#6751](https://github.com/dbt-labs/dbt-core/issues/6751), [#7034](https://github.com/dbt-labs/dbt-core/issues/7034), [#6756](https://github.com/dbt-labs/dbt-core/issues/6756)) +- make version configs optional ([#7054](https://github.com/dbt-labs/dbt-core/issues/7054)) +- [CT-1584] New top level commands: interactive compile ([#6358](https://github.com/dbt-labs/dbt-core/issues/6358)) + +### Fixes + +- allow adapters to change model name resolution in py models ([#7114](https://github.com/dbt-labs/dbt-core/issues/7114)) + +### Docs + +- Distiguish node "access" in the DAG with node borders & opacity. ([dbt-docs/#378](https://github.com/dbt-labs/dbt-docs/issues/378)) +- Fix JSON path to package overview docs ([dbt-docs/#390](https://github.com/dbt-labs/dbt-docs/issues/390)) +- Add selection by group to DAG ([dbt-docs/#380](https://github.com/dbt-labs/dbt-docs/issues/380)) ### Under the Hood -- Remove cli doc generation workflow ([#7088](https://github.com/dbt-labs/dbt-core/issues/7088)) +- Add deprecation warning for DBT_NO_PRINT ([#6960](https://github.com/dbt-labs/dbt-core/issues/6960)) + +### Dependencies + +- Update pathspec requirement from <0.11,>=0.9 to >=0.9,<0.12 in /core ([#6737](https://github.com/dbt-labs/dbt-core/pull/6737)) + +### Dependency + +- Bump python from 3.10.7-slim-bullseye to 3.11.1-slim-bullseye in /docker ([#4904](https://github.com/dbt-labs/dbt-core/issues/4904)) +- Bump black from 22.10.0 to 22.12.0 ([#4904](https://github.com/dbt-labs/dbt-core/issues/4904)) + +### Contributors +- [@dave-connors-3](https://github.com/dave-connors-3) ([#7054](https://github.com/dbt-labs/dbt-core/issues/7054)) +- [@leo-schick](https://github.com/leo-schick) ([#6078](https://github.com/dbt-labs/dbt-core/issues/6078)) +- [@rlh1994](https://github.com/rlh1994) ([#390](https://github.com/dbt-labs/dbt-core/issues/390)) +- [@z3z1ma](https://github.com/z3z1ma) ([#6598](https://github.com/dbt-labs/dbt-core/issues/6598)) + + +## dbt-core 1.5.0-b3 - March 02, 2023 +### Under the Hood +- Remove cli doc generation workflow ([#7088](https://github.com/dbt-labs/dbt-core/issues/7088)) ## dbt-core 1.5.0-b2 - March 01, 2023 diff --git a/core/dbt/version.py b/core/dbt/version.py index 8ab4cc65385..e92aadf6e2d 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.5.0b3" +__version__ = "1.5.0b4" installed = get_installed_version() diff --git a/core/setup.py b/core/setup.py index 49be4ea5a6a..f7295869938 100644 --- a/core/setup.py +++ b/core/setup.py @@ -25,7 +25,7 @@ package_name = "dbt-core" -package_version = "1.5.0b3" +package_version = "1.5.0b4" description = """With dbt, data analysts and engineers can build analytics \ the way engineers build applications.""" diff --git a/docker/Dockerfile b/docker/Dockerfile index 2d56781f695..18c2aeb40df 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -14,12 +14,12 @@ FROM --platform=$build_for python:3.11.1-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.5.0b3 -ARG dbt_postgres_ref=dbt-core@v1.5.0b3 -ARG dbt_redshift_ref=dbt-redshift@v1.5.0b3 -ARG dbt_bigquery_ref=dbt-bigquery@v1.5.0b3 -ARG dbt_snowflake_ref=dbt-snowflake@v1.5.0b3 -ARG dbt_spark_ref=dbt-spark@v1.5.0b3 +ARG dbt_core_ref=dbt-core@v1.5.0b4 +ARG dbt_postgres_ref=dbt-core@v1.5.0b4 +ARG dbt_redshift_ref=dbt-redshift@v1.5.0b4 +ARG dbt_bigquery_ref=dbt-bigquery@v1.5.0b4 +ARG dbt_snowflake_ref=dbt-snowflake@v1.5.0b4 +ARG dbt_spark_ref=dbt-spark@v1.5.0b4 # 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 649c005ac95..4a7a8147e13 100644 --- a/plugins/postgres/dbt/adapters/postgres/__version__.py +++ b/plugins/postgres/dbt/adapters/postgres/__version__.py @@ -1 +1 @@ -version = "1.5.0b3" +version = "1.5.0b4" diff --git a/plugins/postgres/setup.py b/plugins/postgres/setup.py index 47de3161611..889b5a9a0c4 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.5.0b3" +package_version = "1.5.0b4" 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 649c005ac95..4a7a8147e13 100644 --- a/tests/adapter/dbt/tests/adapter/__version__.py +++ b/tests/adapter/dbt/tests/adapter/__version__.py @@ -1 +1 @@ -version = "1.5.0b3" +version = "1.5.0b4" diff --git a/tests/adapter/setup.py b/tests/adapter/setup.py index c012ac05ad0..7dc93a810ca 100644 --- a/tests/adapter/setup.py +++ b/tests/adapter/setup.py @@ -20,7 +20,7 @@ package_name = "dbt-tests-adapter" -package_version = "1.5.0b3" +package_version = "1.5.0b4" description = """The dbt adapter tests for adapter plugins""" this_directory = os.path.abspath(os.path.dirname(__file__))