Skip to content

Releases: david-garcia-garcia/windowscontainers

v1.0.10

13 Nov 09:57
6ea400d
Compare
Choose a tag to compare

Adds the ability to run commands through CMD + ARGS.

v1.0.9

26 Oct 19:04
b849e5d
Compare
Choose a tag to compare

Minor fixes and package version upgrades:

  • Pipeline: add docker engine switch
  • Pipeline: ensure Posh-SSH and dbatools are installed
  • SBS_IISENV now propagates all ENV that match, even if it exists at the machine level. It was previously skipping variables set at the machine level.
  • Upgrade newrelic-dotnet 10.31.0 to 10.32.0
  • Upgrade dbatools 2.1.22 to 2.1.26
  • Upgrade 7zip 24.7.0 to 24.8.0
  • Upgrade micro 2.0.11 to 2.0.14

v1.0.8

26 Oct 19:03
Compare
Choose a tag to compare

Unreleased

v1.0.7

15 Oct 09:55
117ffab
Compare
Choose a tag to compare

Very minor changes in this release:

  • New relic APM config is now read from a template: C:\ProgramData\New Relic.NET Agent\newrelic.config.template\newrelic.config so that it can be easily overriden from a configmap in K8S
  • New relic APM config now admits hot reload
  • Updated newrelic-dotnet to version 10.31.0
  • Microsoft SQL Server images built with CU15

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