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

build(deps): bump Org.Eclipse.TractusX.Portal.Backend.Framework.Logging from 1.0.0 to 1.3.0 #86

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2024

Bumps Org.Eclipse.TractusX.Portal.Backend.Framework.Logging from 1.0.0 to 1.3.0.

Release notes

Sourced from Org.Eclipse.TractusX.Portal.Backend.Framework.Logging's releases.

v1.3.0

Version 1.3.0: Backend for the Catena-X Portal

v1.3.0-RC4

Version 1.3.0-RC4: Backend for the Catena-X Portal

v1.3.0-RC3

Version 1.3.0-RC3: Backend for the Catena-X Portal

v1.3.0-RC2

Version 1.3.0-RC2: Backend for the Catena-X Portal

v1.3.0-RC1

Version 1.3.0-RC1: Backend for the Catena-X Portal

v1.2.0

Version 1.2.0: Backend for the Catena-X Portal

v1.1.0

Version 1.1.0: Backend for the Catena-X Portal

Changelog

Sourced from Org.Eclipse.TractusX.Portal.Backend.Framework.Logging's changelog.

1.3.0

Change

  • App Services
    • added additional attribute providedUri,contactEmail and contactNumber for update app PUT: /api/apps/appreleaseprocess/{appId}
  • Services Service
    • change permission role for Get Service Details GET: /api/services/servicerelease/inReview/{serviceId}
    • updated api response body key form ServiceTypeIds to ServiceTypes for endpoint GET: /api/services/{serviceId} Tag
    • POST: /api/services/addservice - added "providerUri" inside the request body to store the provider url
    • PUT: /api/services/{serviceId} - added "providerUri" for endpoint to store the provider url
  • Seeding Data: update agreement name for app marketplace offers - CX Conformity

Feature

  • Administration Service - Company preferred use case settings released (Controller: CompanyData)
    • GET endpoint to receive company preferred use cases
    • POST endpoint to set new company preferred use cases
    • DELETE endpoint to delete a use case from company preference list
  • Services Service
    • New endpoint to retrieve service documents released GET: /api/services/{serviceId}/serviceDocuments/{documentId} supporting service assigned documents
    • GET: /api/services/provided endpoint released to support the service management function via retrieve all my services for the service owner
    • GET: /api/serviceRelease/inReview released to support the service release decision management function via retrieve all active and waiting-for-decision services for the platform provider/operator
    • released document delete endpoint DELETE: /api/services/servicerelease/documents/{documentId}
  • Migration/Seeding
    • added two new document types (CONFORMITY_APPROVAL_SERVICES, SERVICE_LEADIMAGE)

Technical Support

  • added temp fix for CVE-2023-0464
  • added build workflow for v1.3.0 release candidate phase
  • updated actions workflows
  • updated sonarcloud workflow: use repo variables for project key and organization

Bugfix

  • App Service: added SaveAsync method call inside OfferService CreateOrUpdateProviderOfferAgreementConsent method to ensure data storage with POST /{appId}/agreementConsents call
  • Fixed CX Admin/operator notification creation for endpoint PUT: /api/apps/appreleaseprocess/appId/submit and PUT: /api/services/servicerelease/serviceId/submit by deleting the companyId validation
  • Notification Service: the notifications will only get created once per request for each user and notification type

Known Knowns

  • Registration Approval Flow - Wallet interface error logging not sufficient. Only error code is stored, but no error message.

1.2.0

Change

  • Update email template content for "Next Step" email
  • App Service
    • enhance api response body key useCase in appStatus endpoint by including the useCase label and id Tag

Feature

  • Services Service
    • released new endpoints to retrieve service type master data for the service release process
    • released new endpoint to fetch agreement and consent data for an offer of service type

... (truncated)

Commits
  • 5382629 release: finalize v1.3.0
  • 8190305 fix(serviceAccount): fix naming of service account (#351)
  • f85b253 release: bump version for v1.3.0-RC4
  • 4e6683e release-1.3.0-RC4-ChangeLog
  • 7e406d8 feat: new endpoint for serviceRelease to deleteDocument (#336)
  • 822da0f fix: extend notification content for TECHNICAL_USER_CREATION (#327)
  • 283f250 seeding data: update agreement base image (#330)
  • b4d8c2a Merge branch 'release(1.3.0-RC3)-changeLog' into release/1.3.0-RC3
  • 373b826 release: bump version for v1.3.0-RC3
  • adf553a release(1.3.0-RC3): changeLog
  • Additional commits viewable in compare view

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 [Org.Eclipse.TractusX.Portal.Backend.Framework.Logging](https://github.com/eclipse-tractusx/portal-backend) from 1.0.0 to 1.3.0.
- [Release notes](https://github.com/eclipse-tractusx/portal-backend/releases)
- [Changelog](https://github.com/eclipse-tractusx/portal-backend/blob/main/CHANGELOG.md)
- [Commits](eclipse-tractusx/portal-backend@v1.0.0...v1.3.0)

---
updated-dependencies:
- dependency-name: Org.Eclipse.TractusX.Portal.Backend.Framework.Logging
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 21, 2024

The following labels could not be found: dependabot, dependencies.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 4, 2024

Looks like Org.Eclipse.TractusX.Portal.Backend.Framework.Logging is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Apr 4, 2024
@dependabot dependabot bot deleted the dependabot/nuget/dev/Org.Eclipse.TractusX.Portal.Backend.Framework.Logging-1.3.0 branch April 4, 2024 13:15
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.

0 participants