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

Bump ApplicationModel from 12.1.10 to 13.1.1 #1362

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 27, 2024

Bumps ApplicationModel from 12.1.10 to 13.1.1.
Updates Cratis.Applications from 12.1.10 to 13.1.1

Release notes

Sourced from Cratis.Applications's releases.

Release v13.1.1

Fixed

  • Adding correct [AttributeUsage] for [Roles] attribute.

Release v13.1.0

Added

  • Adding support for authorization of roles in a better way than the default [Authorize] attribute with a new [Roles("role1", "role2")] attribute. This is located in the Authorization namespace.

Release v13.0.6

Fixed

  • Added error handling when the ClientPrincipal is invalid when trying to deserialize it, logging what was sent in the HTTP header.

Release v13.0.5

Fixed

Revert validator import, most of the files need it

Release v13.0.4

Fixed

  • Removing unused Validator from the Command definition for proxies
  • Disable the no-empty-interface ESLint rule for Command definition for proxies

Release v13.0.3

Fixed

  • Disabling the sort-imports ESLint rule for proxies as its hard to guarantee the ordering and they are not files that should be maintained manually anyways.

Release v13.0.2

Added

  • Added Concepts project to solution

Fixed

  • Correct typescript observable return types

Release v13.0.1

Fixed

  • Definition of the Microsoft ClientPrincipal to reflect what they have in their specification. It seems there is a discrepency between the spec and what was used in Azure Container Apps. Sticking with the spec.

Release v13.0.0

Changed

  • Changing from just a simple middleware for representing auth information for users to using the Authentication mechanism in ASP.NET with a custom AuthHandler implementation. This means you now need to do:

... (truncated)

Commits
  • b8d5886 Merge pull request #86 from Cratis:fix/role-attribute
  • 79e753f Adding AttributeUsage
  • 4329e92 Merge pull request #85 from Cratis:feature/roles-attribute
  • 032a85c Adding a [Roles] attribute for specifying roles in a more meaningful way
  • bfdc403 Merge pull request #84 from Cratis:fix/ms-identity-logging
  • dad406f Adding error handling for invalid principal - adding logging
  • 19f6087 Fixing port for backend
  • d3a9b33 Regenerated
  • 27d3b5d Merge pull request #83 from panayot-zhi/fix/revert-validator
  • db22464 this should be present
  • Additional commits viewable in compare view

Updates Cratis.Applications.MongoDB from 12.1.10 to 13.1.1

Release notes

Sourced from Cratis.Applications.MongoDB's releases.

Release v13.1.1

Fixed

  • Adding correct [AttributeUsage] for [Roles] attribute.

Release v13.1.0

Added

  • Adding support for authorization of roles in a better way than the default [Authorize] attribute with a new [Roles("role1", "role2")] attribute. This is located in the Authorization namespace.

Release v13.0.6

Fixed

  • Added error handling when the ClientPrincipal is invalid when trying to deserialize it, logging what was sent in the HTTP header.

Release v13.0.5

Fixed

Revert validator import, most of the files need it

Release v13.0.4

Fixed

  • Removing unused Validator from the Command definition for proxies
  • Disable the no-empty-interface ESLint rule for Command definition for proxies

Release v13.0.3

Fixed

  • Disabling the sort-imports ESLint rule for proxies as its hard to guarantee the ordering and they are not files that should be maintained manually anyways.

Release v13.0.2

Added

  • Added Concepts project to solution

Fixed

  • Correct typescript observable return types

Release v13.0.1

Fixed

  • Definition of the Microsoft ClientPrincipal to reflect what they have in their specification. It seems there is a discrepency between the spec and what was used in Azure Container Apps. Sticking with the spec.

Release v13.0.0

Changed

  • Changing from just a simple middleware for representing auth information for users to using the Authentication mechanism in ASP.NET with a custom AuthHandler implementation. This means you now need to do:

... (truncated)

Commits
  • b8d5886 Merge pull request #86 from Cratis:fix/role-attribute
  • 79e753f Adding AttributeUsage
  • 4329e92 Merge pull request #85 from Cratis:feature/roles-attribute
  • 032a85c Adding a [Roles] attribute for specifying roles in a more meaningful way
  • bfdc403 Merge pull request #84 from Cratis:fix/ms-identity-logging
  • dad406f Adding error handling for invalid principal - adding logging
  • 19f6087 Fixing port for backend
  • d3a9b33 Regenerated
  • 27d3b5d Merge pull request #83 from panayot-zhi/fix/revert-validator
  • db22464 this should be present
  • Additional commits viewable in compare view

Updates Cratis.Applications.ProxyGenerator.Build from 12.1.10 to 13.1.1

Release notes

Sourced from Cratis.Applications.ProxyGenerator.Build's releases.

Release v13.1.1

Fixed

  • Adding correct [AttributeUsage] for [Roles] attribute.

Release v13.1.0

Added

  • Adding support for authorization of roles in a better way than the default [Authorize] attribute with a new [Roles("role1", "role2")] attribute. This is located in the Authorization namespace.

Release v13.0.6

Fixed

  • Added error handling when the ClientPrincipal is invalid when trying to deserialize it, logging what was sent in the HTTP header.

Release v13.0.5

Fixed

Revert validator import, most of the files need it

Release v13.0.4

Fixed

  • Removing unused Validator from the Command definition for proxies
  • Disable the no-empty-interface ESLint rule for Command definition for proxies

Release v13.0.3

Fixed

  • Disabling the sort-imports ESLint rule for proxies as its hard to guarantee the ordering and they are not files that should be maintained manually anyways.

Release v13.0.2

Added

  • Added Concepts project to solution

Fixed

  • Correct typescript observable return types

Release v13.0.1

Fixed

  • Definition of the Microsoft ClientPrincipal to reflect what they have in their specification. It seems there is a discrepency between the spec and what was used in Azure Container Apps. Sticking with the spec.

Release v13.0.0

Changed

  • Changing from just a simple middleware for representing auth information for users to using the Authentication mechanism in ASP.NET with a custom AuthHandler implementation. This means you now need to do:

... (truncated)

Commits
  • b8d5886 Merge pull request #86 from Cratis:fix/role-attribute
  • 79e753f Adding AttributeUsage
  • 4329e92 Merge pull request #85 from Cratis:feature/roles-attribute
  • 032a85c Adding a [Roles] attribute for specifying roles in a more meaningful way
  • bfdc403 Merge pull request #84 from Cratis:fix/ms-identity-logging
  • dad406f Adding error handling for invalid principal - adding logging
  • 19f6087 Fixing port for backend
  • d3a9b33 Regenerated
  • 27d3b5d Merge pull request #83 from panayot-zhi/fix/revert-validator
  • db22464 this should be present
  • Additional commits viewable in compare view

Updates Cratis.Applications.Orleans from 12.1.10 to 13.1.1

Release notes

Sourced from Cratis.Applications.Orleans's releases.

Release v13.1.1

Fixed

  • Adding correct [AttributeUsage] for [Roles] attribute.

Release v13.1.0

Added

  • Adding support for authorization of roles in a better way than the default [Authorize] attribute with a new [Roles("role1", "role2")] attribute. This is located in the Authorization namespace.

Release v13.0.6

Fixed

  • Added error handling when the ClientPrincipal is invalid when trying to deserialize it, logging what was sent in the HTTP header.

Release v13.0.5

Fixed

Revert validator import, most of the files need it

Release v13.0.4

Fixed

  • Removing unused Validator from the Command definition for proxies
  • Disable the no-empty-interface ESLint rule for Command definition for proxies

Release v13.0.3

Fixed

  • Disabling the sort-imports ESLint rule for proxies as its hard to guarantee the ordering and they are not files that should be maintained manually anyways.

Release v13.0.2

Added

  • Added Concepts project to solution

Fixed

  • Correct typescript observable return types

Release v13.0.1

Fixed

  • Definition of the Microsoft ClientPrincipal to reflect what they have in their specification. It seems there is a discrepency between the spec and what was used in Azure Container Apps. Sticking with the spec.

Release v13.0.0

Changed

  • Changing from just a simple middleware for representing auth information for users to using the Authentication mechanism in ASP.NET with a custom AuthHandler implementation. This means you now need to do:

... (truncated)

Commits
  • b8d5886 Merge pull request #86 from Cratis:fix/role-attribute
  • 79e753f Adding AttributeUsage
  • 4329e92 Merge pull request #85 from Cratis:feature/roles-attribute
  • 032a85c Adding a [Roles] attribute for specifying roles in a more meaningful way
  • bfdc403 Merge pull request #84 from Cratis:fix/ms-identity-logging
  • dad406f Adding error handling for invalid principal - adding logging
  • 19f6087 Fixing port for backend
  • d3a9b33 Regenerated
  • 27d3b5d Merge pull request #83 from panayot-zhi/fix/revert-validator
  • db22464 this should be present
  • Additional commits viewable in compare view

Updates Cratis.Applications.Orleans.MongoDB from 12.1.10 to 13.1.1

Release notes

Sourced from Cratis.Applications.Orleans.MongoDB's releases.

Release v13.1.1

Fixed

  • Adding correct [AttributeUsage] for [Roles] attribute.

Release v13.1.0

Added

  • Adding support for authorization of roles in a better way than the default [Authorize] attribute with a new [Roles("role1", "role2")] attribute. This is located in the Authorization namespace.

Release v13.0.6

Fixed

  • Added error handling when the ClientPrincipal is invalid when trying to deserialize it, logging what was sent in the HTTP header.

Release v13.0.5

Fixed

Revert validator import, most of the files need it

Release v13.0.4

Fixed

  • Removing unused Validator from the Command definition for proxies
  • Disable the no-empty-interface ESLint rule for Command definition for proxies

Release v13.0.3

Fixed

  • Disabling the sort-imports ESLint rule for proxies as its hard to guarantee the ordering and they are not files that should be maintained manually anyways.

Release v13.0.2

Added

  • Added Concepts project to solution

Fixed

  • Correct typescript observable return types

Release v13.0.1

Fixed

  • Definition of the Microsoft ClientPrincipal to reflect what they have in their specification. It seems there is a discrepency between the spec and what was used in Azure Container Apps. Sticking with the spec.

Release v13.0.0

Changed

  • Changing from just a simple middleware for representing auth information for users to using the Authentication mechanism in ASP.NET with a custom AuthHandler implementation. This means you now need to do:

... (truncated)

Commits
  • b8d5886 Merge pull request #86 from Cratis:fix/role-attribute
  • 79e753f Adding AttributeUsage
  • 4329e92 Merge pull request #85 from Cratis:feature/roles-attribute
  • 032a85c Adding a [Roles] attribute for specifying roles in a more meaningful way
  • bfdc403 Merge pull request #84 from Cratis:fix/ms-identity-logging
  • dad406f Adding error handling for invalid principal - adding logging
  • 19f6087 Fixing port for backend
  • d3a9b33 Regenerated
  • 27d3b5d Merge pull request #83 from panayot-zhi/fix/revert-validator
  • db22464 this should be present
  • Additional commits viewable in compare view

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 `ApplicationModel` from 12.1.10 to 13.1.1.

Updates `Cratis.Applications` from 12.1.10 to 13.1.1
- [Release notes](https://github.com/Cratis/ApplicationModel/releases)
- [Commits](Cratis/ApplicationModel@v12.1.10...v13.1.1)

Updates `Cratis.Applications.MongoDB` from 12.1.10 to 13.1.1
- [Release notes](https://github.com/Cratis/ApplicationModel/releases)
- [Commits](Cratis/ApplicationModel@v12.1.10...v13.1.1)

Updates `Cratis.Applications.ProxyGenerator.Build` from 12.1.10 to 13.1.1
- [Release notes](https://github.com/Cratis/ApplicationModel/releases)
- [Commits](Cratis/ApplicationModel@v12.1.10...v13.1.1)

Updates `Cratis.Applications.Orleans` from 12.1.10 to 13.1.1
- [Release notes](https://github.com/Cratis/ApplicationModel/releases)
- [Commits](Cratis/ApplicationModel@v12.1.10...v13.1.1)

Updates `Cratis.Applications.Orleans.MongoDB` from 12.1.10 to 13.1.1
- [Release notes](https://github.com/Cratis/ApplicationModel/releases)
- [Commits](Cratis/ApplicationModel@v12.1.10...v13.1.1)

---
updated-dependencies:
- dependency-name: Cratis.Applications
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Cratis.Applications.MongoDB
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Cratis.Applications.ProxyGenerator.Build
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Cratis.Applications.Orleans
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Cratis.Applications.Orleans.MongoDB
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file major labels Aug 27, 2024
@einari einari removed the major label Aug 28, 2024
@einari einari merged commit 11beb09 into main Aug 28, 2024
2 checks passed
@einari einari deleted the dependabot/nuget/ApplicationModel-13.1.1 branch August 28, 2024 08:38
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.

1 participant