Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 34451f4

Browse files
[create-pull-request] automated change (#1043)
Co-authored-by: Github Build Bot <[email protected]>
1 parent fbfd879 commit 34451f4

35 files changed

+24
-223
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.8.0rc1
2+
current_version = 1.8.0
33
parse = (?P<major>[\d]+) # major version number
44
\.(?P<minor>[\d]+) # minor version number
55
\.(?P<patch>[\d]+) # patch version number

.changes/1.8.0-b2.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.changes/1.8.0-rc1.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changes/1.8.0-b1.md renamed to .changes/1.8.0.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
## dbt-spark 1.8.0-b1 - March 01, 2024
1+
## dbt-spark 1.8.0 - May 09, 2024
22

33
### Features
44

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

78
### Fixes
89

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

1921
### Dependencies
2022

@@ -33,6 +35,13 @@
3335
- Bump mypy from 1.7.0 to 1.7.1 ([#953](https://github.com/dbt-labs/dbt-spark/pull/953))
3436
- Update freezegun requirement from ~=1.2 to ~=1.3 ([#956](https://github.com/dbt-labs/dbt-spark/pull/956))
3537
- Update black requirement from ~=23.11 to ~=23.12 ([#959](https://github.com/dbt-labs/dbt-spark/pull/959))
38+
- Add `dbt-core` as a dependency to preserve backwards compatibility for installation ([#1002](https://github.com/dbt-labs/dbt-spark/pull/1002))
39+
- Bump actions/setup-python from 4 to 5 ([#1013](https://github.com/dbt-labs/dbt-spark/pull/1013))
40+
- Bump actions/checkout from 3 to 4 ([#1014](https://github.com/dbt-labs/dbt-spark/pull/1014))
41+
42+
### Security
43+
44+
- Pin `black>=24.3` in `dev-requirements.txt` ([#1000](https://github.com/dbt-labs/dbt-spark/pull/1000))
3645

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

.changes/1.8.0/Dependencies-20231009-220732.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.8.0/Dependencies-20231010-222853.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.8.0/Dependencies-20231010-222910.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.8.0/Dependencies-20231013-223750.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.8.0/Dependencies-20231027-230251.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.8.0/Dependencies-20231027-230254.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)