Skip to content

Commit b9249ee

Browse files
[create-pull-request] automated change
1 parent 90ede22 commit b9249ee

File tree

8 files changed

+26
-5
lines changed

8 files changed

+26
-5
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.0b2
2+
current_version = 1.8.0rc1
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-rc1.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## dbt-spark 1.8.0-rc1 - May 06, 2024
2+
3+
### Under the Hood
4+
5+
- Update dependabot config to cover GHA and Docker ([#1006](https://github.com/dbt-labs/dbt-spark/issues/1006))
6+
7+
### Dependencies
8+
9+
- Bump actions/setup-python from 4 to 5 ([#1013](https://github.com/dbt-labs/dbt-spark/pull/1013))
10+
- Bump actions/checkout from 3 to 4 ([#1014](https://github.com/dbt-labs/dbt-spark/pull/1014))

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
55
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
66
- 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)
77

8+
## dbt-spark 1.8.0-rc1 - May 06, 2024
9+
10+
### Under the Hood
11+
12+
- Update dependabot config to cover GHA and Docker ([#1006](https://github.com/dbt-labs/dbt-spark/issues/1006))
13+
14+
### Dependencies
15+
16+
- Bump actions/setup-python from 4 to 5 ([#1013](https://github.com/dbt-labs/dbt-spark/pull/1013))
17+
- Bump actions/checkout from 3 to 4 ([#1014](https://github.com/dbt-labs/dbt-spark/pull/1014))
18+
19+
20+
821
## dbt-spark 1.8.0-b2 - April 03, 2024
922

1023
### Features
@@ -19,8 +32,6 @@
1932

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

22-
23-
2435
## dbt-spark 1.8.0-b1 - March 01, 2024
2536

2637
### Features

dbt/adapters/spark/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.8.0b2"
1+
version = "1.8.0rc1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def _get_plugin_version_dict():
4141

4242

4343
package_name = "dbt-spark"
44-
package_version = "1.8.0b2"
44+
package_version = "1.8.0rc1"
4545
description = """The Apache Spark adapter plugin for dbt"""
4646

4747
odbc_extras = ["pyodbc~=4.0.39"]

0 commit comments

Comments
 (0)