-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update NuGet and Docker dependencies #5575
Conversation
@@ -7,6 +7,6 @@ internal static class ElasticsearchContainerImageTags | |||
{ | |||
public const string Registry = "docker.io"; | |||
public const string Image = "library/elasticsearch"; | |||
public const string Tag = "8.15.0"; | |||
public const string Tag = "8.15.1"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct, we need to update the registry. I was going to take care of it but if you're planning on doing it then that works for me too.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Would be good to wait for the dashboard to confirm the new fluent UI versions.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/backport to release/8.2 |
Started backporting to release/8.2: https://github.com/dotnet/aspire/actions/runs/10855903601 |
@joperezr backporting to release/8.2 failed, the patch most likely resulted in conflicts: $ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Applying: Update NuGet and Docker dependencies
Using index info to reconstruct a base tree...
M Directory.Packages.props
M eng/Version.Details.xml
M eng/Versions.props
Falling back to patching base and 3-way merge...
Auto-merging eng/Versions.props
CONFLICT (content): Merge conflict in eng/Versions.props
Auto-merging eng/Version.Details.xml
Auto-merging Directory.Packages.props
CONFLICT (content): Merge conflict in Directory.Packages.props
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config advice.mergeConflict false"
Patch failed at 0001 Update NuGet and Docker dependencies
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
@joperezr an error occurred while backporting to release/8.2, please check the run log for details! Error: git am failed, most likely due to a merge conflict. |
@joperezr - were you planning on backporting this change to release/8.2? |
* Update NuGet and Docker dependencies * Update cgmanifest.json file * Update ConfigurationSchema.json files * Revert FluentUI updates as there were test failures here --------- Co-authored-by: Sebastien Ros <sebastienros@gmail.com>
* Update NuGet and Docker dependencies * Update cgmanifest.json file * Update ConfigurationSchema.json files * Revert FluentUI updates as there were test failures here --------- Co-authored-by: Sebastien Ros <sebastienros@gmail.com>
Description
Updating dependencies from NuGet and Docker.
Checklist
<remarks />
and<code />
elements on your triple slash comments?Microsoft Reviewers: Open in CodeFlow