From 016613552ed98c4c667dabf1c52286842514c5da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 15:18:01 -0400 Subject: [PATCH] Bumping version to 1.0.6 (#5177) * Bumping version to 1.0.6 * Updating changelog Co-authored-by: Github Build Bot Co-authored-by: Leah Antkiewicz --- .bumpversion.cfg | 2 +- .changes/{1.0.6-rc1.md => 1.0.6.md} | 2 +- .changes/1.0.6/Fixes-20220422-131227.yaml | 7 ------- .changes/1.0.6/Fixes-20220422-135645.yaml | 7 ------- .changes/1.0.6/Fixes-20220425-203924.yaml | 7 ------- .changes/1.0.6/Under the Hood-20220414-132206.yaml | 7 ------- CHANGELOG.md | 2 +- core/dbt/version.py | 2 +- core/scripts/create_adapter_plugins.py | 4 ++-- core/setup.py | 2 +- docker/requirements/requirements.txt | 6 +++--- plugins/postgres/dbt/adapters/postgres/__version__.py | 2 +- plugins/postgres/setup.py | 2 +- setup.py | 4 ++-- 14 files changed, 14 insertions(+), 42 deletions(-) rename .changes/{1.0.6-rc1.md => 1.0.6.md} (95%) delete mode 100644 .changes/1.0.6/Fixes-20220422-131227.yaml delete mode 100644 .changes/1.0.6/Fixes-20220422-135645.yaml delete mode 100644 .changes/1.0.6/Fixes-20220425-203924.yaml delete mode 100644 .changes/1.0.6/Under the Hood-20220414-132206.yaml diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4296331b8e6..523ee397fe0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.6rc1 +current_version = 1.0.6 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/.changes/1.0.6-rc1.md b/.changes/1.0.6.md similarity index 95% rename from .changes/1.0.6-rc1.md rename to .changes/1.0.6.md index 67407b49b0d..d2f48b7f0ff 100644 --- a/.changes/1.0.6-rc1.md +++ b/.changes/1.0.6.md @@ -1,4 +1,4 @@ -## dbt-core 1.0.6-rc1 - April 26, 2022 +## dbt-core 1.0.6 - April 27, 2022 ### Fixes - Use yaml renderer (with target context) for rendering selectors ([#5131](https://github.com/dbt-labs/dbt-core/issues/5131), [#5136](https://github.com/dbt-labs/dbt-core/pull/5136)) - Fix retry logic to return values after initial try ([#5023](https://github.com/dbt-labs/dbt-core/issues/5023), [#5137](https://github.com/dbt-labs/dbt-core/pull/5137)) diff --git a/.changes/1.0.6/Fixes-20220422-131227.yaml b/.changes/1.0.6/Fixes-20220422-131227.yaml deleted file mode 100644 index 02a3973a5cc..00000000000 --- a/.changes/1.0.6/Fixes-20220422-131227.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixes -body: Fix retry logic to return values after initial try -time: 2022-04-22T13:12:27.239055-05:00 -custom: - Author: emmyoop - Issue: "5023" - PR: "5137" diff --git a/.changes/1.0.6/Fixes-20220422-135645.yaml b/.changes/1.0.6/Fixes-20220422-135645.yaml deleted file mode 100644 index 916e7ad7825..00000000000 --- a/.changes/1.0.6/Fixes-20220422-135645.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixes -body: Use yaml renderer (with target context) for rendering selectors -time: 2022-04-22T13:56:45.147893-04:00 -custom: - Author: gshank - Issue: "5131" - PR: "5136" diff --git a/.changes/1.0.6/Fixes-20220425-203924.yaml b/.changes/1.0.6/Fixes-20220425-203924.yaml deleted file mode 100644 index 97ddc3b7aee..00000000000 --- a/.changes/1.0.6/Fixes-20220425-203924.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixes -body: Scrub secret env vars from CommandError in exception stacktrace -time: 2022-04-25T20:39:24.365495+02:00 -custom: - Author: jtcohen6 - Issue: "5151" - PR: "5152" diff --git a/.changes/1.0.6/Under the Hood-20220414-132206.yaml b/.changes/1.0.6/Under the Hood-20220414-132206.yaml deleted file mode 100644 index b2794d6ec00..00000000000 --- a/.changes/1.0.6/Under the Hood-20220414-132206.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Under the Hood -body: Move package deprecation check outside of package cache -time: 2022-04-14T13:22:06.157579-05:00 -custom: - Author: emmyoop - Issue: "5068" - PR: "5069" diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d7f6f9954a..0e2ee345686 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - 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.0.6-rc1 - April 26, 2022 +## dbt-core 1.0.6 - April 27, 2022 ### Fixes - Use yaml renderer (with target context) for rendering selectors ([#5131](https://github.com/dbt-labs/dbt-core/issues/5131), [#5136](https://github.com/dbt-labs/dbt-core/pull/5136)) - Fix retry logic to return values after initial try ([#5023](https://github.com/dbt-labs/dbt-core/issues/5023), [#5137](https://github.com/dbt-labs/dbt-core/pull/5137)) diff --git a/core/dbt/version.py b/core/dbt/version.py index f88b4623c66..69f36a6e947 100644 --- a/core/dbt/version.py +++ b/core/dbt/version.py @@ -128,5 +128,5 @@ def _get_dbt_plugins_info(): yield plugin_name, mod.version -__version__ = '1.0.6rc1' +__version__ = '1.0.6' installed = get_installed_version() diff --git a/core/scripts/create_adapter_plugins.py b/core/scripts/create_adapter_plugins.py index ff9200b234a..89c98afac47 100644 --- a/core/scripts/create_adapter_plugins.py +++ b/core/scripts/create_adapter_plugins.py @@ -284,12 +284,12 @@ def parse_args(argv=None): parser.add_argument('adapter') parser.add_argument('--title-case', '-t', default=None) parser.add_argument('--dependency', action='append') - parser.add_argument('--dbt-core-version', default='1.0.6rc1') + parser.add_argument('--dbt-core-version', default='1.0.6') parser.add_argument('--email') parser.add_argument('--author') parser.add_argument('--url') parser.add_argument('--sql', action='store_true') - parser.add_argument('--package-version', default='1.0.6rc1') + parser.add_argument('--package-version', default='1.0.6') parser.add_argument('--project-version', default='1.0') parser.add_argument( '--no-dependency', action='store_false', dest='set_dependency' diff --git a/core/setup.py b/core/setup.py index 204788532ab..87a88179479 100644 --- a/core/setup.py +++ b/core/setup.py @@ -25,7 +25,7 @@ package_name = "dbt-core" -package_version = "1.0.6rc1" +package_version = "1.0.6" description = """With dbt, data analysts and engineers can build analytics \ the way engineers build applications.""" diff --git a/docker/requirements/requirements.txt b/docker/requirements/requirements.txt index e3c5f5c171a..5a1ffd6e4b9 100644 --- a/docker/requirements/requirements.txt +++ b/docker/requirements/requirements.txt @@ -6,9 +6,9 @@ cffi==1.15.0 charset-normalizer==2.0.12 click==8.1.2 colorama==0.4.4 -dbt-core==1.0.6rc1 +dbt-core==1.0.6 dbt-extractor==0.4.1 -dbt-postgres==1.0.6rc1 +dbt-postgres==1.0.6 future==0.18.2 hologram==0.0.14 idna==3.3 @@ -30,7 +30,7 @@ pycparser==2.21 pyparsing==3.0.8 pyrsistent==0.18.1 python-dateutil==2.8.2 -python-slugify==6.1.1 +python-slugify==6.1.2 pytimeparse==1.1.8 pytz==2022.1 PyYAML==6.0 diff --git a/plugins/postgres/dbt/adapters/postgres/__version__.py b/plugins/postgres/dbt/adapters/postgres/__version__.py index 39f8b513f32..e5600bd4074 100644 --- a/plugins/postgres/dbt/adapters/postgres/__version__.py +++ b/plugins/postgres/dbt/adapters/postgres/__version__.py @@ -1 +1 @@ -version = '1.0.6rc1' +version = '1.0.6' diff --git a/plugins/postgres/setup.py b/plugins/postgres/setup.py index 9adbc7cd1f7..e96bdbcdc07 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.0.6rc1" +package_version = "1.0.6" description = """The postgres adpter plugin for dbt (data build tool)""" this_directory = os.path.abspath(os.path.dirname(__file__)) diff --git a/setup.py b/setup.py index 05ba331265a..df2164a02a8 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ if 'sdist' not in sys.argv: print('') - print('As of v1.0.6rc1, `pip install dbt` is no longer supported.') + print('As of v1.0.6, `pip install dbt` is no longer supported.') print('Instead, please use one of the following.') print('') print('**To use dbt with your specific database, platform, or query engine:**') @@ -50,7 +50,7 @@ package_name = "dbt" -package_version = "1.0.6rc1" +package_version = "1.0.6" description = """With dbt, data analysts and engineers can build analytics \ the way engineers build applications."""