Skip to content

Releases: thomhurst/ModularPipelines

2.38.25

12 Aug 15:05
6097101
Compare
Choose a tag to compare

Fix running dotnet format via context.DotNet().Format()

Dependabot

  • Bump NUnit.Analyzers from 4.2.0 to 4.3.0 in the test-dependencies group (#547)
  • Bump the docusaurus group in /docs with 4 updates (#559)
  • Bump @docusaurus/module-type-aliases from 3.4.0 to 3.5.1 in /docs (#554)
  • Bump @docusaurus/tsconfig from 3.4.0 to 3.5.0 in /docs (#551)
  • Bump the test-dependencies group with 2 updates (#542)
  • Bump FluentFTP from 50.1.0 to 51.0.0 (#543)
  • Bump Azure.ResourceManager.AppService in the azure-dependencies group (#541)
  • Bump typescript from 5.2.2 to 5.5.4 in /docs (#540)

2.38.2

27 Jul 23:48
fccbcf2
Compare
Choose a tag to compare
  • Use AsyncLocal to find the correct IModuleLogger when using the IModuleLoggerProvider helper.

Dependabot

  • Bump NUnit3TestAdapter in the test-dependencies group (#533)

2.38.1

27 Jul 18:46
186719a
Compare
Choose a tag to compare
  • Show exception (if one was thrown) within the GitHub markdown summary

Breaking

  • GitVersion.Tool has been updated to v6. If using the GitVersionInformation model, some properties may have been added/removed/changed.

Dependabot

  • Bump the test-dependencies group with 2 updates (#532)
  • Bump YamlDotNet from 15.3.0 to 16.0.0 (#531)
  • Bump MailKit from 4.7.1 to 4.7.1.1 (#530)
  • Bump Azure.ResourceManager.Redis in the azure-dependencies group (#529)

2.37.9

14 Jul 17:17
Compare
Choose a tag to compare
  • Automated GitHub Actions Markdown Summary - Thanks to @MattParkerDev !

Dependabot

  • Bump MailKit from 4.7.0 to 4.7.1 (#524)
  • Bump System.Text.Json from 8.0.3 to 8.0.4 (#523)
  • Bump Octokit from 13.0.0 to 13.0.1 (#518)
  • Bump Azure.ResourceManager.KeyVault in the azure-dependencies group (#520)

2.36.29

05 Jul 23:25
26971e4
Compare
Choose a tag to compare

Dependabot

  • Bump Octokit from 13.0.0 to 13.0.1 (#518)
  • Bump Azure.ResourceManager.KeyVault in the azure-dependencies group (#520)
  • Bump MailKit from 4.6.0 to 4.7.0 (#516)
  • Bump Azure.ResourceManager.Storage in the azure-dependencies group (#513)
  • Bump Polly from 8.4.0 to 8.4.1 (#514)

2.36.23

30 Jun 22:12
c963670
Compare
Choose a tag to compare
  • .NET 7 build target has been removed as it is end of life

Dependabot

  • Bump Azure.ResourceManager.Storage in the azure-dependencies group (#513)
  • Bump Polly from 8.4.0 to 8.4.1 (#514)
  • Bump Octokit from 12.0.0 to 13.0.0 (#510)
  • Bump Azure.ResourceManager.Network in the azure-dependencies group (#509)
  • Bump FluentFTP from 50.0.1 to 50.1.0 (#508)
  • Bump Azure.Identity in the azure-dependencies group (#505)
  • Bump YamlDotNet from 15.1.6 to 15.3.0 (#506)
  • Bump braces from 3.0.2 to 3.0.3 in /src/ModularPipelines.Build (#504)
  • Bump Azure.Identity in the azure-dependencies group (#501)
  • Bump Octokit from 11.0.1 to 12.0.0 (#502)
  • Bump NReco.Logging.File from 1.2.0 to 1.2.1 (#498)

2.36.4

07 Jun 16:23
Compare
Choose a tag to compare
  • [DependsOnAllModulesInheritingFromAttribute] to allow a module to wait on all modules inheriting from a base without needing to list each module explicitly
  • Better JSON serialization of Folder objects

2.35.0

02 Jun 22:46
ada298d
Compare
Choose a tag to compare
  • Throw an exception when defining duplicate constraint keys on the same NotInParallel attribute
  • context.LogOnPipelineEnd(...) method to easily log information at the end of the pipeline where it's easier to find in logs

Dependabot

  • Bump the test-dependencies group with 2 updates (#496)
  • Bump YamlDotNet from 15.1.4 to 15.1.6 (#495)
  • Bump Vampire/setup-wsl from 3.0.0 to 3.1.1 (#494)
  • Bump the test-dependencies group with 2 updates (#493)

2.34.0

23 May 23:02
063623b
Compare
Choose a tag to compare
  • Remove the need to use reflection within ProgressPrinter for appending Sub-Modules to a parent Module

Dependabot

  • Bump Polly from 8.3.1 to 8.4.0 (#478)
  • Bump Spectre.Console from 0.48.0 to 0.49.1 (#482)
  • Bump YamlDotNet from 15.1.2 to 15.1.4 (#484)
  • Bump the test-dependencies group across 1 directory with 3 updates (#491)
  • Bump NReco.Logging.File from 1.1.7 to 1.2.0 (#480)
  • Bump FluentFTP from 49.0.2 to 50.0.1 (#479)
  • --- (#489)
  • Bump NUnit.Analyzers from 4.1.0 to 4.2.0 in the test-dependencies group (#477)
  • Bump the azure-dependencies group with 13 updates (#476)

2.33.0

20 May 13:41
7f8f979
Compare
Choose a tag to compare
  • Refactor grabbing exclusive locks for Not-In-Parallel modules