Skip to content

Merge release back into master #247

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 14, 2017
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 2017-11-15 - Supported Release 2.0.1

### Summary
Small release with bug fixes and documentation updates.

#### Fixed

- Allow connections over TLS 1.1+ by replacing OLEDB driver with SQL Native Client ([MODULES-5693](https://tickets.puppetlabs.com/browse/MODULES-5693))
- Ensure instances without SQL Engine are discoverable ([MODULES-5566](https://tickets.puppetlabs.com/browse/MODULES-5566))
- Updated documentation to include 2016 as a supported version of SQL Server

## 2017-08-10 - Supported Release 2.0.0

### Summary
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-sqlserver",
"version": "2.0.0",
"version": "2.0.1",
"author": "Puppet Inc",
"summary": "The `sqlserver` module installs and manages MS SQL Server 2012, 2014 and 2016 on Windows systems.",
"license": "proprietary",
Expand Down
7 changes: 2 additions & 5 deletions readmes/README_ja_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

## 概要

sqlserverモジュールは、WindowsシステムにMicrosoft SQL Server 2012および2014をインストールし、管理します
Microsoft SQL Server 2012、2014、2016は、sqlserverモジュールにより、Windowsシステムでインストールと管理を行います

## モジュールの説明

Expand All @@ -32,10 +32,9 @@ Microsoft SQL Serverは、Windows用のデータベースプラットフォー

sqlserverモジュールの要件は次のとおりです。

* Puppet Enterprise 3.7以降
* .NET 3.5. (存在しない場合、自動的にインストールされます。そのためにインターネット接続が必要になる場合があります)
* SQL Server ISOファイルの内容(ローカルまたはネットワーク共有上にマウントまたは展開されていること)
* Windows Server 2012または2012 R2
* Windows Server 2012、2012 R2、2016。

### sqlserverを開始する

Expand Down Expand Up @@ -1069,8 +1068,6 @@ sys.configurationsで管理するオプションを指定します。有効な

## 制限事項

本モジュールは、Windows Server 2012または2012 R2のみで使用でき、Puppet Enterprise 3.7以降でのみ動作します。

このモジュールは、指定ホスト上のSQL Serverの単独バージョンのみ管理できます(SQL Server 2012、2014、2016のうちいずれか1つのみ)。このモジュールでは同一バージョンの複数のSQL Serverインスタンスを管理できます。

このモジュールは、SQL Server Native Client SDK (別名SNAC_SDK)を管理できません。SQL ServerのインストールメディアはSDKをインストールできますが、SDKをアンインストールすることはできません。'sqlserver_features' factはSDKの存在を検出します。
Expand Down