Skip to content

Releases: david-garcia-garcia/windowscontainers

v1.0.6

04 Aug 11:14
63770cd
Compare
Choose a tag to compare

Yet another performance release with some bugfixes.

  • Add Roslyn compilers to image and ngen .net framework binaries
  • Fix database data directory cleanup when working with BACKUP lifecycle
  • Update New Relic .Net APM agent
  • Add system info to container boot logs and pipelines

v1.0.5

28 Jul 11:19
ce45480
Compare
Choose a tag to compare

This is mainly a performance and bugfix release.

The most painful bottlenecks were the scraping of Event Logs using powershell, which has been totally replaced with LogMonitor and the usage of DbaTools (only in the MSSQL Server images) in operations that happen frequently (such as transaction log backups.

  • Remove usage of DBATOOLS for doing backups (performance)
  • Improve configuration monitoring logic to avoid parsing if configuration has not changed (performance)
  • Replace event viewer monitoring logic with LogMonitor by default (performance)
  • Remove powershell-yaml from the images and only support JSON (performance)
  • Remove usage of DBATOOLS from SbsMssqlIndexOptimize (performance)
  • Added new MSSQL_AGENT_ENABLED to control state of Sql Server Agent
  • Fix for Memory auto-release job not working
  • Reduce the amount of server restarts triggered by configuration changes during bootstrap (performance)
  • Added integration tests for backup and restore to Azure Blob Storage, and improve test coverage generally

v1.0.4

22 Jul 16:01
d0abe6b
Compare
Choose a tag to compare
  • Fixes to user mapping through MSSQL_LOGIN_** to deal with orphaned users
  • Cleanup orphaned users after database restores
  • Improved test coverage for user mapping through MSSQL_LOGIN_**

v1.0.3

22 Jul 16:01
4f6092b
Compare
Choose a tag to compare
  • Add support for merging secrets mounted in c:\secrets.d as part of regular config
  • Improve error handling for environment config refresh in entrypoint loop

v1.0.2

19 Jul 09:42
cab1a71
Compare
Choose a tag to compare

Increase timeouts in tests to improve pipelines stability

v1.0.1

19 Jul 07:47
5ae529c
Compare
Choose a tag to compare

Minor fixes introduced in this version

  • Reduce verbosity of environment reload read files
  • Ignore Linux hidden files (starting with dot) when reading environment files
  • Restore SSH connection test
  • Improve test coverage for environment warm reload

v1.0.0 Initial release

18 Jul 12:09
Compare
Choose a tag to compare

Initial release