Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "8.0.6"
".": "8.0.7"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ This file is used to list changes made in each version of the sql_server cookboo
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management

## [8.0.7](https://github.com/sous-chefs/sql_server/compare/v8.0.6...v8.0.7) (2026-01-14)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [linkspector] reported by reviewdog 🐶
Cannot reach v8.0.6...v8.0.7 Status: 404



### Bug Fixes

* Add SQL Server 2025 support ([#227](https://github.com/sous-chefs/sql_server/issues/227)) ([19ac362](https://github.com/sous-chefs/sql_server/commit/19ac362fc08ca2d869f59b240eac4268e71e6065))
* **ci:** Update workflows to use release pipeline ([#222](https://github.com/sous-chefs/sql_server/issues/222)) ([a02c712](https://github.com/sous-chefs/sql_server/commit/a02c71263114a6f36dc34f32ef8a0dcd083e0033))
* Update tooling ([#228](https://github.com/sous-chefs/sql_server/issues/228)) ([a1d4545](https://github.com/sous-chefs/sql_server/commit/a1d4545ec6f36e6e1e332831547a6371842a8109))

## [8.0.6](https://github.com/sous-chefs/sql_server/compare/8.0.5...v8.0.6) (2025-10-16)


Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email 'help@sous-chefs.org'
license 'Apache-2.0'
description 'Installs/Configures Microsoft SQL Server'
version '8.0.6'
version '8.0.7'
source_url 'https://github.com/sous-chefs/sql_server'
issues_url 'https://github.com/sous-chefs/sql_server/issues'
chef_version '>= 15.3'
Expand Down
Loading