Skip to content

Commit

Permalink
[Automated] Merged prep-release/1.9.0rc1_12126848290 into target 1.9.…
Browse files Browse the repository at this point in the history
…latest during release process
  • Loading branch information
FishtownBuildBot authored Dec 2, 2024
2 parents 07f0f52 + 10574a1 commit 585a096
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 4 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.9.0b1
current_version = 1.9.0rc1
parse = (?P<major>[\d]+) # major version number
\.(?P<minor>[\d]+) # minor version number
\.(?P<patch>[\d]+) # patch version number
Expand Down
16 changes: 16 additions & 0 deletions .changes/1.9.0-rc1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## dbt-spark 1.9.0-rc1 - December 02, 2024

### Breaking Changes

- Drop support for Python 3.8 ([#1121](https://github.com/dbt-labs/dbt-spark/issues/1121))

### Features

- Enable setting current value of dbt_valid_to ([#1112](https://github.com/dbt-labs/dbt-spark/issues/1112))

### Under the Hood

- Isolating distribution testing ([#1069](https://github.com/dbt-labs/dbt-spark/issues/1069))

### Contributors
- [@leahwicz](https://github.com/leahwicz) ([#1069](https://github.com/dbt-labs/dbt-spark/issues/1069))
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@
- "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.9.0-rc1 - December 02, 2024

### Breaking Changes

- Drop support for Python 3.8 ([#1121](https://github.com/dbt-labs/dbt-spark/issues/1121))

### Features

- Enable setting current value of dbt_valid_to ([#1112](https://github.com/dbt-labs/dbt-spark/issues/1112))

### Under the Hood

- Isolating distribution testing ([#1069](https://github.com/dbt-labs/dbt-spark/issues/1069))

### Contributors
- [@leahwicz](https://github.com/leahwicz) ([#1069](https://github.com/dbt-labs/dbt-spark/issues/1069))


## dbt-spark 1.9.0-b1 - October 01, 2024

### Features
Expand Down Expand Up @@ -37,7 +55,6 @@
- [@jpoley](https://github.com/jpoley) ([#1092](https://github.com/dbt-labs/dbt-spark/issues/1092))
- [@nilan3](https://github.com/nilan3) ([#1092](https://github.com/dbt-labs/dbt-spark/issues/1092))


## 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.9.0b1"
version = "1.9.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.9.0b1"
package_version = "1.9.0rc1"
description = """The Apache Spark adapter plugin for dbt"""

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

0 comments on commit 585a096

Please sign in to comment.