From ccb3742fc528b2ef88a180a5b71c757b9304c423 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Wed, 19 Apr 2023 16:40:39 +0000 Subject: [PATCH] Bumping version to 1.4.6 and generate changelog --- .bumpversion.cfg | 2 +- .changes/1.4.6.md | 14 ++++++++++++++ .changes/unreleased/Fixes-20230215-104536.yaml | 6 ------ .changes/unreleased/Fixes-20230331-095428.yaml | 6 ------ .../Under the Hood-20230324-144050.yaml | 6 ------ CHANGELOG.md | 17 ++++++++++++++++- core/dbt/version.py | 2 +- core/setup.py | 2 +- docker/Dockerfile | 4 ++-- .../dbt/adapters/postgres/__version__.py | 2 +- plugins/postgres/setup.py | 2 +- tests/adapter/dbt/tests/adapter/__version__.py | 2 +- tests/adapter/setup.py | 2 +- 13 files changed, 39 insertions(+), 28 deletions(-) create mode 100644 .changes/1.4.6.md delete mode 100644 .changes/unreleased/Fixes-20230215-104536.yaml delete mode 100644 .changes/unreleased/Fixes-20230331-095428.yaml delete mode 100644 .changes/unreleased/Under the Hood-20230324-144050.yaml diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c8728a8d706..12540ea2a5b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.5 +current_version = 1.4.6 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.4.6.md b/.changes/1.4.6.md new file mode 100644 index 00000000000..4b3d22ba49d --- /dev/null +++ b/.changes/1.4.6.md @@ -0,0 +1,14 @@ +## dbt-core 1.4.6 - April 19, 2023 + +### Fixes + +- Make use of hashlib.md5() FIPS compliant ([#6900](https://github.com/dbt-labs/dbt-core/issues/6900)) +- Improved failed event serialization handling and associated tests ([#7113](https://github.com/dbt-labs/dbt-core/issues/7113), [#7108](https://github.com/dbt-labs/dbt-core/issues/7108), [#6568](https://github.com/dbt-labs/dbt-core/issues/6568)) + +### Under the Hood + +- Remove upper pin for hologram/jsonschema ([#6775](https://github.com/dbt-labs/dbt-core/issues/6775)) + +### Contributors +- [@QMalcolm](https://github.com/QMalcolm) ([#7113](https://github.com/dbt-labs/dbt-core/issues/7113), [#7108](https://github.com/dbt-labs/dbt-core/issues/7108), [#6568](https://github.com/dbt-labs/dbt-core/issues/6568)) +- [@nielspardon](https://github.com/nielspardon) ([#6900](https://github.com/dbt-labs/dbt-core/issues/6900)) diff --git a/.changes/unreleased/Fixes-20230215-104536.yaml b/.changes/unreleased/Fixes-20230215-104536.yaml deleted file mode 100644 index 643c9e77110..00000000000 --- a/.changes/unreleased/Fixes-20230215-104536.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Make use of hashlib.md5() FIPS compliant -time: 2023-02-15T10:45:36.755797+01:00 -custom: - Author: nielspardon - Issue: "6900" diff --git a/.changes/unreleased/Fixes-20230331-095428.yaml b/.changes/unreleased/Fixes-20230331-095428.yaml deleted file mode 100644 index 772ce077b7d..00000000000 --- a/.changes/unreleased/Fixes-20230331-095428.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Improved failed event serialization handling and associated tests -time: 2023-03-31T09:54:28.701963-07:00 -custom: - Author: QMalcolm - Issue: 7113 7108 6568 diff --git a/.changes/unreleased/Under the Hood-20230324-144050.yaml b/.changes/unreleased/Under the Hood-20230324-144050.yaml deleted file mode 100644 index 9094cf7524b..00000000000 --- a/.changes/unreleased/Under the Hood-20230324-144050.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Remove upper pin for hologram/jsonschema -time: 2023-03-24T14:40:50.574108-04:00 -custom: - Author: gshank - Issue: "6775" diff --git a/CHANGELOG.md b/CHANGELOG.md index 7207dcbcc2b..06de80b6fb6 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ - "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.4.6 - April 19, 2023 + +### Fixes + +- Make use of hashlib.md5() FIPS compliant ([#6900](https://github.com/dbt-labs/dbt-core/issues/6900)) +- Improved failed event serialization handling and associated tests ([#7113](https://github.com/dbt-labs/dbt-core/issues/7113), [#7108](https://github.com/dbt-labs/dbt-core/issues/7108), [#6568](https://github.com/dbt-labs/dbt-core/issues/6568)) + +### Under the Hood + +- Remove upper pin for hologram/jsonschema ([#6775](https://github.com/dbt-labs/dbt-core/issues/6775)) + +### Contributors +- [@QMalcolm](https://github.com/QMalcolm) ([#7113](https://github.com/dbt-labs/dbt-core/issues/7113), [#7108](https://github.com/dbt-labs/dbt-core/issues/7108), [#6568](https://github.com/dbt-labs/dbt-core/issues/6568)) +- [@nielspardon](https://github.com/nielspardon) ([#6900](https://github.com/dbt-labs/dbt-core/issues/6900)) + + ## dbt-core 1.4.5 - March 10, 2023 ### Fixes @@ -25,7 +41,6 @@ - [@nssalian](https://github.com/nssalian) ([#CT-1959](https://github.com/dbt-labs/dbt-core/issues/CT-1959)) - [@rlh1994](https://github.com/rlh1994) ([#390](https://github.com/dbt-labs/dbt-core/issues/390)) - ## dbt-core 1.4.4 - February 28, 2023 ### Fixes diff --git a/core/dbt/version.py b/core/dbt/version.py index b61cd6e3143..f8110268350 100644 --- a/core/dbt/version.py +++ b/core/dbt/version.py @@ -235,5 +235,5 @@ def _get_adapter_plugin_names() -> Iterator[str]: yield plugin_name -__version__ = "1.4.5" +__version__ = "1.4.6" installed = get_installed_version() diff --git a/core/setup.py b/core/setup.py index e82359f61ac..32b8d1e53f4 100644 --- a/core/setup.py +++ b/core/setup.py @@ -25,7 +25,7 @@ package_name = "dbt-core" -package_version = "1.4.5" +package_version = "1.4.6" description = """With dbt, data analysts and engineers can build analytics \ the way engineers build applications.""" diff --git a/docker/Dockerfile b/docker/Dockerfile index 19b15fd489f..3956dbfd76c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -14,8 +14,8 @@ 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.4.5 -ARG dbt_postgres_ref=dbt-core@v1.4.5 +ARG dbt_core_ref=dbt-core@v1.4.6 +ARG dbt_postgres_ref=dbt-core@v1.4.6 ARG dbt_redshift_ref=dbt-redshift@v1.4.0 ARG dbt_bigquery_ref=dbt-bigquery@v1.4.0 ARG dbt_snowflake_ref=dbt-snowflake@v1.4.0 diff --git a/plugins/postgres/dbt/adapters/postgres/__version__.py b/plugins/postgres/dbt/adapters/postgres/__version__.py index 776c084b50d..de98a45b677 100644 --- a/plugins/postgres/dbt/adapters/postgres/__version__.py +++ b/plugins/postgres/dbt/adapters/postgres/__version__.py @@ -1 +1 @@ -version = "1.4.5" +version = "1.4.6" diff --git a/plugins/postgres/setup.py b/plugins/postgres/setup.py index dafdbfb8bdc..f05140b1ec4 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.4.5" +package_version = "1.4.6" 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 776c084b50d..de98a45b677 100644 --- a/tests/adapter/dbt/tests/adapter/__version__.py +++ b/tests/adapter/dbt/tests/adapter/__version__.py @@ -1 +1 @@ -version = "1.4.5" +version = "1.4.6" diff --git a/tests/adapter/setup.py b/tests/adapter/setup.py index 5bf6a45af31..c547dd1c8cb 100644 --- a/tests/adapter/setup.py +++ b/tests/adapter/setup.py @@ -20,7 +20,7 @@ package_name = "dbt-tests-adapter" -package_version = "1.4.5" +package_version = "1.4.6" description = """The dbt adapter tests for adapter plugins""" this_directory = os.path.abspath(os.path.dirname(__file__))