Skip to content
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

chore(deps): bump AWSSDK.Core from 3.7.300.2 to 3.7.304.1 in /AwsCryptographyPrimitives/runtimes/net #320

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 15, 2024

Bumps AWSSDK.Core from 3.7.300.2 to 3.7.304.1.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [AWSSDK.Core](https://github.com/aws/aws-sdk-net) from 3.7.300.2 to 3.7.304.1.
- [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

---
updated-dependencies:
- dependency-name: AWSSDK.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 15, 2024 18:22
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels May 15, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 17, 2024

Superseded by #328.

@dependabot dependabot bot closed this May 17, 2024
@dependabot dependabot bot deleted the dependabot/nuget/AwsCryptographyPrimitives/runtimes/net/AWSSDK.Core-3.7.304.1 branch May 17, 2024 19:04
ajewellamz pushed a commit that referenced this pull request Dec 18, 2024
Adding this in order to support patches in multi-model libraries. Otherwise, you can end up with a patch file that spans multiple services, and the shared makefile workflow will do the code generation for one at a time, but attempt to apply the patch across all services each time. This can lead to "patch does not apply" errors because the single patch file can only be successfully applied after code generating ALL services.

The solution is to have separate patch files directories per service. The SharedMakefile now passes --patch-files-dir codegen-patches/<service> for libraries with DIR_STRUCTURE_V2 set.

Patch files are now only applied if this option is given, rather than defaulting to <library-root>/codegen-patches. Previously patches were not applied if --local-service-test was passed, but this is a more flexible solution that gives the build process more control.

Also replaced the UPDATE_PATCH_FILES_OPTION Makefile environment variable with the more general POLYMORPH_OPTIONS, which we can use for other future options as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants