Skip to content

Comments

Update nuke to 9.0.4#1192

Merged
matt-richardson merged 2 commits intomainfrom
mattr/update-nuke
Feb 24, 2026
Merged

Update nuke to 9.0.4#1192
matt-richardson merged 2 commits intomainfrom
mattr/update-nuke

Conversation

@matt-richardson
Copy link
Contributor

@matt-richardson matt-richardson commented Feb 24, 2026

Background

We like to stay on top of our dependency updates

Results

Thus PR upgrade nuke to 9.0.4, the newest that supports net8.0.

How to review this PR

Quality ✔️

Pre-requisites

  • I have read How we use GitHub Issues for help deciding when and where it's appropriate to make an issue.
  • I have considered informing or consulting the right people, according to the ownership map.
  • I have considered appropriate testing for my change.

@matt-richardson matt-richardson self-assigned this Feb 24, 2026
@matt-richardson matt-richardson requested a review from a team as a code owner February 24, 2026 04:33
Copy link
Contributor

@acodrington acodrington left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks. I've just got a question that I'd like to have answered for future reference.

var combinedFileName = $"tentacle.{OctoVersionInfo.FullSemVer}-sbom.cdx.json";

// redirect all docker output to stdout, as lots of it goes as stderr when it's just progress messages
DockerTasks.DockerLogger = (_, message) => Log.Information("[Docker] {Message}", message);
Copy link
Contributor

@acodrington acodrington Feb 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this no longer necessary? Is it now handled in Nuke 9?

{
// Docker typically logs everything to stderr so we're
// redirecting it to Debug to make the logs look a bit nicer.
DockerTasks.DockerLogger = (outputType, message) =>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this no longer necessary? Is it now handled in Nuke 9?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it's built in now.

@matt-richardson matt-richardson enabled auto-merge (squash) February 24, 2026 07:45
@matt-richardson matt-richardson merged commit beda77b into main Feb 24, 2026
51 checks passed
@matt-richardson matt-richardson deleted the mattr/update-nuke branch February 24, 2026 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants