Skip to content

Commit c40a862

Browse files
committed
Updating release notes for CU18
1 parent 54568cc commit c40a862

1 file changed

Lines changed: 42 additions & 2 deletions

File tree

docs/linux/sql-server-linux-release-notes.md

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Release notes for SQL Server 2017 on Linux
33
description: This article contains the release notes and supported features for SQL Server 2017 running on Linux. Release notes are included for the most recent release and several previous releases.
44
author: VanMSFT
55
ms.author: vanto
6-
ms.date: 10/10/2019
6+
ms.date: 12/09/2019
77
ms.topic: conceptual
88
ms.prod: sql
99
ms.technology: linux
@@ -73,9 +73,49 @@ If you are updating existing [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.m
7373
- [Install SQL Server Integration Services](sql-server-linux-setup-ssis.md)
7474
- [Enable SQL Server Agent](sql-server-linux-setup-sql-agent.md)
7575

76+
## <a id="CU18"></a> CU18 (December 2019)
77+
78+
This is the Cumulative Update 18 (CU17) release of [!INCLUDE[ssSQL17](../includes/sssql17-md.md)]. The [!INCLUDE[ssDEnoversion](../includes/ssdenoversion-md.md)] version for this release is 14.0.3257.3. For information about the fixes and improvements in this release, see [https://support.microsoft.com/en-us/help/4527377](https://support.microsoft.com/en-us/help/4527377).
79+
80+
### Package details
81+
82+
For manual or offline package installations, you can download the RPM and Debian packages with the information in the following table:
83+
84+
| Package | Package version | Downloads |
85+
|-----|-----|-----|
86+
| Red Hat RPM package | 14.0.2357.3-13 | [Engine RPM package](https://packages.microsoft.com/rhel/7/mssql-server-2017/mssql-server-14.0.2357.3-13.x86_64.rpm)</br>[High Availability RPM package](https://packages.microsoft.com/rhel/7/mssql-server-2017/mssql-server-ha-14.0.2357.3-13.x86_64.rpm)</br>[Full-text Search RPM package](https://packages.microsoft.com/rhel/7/mssql-server-2017/mssql-server-fts-14.0.2357.3-13.x86_64.rpm)</br>[SSIS package](https://packages.microsoft.com/rhel/7/mssql-server-2017/mssql-server-is-14.0.1000.169-1.x86_64.rpm) |
87+
| SLES RPM package | 14.0.2357.3-13 | [mssql-server Engine RPM package](https://packages.microsoft.com/sles/12/mssql-server-2017/mssql-server-14.0.2357.3-13.x86_64.rpm)</br>[High Availability RPM package](https://packages.microsoft.com/sles/12/mssql-server-2017/mssql-server-ha-14.0.2357.3-13.x86_64.rpm)</br>[Full-text Search RPM package](https://packages.microsoft.com/sles/12/mssql-server-2017/mssql-server-fts-14.0.2357.3-13.x86_64.rpm) |
88+
| Ubuntu 16.04 Debian package | 14.0.2357.3-13 | [Engine Debian package](https://packages.microsoft.com/ubuntu/16.04/mssql-server-2017/pool/main/m/mssql-server/mssql-server_14.0.2357.3-13_amd64.deb)</br>[High Availability Debian package](https://packages.microsoft.com/ubuntu/16.04/mssql-server-2017/pool/main/m/mssql-server-ha/mssql-server-ha_14.0.2357.3-13_amd64.deb)</br>[Full-text Search Debian package](https://packages.microsoft.com/ubuntu/16.04/mssql-server-2017/pool/main/m/mssql-server-fts/mssql-server-fts_14.0.2357.3-13_amd64.deb)<br/>[SSIS package](https://packages.microsoft.com/ubuntu/16.04/mssql-server-2017/pool/main/m/mssql-server-is/mssql-server-is_14.0.1000.169-1_amd64.deb) |
89+
90+
### Remarks
91+
92+
SQL Server 2017 containers now have a new tagging pattern as described below with examples.
93+
94+
- `mcr.microsoft.com/mssql/server:<SQL Server Version>-<update>-<Linux Distribution>-<Linux Distribution Version>`
95+
96+
This will pull the container image with the combination described in the tag.
97+
98+
- `mcr.microsoft.com/mssql/server:<SQL Server Version>-latest`
99+
100+
This will pull the latest SQL Server version on the latest supported Ubuntu version.
101+
102+
**Examples:**
103+
104+
`mcr.microsoft.com/mssql/server:2017-CU18-ubuntu-16.04`
105+
106+
This will pull SQL Server 2017 CU18 based on the Ubuntu 16.04 container
107+
108+
`mcr.microsoft.com/mssql/server:2017-latest`
109+
110+
This will pull the latest SQL Server 2017 version (CU18 as the time of this writing) based on the Ubuntu 16.04 container.
111+
112+
> [!NOTE]
113+
> We will no longer be publishing containers with other tagging patterns for SQL Server 2017 containers in the future.
114+
115+
76116
## <a id="CU17"></a> CU17 (October 2019)
77117

78-
This is the Cumulative Update 17 (CU17) release of [!INCLUDE[ssSQL17](../includes/sssql17-md.md)]. The [!INCLUDE[ssDEnoversion](../includes/ssdenoversion-md.md)] version for this release is 14.0.3238.1. For information about the fixes and improvements in this release, see [https://support.microsoft.com/en-us/help/4498951](https://support.microsoft.com/en-us/help/4515579).
118+
This is the Cumulative Update 17 (CU17) release of [!INCLUDE[ssSQL17](../includes/sssql17-md.md)]. The [!INCLUDE[ssDEnoversion](../includes/ssdenoversion-md.md)] version for this release is 14.0.3238.1. For information about the fixes and improvements in this release, see [https://support.microsoft.com/en-us/help/4515579](https://support.microsoft.com/en-us/help/4515579).
79119

80120
### Package details
81121

0 commit comments

Comments
 (0)