Releases: thomhurst/ModularPipelines
Releases · thomhurst/ModularPipelines
2.30.5
Refresh Progress Task at 1 second intervals (#456) * Refresh Progress Task at 1 second intervals * Formatting Markdown --------- Co-authored-by: Tom Longhurst <[email protected]>
2.30.3
2.29.32
- ShowProgressInConsole option now sets AnsiConsole.Profile.Capabilities.Interactive to reduce code duplication around checking for interactive mode
Dependabot
2.29.22
- Automatically add Dependabot commits to the release notes
- Fix [SkipIfNoGitHubToken] attribute logic
Dependabot
- Bump the azure-dependencies group with 1 update (#439)
Bumps the azure-dependencies group with 1 update: Azure.ResourceManager.
Updates Azure.ResourceManager
from 1.10.1 to 1.10.2
updated-dependencies:
- dependency-name: Azure.ResourceManager
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: azure-dependencies
...
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Bump Polly from 8.3.0 to 8.3.1 (#441)
Bumps Polly from 8.3.0 to 8.3.1.
updated-dependencies:
- dependency-name: Polly
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Bump MailKit from 4.3.0 to 4.4.0 (#440)
Bumps MailKit from 4.3.0 to 4.4.0.
updated-dependencies:
- dependency-name: MailKit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2.29.15
2.29.11
2.29.9
2.29.0
- If no collapsible log mechanisms detected, still segregate logs by a simple text separator
[SkipIfNoGitHubToken]
attribute, useful on modules that will fail without access to the GitHub token, which can happen for PRs from non-maintiners or dependabotICommandLogger
andILogoPrinter
interfaces are now public, to allow for custom loggers and printers.Command
,CommandLogger
, andLogoPrinter
are nowpublic sealed
to allow for custom implementations to encapsulate them.CommandResult
now has a public constructor.- Added a
Default
option to theCommandLogging
enum. - Added a
PrintLogo
option toPipelineOptions
to allow logo printing to be disabled.