Releases: david-garcia-garcia/windowscontainers
Releases · david-garcia-garcia/windowscontainers
v1.0.10
v1.0.9
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
Unreleased
v1.0.7
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
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
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
- 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
- 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
Increase timeouts in tests to improve pipelines stability
v1.0.1
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