Skip to content

Commit

Permalink
[create-pull-request] automated change (#1038)
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 authored May 6, 2024
1 parent 90ede22 commit fbfd879
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 5 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.0b2
current_version = 1.8.0rc1
parse = (?P<major>[\d]+) # major version number
\.(?P<minor>[\d]+) # minor version number
\.(?P<patch>[\d]+) # patch version number
Expand Down
10 changes: 10 additions & 0 deletions .changes/1.8.0-rc1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 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))
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@
- "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
Expand All @@ -19,8 +32,6 @@

- 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

### Features
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.0b2"
version = "1.8.0rc1"
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.0b2"
package_version = "1.8.0rc1"
description = """The Apache Spark adapter plugin for dbt"""

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

0 comments on commit fbfd879

Please sign in to comment.