Skip to content

Commit

Permalink
Prepare for release v0.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
magne committed Mar 27, 2024
1 parent bd054ad commit 007a5bb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1] - 2024-03-27

### Added

- Create login with SID. [PR #74](https://github.com/betr-io/terraform-provider-mssql/pull/74). Closes [#64](https://github.com/betr-io/terraform-provider-mssql/issues/64). Thanks to [ValeruS](https://github.com/ValeruS) for the PR.

### Fixed

- Support read timeout for SQL loop and better error handling. [PR #61](https://github.com/betr-io/terraform-provider-mssql/pull/61). Closese [#25](https://github.com/betr-io/terraform-provider-mssql/issues/25) and [#57](https://github.com/betr-io/terraform-provider-mssql/issues/57) with better error message. Thanks to [Sebastien Coavoux](https://github.com/sebastien-coavoux) for the PR.

## [0.3.0] - 2023-12-29

### Changed
Expand All @@ -22,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Fix concurrency issue on user create/update. [PR #52](https://github.com/betr-io/terraform-provider-mssql/pull/52). Closes [#31](https://github.com/betr-io/terraform-provider-mssql/issues/31]. Thanks to [Isabel Andrade](https://github.com/beandrad) for the PR.
- Fix concurrency issue on user create/update. [PR #52](https://github.com/betr-io/terraform-provider-mssql/pull/52). Closes [#31](https://github.com/betr-io/terraform-provider-mssql/issues/31). Thanks to [Isabel Andrade](https://github.com/beandrad) for the PR.
- Fix role reorder update issue. [PR #53](https://github.com/betr-io/terraform-provider-mssql/pull/53). Closes [#46](https://github.com/betr-io/terraform-provider-mssql/issues/46). Thanks to [Paul Brittain](https://github.com/paulbrittain) for the PR.

## [0.2.6] - 2022-11-25
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL := /bin/bash

VERSION = 0.3.0
VERSION = 0.3.1

TERRAFORM = terraform
TERRAFORM_VERSION = "~> 1.5"
Expand Down

0 comments on commit 007a5bb

Please sign in to comment.