Skip to content

Commit

Permalink
[create-pull-request] automated change (#1043)
Browse files Browse the repository at this point in the history
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>
  • Loading branch information
github-actions[bot] and FishtownBuildBot committed May 9, 2024
1 parent fbfd879 commit 34451f4
Show file tree
Hide file tree
Showing 35 changed files with 24 additions and 223 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.8.0rc1
current_version = 1.8.0
parse = (?P<major>[\d]+) # major version number
\.(?P<minor>[\d]+) # minor version number
\.(?P<patch>[\d]+) # patch version number
Expand Down
13 changes: 0 additions & 13 deletions .changes/1.8.0-b2.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changes/1.8.0-rc1.md

This file was deleted.

11 changes: 10 additions & 1 deletion .changes/1.8.0-b1.md → .changes/1.8.0.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## dbt-spark 1.8.0-b1 - March 01, 2024
## dbt-spark 1.8.0 - May 09, 2024

### Features

- Implement spark__safe_cast and add functional tests for unit testing ([#987](https://github.com/dbt-labs/dbt-spark/issues/987))
- : Add new workflow for internal patch releases ([#38](https://github.com/dbt-labs/dbt-spark/issues/38))

### Fixes

Expand All @@ -15,6 +16,7 @@
- Add tests for --empty flag ([#949](https://github.com/dbt-labs/dbt-spark/issues/949))
- Remove unused `invalid_insert_overwrite_delta_msg` message ([#962](https://github.com/dbt-labs/dbt-spark/issues/962))
- Update import paths and list_relations to support decoupling adapters/core ([#972](https://github.com/dbt-labs/dbt-spark/issues/972))
- Update dependabot config to cover GHA and Docker ([#1006](https://github.com/dbt-labs/dbt-spark/issues/1006))

### Dependencies

Expand All @@ -33,6 +35,13 @@
- Bump mypy from 1.7.0 to 1.7.1 ([#953](https://github.com/dbt-labs/dbt-spark/pull/953))
- Update freezegun requirement from ~=1.2 to ~=1.3 ([#956](https://github.com/dbt-labs/dbt-spark/pull/956))
- Update black requirement from ~=23.11 to ~=23.12 ([#959](https://github.com/dbt-labs/dbt-spark/pull/959))
- Add `dbt-core` as a dependency to preserve backwards compatibility for installation ([#1002](https://github.com/dbt-labs/dbt-spark/pull/1002))
- Bump actions/setup-python from 4 to 5 ([#1013](https://github.com/dbt-labs/dbt-spark/pull/1013))
- Bump actions/checkout from 3 to 4 ([#1014](https://github.com/dbt-labs/dbt-spark/pull/1014))

### Security

- Pin `black>=24.3` in `dev-requirements.txt` ([#1000](https://github.com/dbt-labs/dbt-spark/pull/1000))

### Contributors
- [@JCZuurmond,](https://github.com/JCZuurmond,) ([#719](https://github.com/dbt-labs/dbt-spark/issues/719))
Expand Down
6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231009-220732.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231010-222853.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231010-222910.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231013-223750.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231027-230251.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231027-230254.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231027-230301.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231108-222326.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231110-224056.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231113-224111.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231127-220733.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231127-220737.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231127-220741.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231204-224210.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20231212-223929.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20240403-135436.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20240419-024912.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20240419-024916.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Features-20240220-195925.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Features-20240318-033621.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Fixes-20231107-134141.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Fixes-20231221-081949.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Security-20240327-193553.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Under the Hood-20230929-161218.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Under the Hood-20231119-132050.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Under the Hood-20231214-134728.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Under the Hood-20240111-114806.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Under the Hood-20240410-183535.yaml

This file was deleted.

39 changes: 11 additions & 28 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,12 @@
- "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-spark/blob/main/CONTRIBUTING.md#adding-changelog-entry)

## dbt-spark 1.8.0-rc1 - May 06, 2024

### Under the Hood

- Update dependabot config to cover GHA and Docker ([#1006](https://github.com/dbt-labs/dbt-spark/issues/1006))

### Dependencies

- Bump actions/setup-python from 4 to 5 ([#1013](https://github.com/dbt-labs/dbt-spark/pull/1013))
- Bump actions/checkout from 3 to 4 ([#1014](https://github.com/dbt-labs/dbt-spark/pull/1014))



## dbt-spark 1.8.0-b2 - April 03, 2024

### Features

- : Add new workflow for internal patch releases ([#38](https://github.com/dbt-labs/dbt-spark/issues/38))

### Dependencies

- Add `dbt-core` as a dependency to preserve backwards compatibility for installation ([#1002](https://github.com/dbt-labs/dbt-spark/pull/1002))

### Security

- Pin `black>=24.3` in `dev-requirements.txt` ([#1000](https://github.com/dbt-labs/dbt-spark/pull/1000))

## dbt-spark 1.8.0-b1 - March 01, 2024
## dbt-spark 1.8.0 - May 09, 2024

### Features

- Implement spark__safe_cast and add functional tests for unit testing ([#987](https://github.com/dbt-labs/dbt-spark/issues/987))
- : Add new workflow for internal patch releases ([#38](https://github.com/dbt-labs/dbt-spark/issues/38))

### Fixes

Expand All @@ -49,6 +23,7 @@
- Add tests for --empty flag ([#949](https://github.com/dbt-labs/dbt-spark/issues/949))
- Remove unused `invalid_insert_overwrite_delta_msg` message ([#962](https://github.com/dbt-labs/dbt-spark/issues/962))
- Update import paths and list_relations to support decoupling adapters/core ([#972](https://github.com/dbt-labs/dbt-spark/issues/972))
- Update dependabot config to cover GHA and Docker ([#1006](https://github.com/dbt-labs/dbt-spark/issues/1006))

### Dependencies

Expand All @@ -67,11 +42,19 @@
- Bump mypy from 1.7.0 to 1.7.1 ([#953](https://github.com/dbt-labs/dbt-spark/pull/953))
- Update freezegun requirement from ~=1.2 to ~=1.3 ([#956](https://github.com/dbt-labs/dbt-spark/pull/956))
- Update black requirement from ~=23.11 to ~=23.12 ([#959](https://github.com/dbt-labs/dbt-spark/pull/959))
- Add `dbt-core` as a dependency to preserve backwards compatibility for installation ([#1002](https://github.com/dbt-labs/dbt-spark/pull/1002))
- Bump actions/setup-python from 4 to 5 ([#1013](https://github.com/dbt-labs/dbt-spark/pull/1013))
- Bump actions/checkout from 3 to 4 ([#1014](https://github.com/dbt-labs/dbt-spark/pull/1014))

### Security

- Pin `black>=24.3` in `dev-requirements.txt` ([#1000](https://github.com/dbt-labs/dbt-spark/pull/1000))

### Contributors
- [@JCZuurmond,](https://github.com/JCZuurmond,) ([#719](https://github.com/dbt-labs/dbt-spark/issues/719))
- [@ben-schreiber](https://github.com/ben-schreiber) ([#803](https://github.com/dbt-labs/dbt-spark/issues/803))


## Previous Releases
For information on prior major and minor releases, see their changelogs:
- [1.6](https://github.com/dbt-labs/dbt-spark/blob/1.6.latest/CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/spark/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.8.0rc1"
version = "1.8.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _get_plugin_version_dict():


package_name = "dbt-spark"
package_version = "1.8.0rc1"
package_version = "1.8.0"
description = """The Apache Spark adapter plugin for dbt"""

odbc_extras = ["pyodbc~=4.0.39"]
Expand Down

0 comments on commit 34451f4

Please sign in to comment.