From eb4ac514c5d83293adbb14741380447178388fc3 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Tue, 28 Feb 2023 15:03:24 +0000 Subject: [PATCH] Bumping version to 1.2.5 and generate changelog --- .bumpversion.cfg | 8 +------- .changes/1.2.5.md | 8 ++++++++ .changes/unreleased/Fixes-20230228-130318.yaml | 6 ------ CHANGELOG.md | 15 +++++++++++++++ core/dbt/version.py | 2 +- core/setup.py | 2 +- docker/Dockerfile | 4 ++-- .../postgres/dbt/adapters/postgres/__version__.py | 2 +- plugins/postgres/setup.py | 2 +- tests/adapter/dbt/tests/adapter/__version__.py | 2 +- tests/adapter/setup.py | 2 +- 11 files changed, 32 insertions(+), 21 deletions(-) create mode 100644 .changes/1.2.5.md delete mode 100644 .changes/unreleased/Fixes-20230228-130318.yaml diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 75c3cce749e..0336c5bebac 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,11 +1,5 @@ [bumpversion] -current_version = 1.2.4 - -# `parse` allows parsing the version into the parts we need to check. There are some -# unnamed groups and that's okay because they do not need to be audited. If any part -# of the version passed and does not match the regex, it will fail. -# expected matches: `1.5.0`, `1.5.0a1`, `1.5.0a1.dev123457+nightly` -# excepted failures: `1`, `1.5`, `1.5.2-a1`, `text1.5.0` +current_version = 1.2.5 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.2.5.md b/.changes/1.2.5.md new file mode 100644 index 00000000000..fa0aef918bf --- /dev/null +++ b/.changes/1.2.5.md @@ -0,0 +1,8 @@ +## dbt-core 1.2.5 - February 28, 2023 + +### Fixes + +- add pytz dependency ([#7077](https://github.com/dbt-labs/dbt-core/issues/7077)) + +### Contributors +- [@sdebruyn](https://github.com/sdebruyn) ([#7077](https://github.com/dbt-labs/dbt-core/issues/7077)) diff --git a/.changes/unreleased/Fixes-20230228-130318.yaml b/.changes/unreleased/Fixes-20230228-130318.yaml deleted file mode 100644 index abcbee150a2..00000000000 --- a/.changes/unreleased/Fixes-20230228-130318.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: add pytz dependency -time: 2023-02-28T13:03:18.353468+01:00 -custom: - Author: sdebruyn - Issue: "7077" diff --git a/CHANGELOG.md b/CHANGELOG.md index 460b0fec0f4..846b62ef22a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ - Changes are listed under the (pre)release in which they first appear. Subsequent releases include changes from previous releases. - "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.2.5 - February 28, 2023 + +### Fixes + +- add pytz dependency ([#7077](https://github.com/dbt-labs/dbt-core/issues/7077)) + +### Contributors +- [@sdebruyn](https://github.com/sdebruyn) ([#7077](https://github.com/dbt-labs/dbt-core/issues/7077)) + + ## dbt-core 1.2.4 - January 05, 2023 ### Fixes - Bug when partial parsing with an empty schema file ([#4850](https://github.com/dbt-labs/dbt-core/issues/4850), [#](https://github.com/dbt-labs/dbt-core/pull/)) @@ -14,6 +25,7 @@ ### Contributors - [@racheldaniel](https://github.com/racheldaniel) ([#6202](https://github.com/dbt-labs/dbt-core/pull/6202)) + ## dbt-core 1.2.2 - October 03, 2022 ### Features - This conditionally no-ops warehouse connection at compile depending on an env var, disabling introspection/queries during compilation only. This is a temporary solution to more complex permissions requirements for the semantic layer. ([#5936](https://github.com/dbt-labs/dbt-core/issues/5936), [#5926](https://github.com/dbt-labs/dbt-core/pull/5926)) @@ -23,6 +35,7 @@ ### Contributors - [@drewbanin](https://github.com/drewbanin) ([#5921](https://github.com/dbt-labs/dbt-core/pull/5921)) - [@racheldaniel](https://github.com/racheldaniel) ([#5926](https://github.com/dbt-labs/dbt-core/pull/5926)) + ## dbt-core 1.2.1 - August 25, 2022 ### Fixes - Fix handling of top-level exceptions ([#5564](https://github.com/dbt-labs/dbt-core/issues/5564), [#5560](https://github.com/dbt-labs/dbt-core/pull/5560)) @@ -32,6 +45,7 @@ ### Contributors - [@varun-dc](https://github.com/varun-dc) ([#5627](https://github.com/dbt-labs/dbt-core/pull/5627)) + ## dbt-core 1.2.0 - July 26, 2022 ### Features - Add selector method when reading selector definitions ([#4821](https://github.com/dbt-labs/dbt-core/issues/4821), [#4827](https://github.com/dbt-labs/dbt-core/pull/4827)) @@ -135,6 +149,7 @@ - [@tomasfarias](https://github.com/tomasfarias) ([#5432](https://github.com/dbt-labs/dbt-core/pull/5432), [#5209](https://github.com/dbt-labs/dbt-core/pull/5209)) - [@ulisesojeda](https://github.com/ulisesojeda) ([#5366](https://github.com/dbt-labs/dbt-core/pull/5366)) - [@volkangurel](https://github.com/volkangurel) ([#5348](https://github.com/dbt-labs/dbt-core/pull/5348)) + ## 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 6150d52a63c..221d42ea883 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.2.4" +__version__ = "1.2.5" installed = get_installed_version() diff --git a/core/setup.py b/core/setup.py index 56454e9049c..1582d720f6a 100644 --- a/core/setup.py +++ b/core/setup.py @@ -25,7 +25,7 @@ package_name = "dbt-core" -package_version = "1.2.4" +package_version = "1.2.5" description = """With dbt, data analysts and engineers can build analytics \ the way engineers build applications.""" diff --git a/docker/Dockerfile b/docker/Dockerfile index a782191b060..064ee8dd652 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -14,8 +14,8 @@ FROM --platform=$build_for python:3.10.5-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.2.4 -ARG dbt_postgres_ref=dbt-core@v1.2.4 +ARG dbt_core_ref=dbt-core@v1.2.5 +ARG dbt_postgres_ref=dbt-core@v1.2.5 ARG dbt_redshift_ref=dbt-redshift@v1.2.2 ARG dbt_bigquery_ref=dbt-bigquery@v1.2.0 ARG dbt_snowflake_ref=dbt-snowflake@v1.2.0 diff --git a/plugins/postgres/dbt/adapters/postgres/__version__.py b/plugins/postgres/dbt/adapters/postgres/__version__.py index cd688d2fcd3..a9d254a674c 100644 --- a/plugins/postgres/dbt/adapters/postgres/__version__.py +++ b/plugins/postgres/dbt/adapters/postgres/__version__.py @@ -1 +1 @@ -version = "1.2.4" +version = "1.2.5" diff --git a/plugins/postgres/setup.py b/plugins/postgres/setup.py index fcb4cc3d799..1a79f8f7c21 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.2.4" +package_version = "1.2.5" 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 cd688d2fcd3..a9d254a674c 100644 --- a/tests/adapter/dbt/tests/adapter/__version__.py +++ b/tests/adapter/dbt/tests/adapter/__version__.py @@ -1 +1 @@ -version = "1.2.4" +version = "1.2.5" diff --git a/tests/adapter/setup.py b/tests/adapter/setup.py index f37d82fa717..b963c2e7475 100644 --- a/tests/adapter/setup.py +++ b/tests/adapter/setup.py @@ -20,7 +20,7 @@ package_name = "dbt-tests-adapter" -package_version = "1.2.4" +package_version = "1.2.5" description = """The dbt adapter tests for adapter plugins""" this_directory = os.path.abspath(os.path.dirname(__file__))