Skip to content

Releases: eclipse-tractusx/digital-product-pass

v3.0.0

16 May 08:36
fc3693d
Compare
Choose a tag to compare

What's Changed

[v3.0.0] - 13-05-2024

Added

  • Added security assessment report in /docs for the threat modeling
  • Added SingleApiRequest class for the requested data for the single API.
  • Added SingleApiConfig class to had configurations related to the single API.
  • Added Policy Check configuration in helm charts
  • EDC Util methods for asserting the policy configuration against the actual constraints
  • Methods for parsing the policy contraints
  • Unit tests for testing the policy evaluation feature
  • Policy configuration guide added
  • EDC v0.7.0 models
  • Optimization in the catalog query using bpn
  • Updated EDR structure
  • Added lombok dependency to speed the development
  • Added security assessment documentation
  • Added Digital Product Pass Verification Concept initial documentation

Updated

  • Updated postman collection and tested end-to-end data exchange journey with EDC v0.7.0
  • Updated policy in testdata file
  • Updated and renamed the following readme files in /docs
    • docs/admin guide/ -> docs/admin/
    • docs/arch42/ -> docs/architecture/
    • docs/userManual/ -> docs/user/
    • docs/infrastcuture as code/ -> docs/security/infrastructure-as-code/
    • docs/secrets management/SECRET_MANAGEMENT.md -> docs/security/secrets-management/SecretsManagement.md
    • docs/data retrieval guide/data-retrieval -> docs/data-retrieval/README.md
    • docs/business statement/ -> docs/interoperability/Interoperability.md
  • Updated all relevant references from the above files
  • Updated dpp helm values
  • Updated ApiController with the singleApi POST method.
  • Updated ContractController by creating call methods (create, search, agree and status) without the authentication step to call in the Single API.
  • Updated AuthenticationService by adding the isSingleApiAuthenticated method to authenticate the single API key.
  • Updated application.yaml with the single api configurations.
  • Updated deployment-backend.yaml with the oauth.apiKey.
  • Updated values-int/beta/dev.yaml files with the oauth.apiKey.
  • Updated spring boot to version v3.2.5 from v3.2.4
  • Updated EDR structure to match new EDC 0.7.0 one

Deleted

  • Deleted values-dev.yaml and values-beta.yaml from helm charts

Issues Fixed

  • Fixed issue with multiple contract and policies parsing
  • Optimized data sovereignty checks removing spotted bugs
  • Fixed issue when policy is selected in the frontend
  • Fixed issue when backend is not available in the fronted

Milestones

  • feat(dpp-verification): moving current draft from documentation from docs/verification by @matbmoser in #294
  • feat(data-sovereignty): policy configuration in backend enabled by @matbmoser in #306
  • feat(single-api): single api functionality by @matbmoser in #308
  • Release v3.0.0/trgs: updated docs to align with TRGs by @saudkhan116 in #312
  • Release v3.0.0/update postman: updated postman collection to test the EDC v0.7.0 by @saudkhan116 in #313
  • Create security_assessment.md by @szymonkowalczykzf in #315
  • chore(security-assessment): Release v3.0.0/security assessment by @matbmoser in #316
  • feat(dpp-verification): added dpp-verification initial concept documentation by @matbmoser in #318
  • feat(edc 0.7.0): integrated the latest edc in the backend + e2e bugs solved by @matbmoser in #314
  • Release/v3.0.0 update helm version by @saudkhan116 in #317
  • chore(release): updated release version to 3.0.0 from 3.0.0-rc1 by @matbmoser in #322

New Contributors

Full Changelog: v2.3.0...v3.0.0

digital-product-pass-3.0.0

16 May 08:28
fc3693d
Compare
Choose a tag to compare

A Helm chart for Tractus-X Digital Product Pass Kubernetes

v3.0.0-rc1

13 May 19:25
c8652ca
Compare
Choose a tag to compare

What's Changed

[v3.0.0-rc1] - 13-05-2024

Added

  • Added security assessment report in /docs for the threat modeling
  • Added SingleApiRequest class for the requested data for the single API.
  • Added SingleApiConfig class to had configurations related to the single API.
  • Added Policy Check configuration in helm charts
  • EDC Util methods for asserting the policy configuration against the actual constraints
  • Methods for parsing the policy contraints
  • Unit tests for testing the policy evaluation feature
  • Policy configuration guide added
  • Updated and integrated from EDC 'v0.6.0->0.7.0`
  • Optimization in the catalog query using bpn
  • Updated EDR structure
  • Added lombok dependency to speed the development
  • Added security assessment documentation
  • Added Digital Product Pass Verification Concept initial documentation

Updated

  • Updated postman collection and tested end-to-end data exchange journey with EDC v0.7.0
  • Updated policy in testdata file
  • Updated and renamed the following readme files in /docs
    • docs/admin guide/ -> docs/admin/
    • docs/arch42/ -> docs/architecture/
    • docs/userManual/ -> docs/user/
    • docs/infrastcuture as code/ -> docs/security/infrastructure-as-code/
    • docs/secrets management/SECRET_MANAGEMENT.md -> docs/security/secrets-management/SecretsManagement.md
    • docs/data retrieval guide/data-retrieval -> docs/data-retrieval/README.md
    • docs/business statement/ -> docs/interoperability/Interoperability.md
  • Updated all relevant references from the above files
  • Updated dpp helm values
  • Updated ApiController with the singleApi POST method.
  • Updated ContractController by creating call methods (create, search, agree and status) without the authentication step to call in the Single API.
  • Updated AuthenticationService by adding the isSingleApiAuthenticated method to authenticate the single API key.
  • Updated application.yaml with the single api configurations.
  • Updated deployment-backend.yaml with the oauth.apiKey.
  • Updated values-int/beta/dev.yaml files with the oauth.apiKey.
  • Updated spring boot to version v3.2.5 from v3.2.4
  • Updated EDR structure to match new EDC 0.7.0 one

Deleted

  • Deleted values-dev.yaml and values-beta.yaml from helm charts

Issues Fixed

  • Fixed issue with multiple contract and policies parsing
  • Optimized data sovereignty checks removing spotted bugs
  • Fixed issue when policy is selected in the frontend
  • Fixed issue when backend is not available in the fronted

Milestones

  • feat(dpp-verification): moving current draft from documentation from docs/verification #294
  • feat(data-sovereignty): policy configuration in backend enabled #306
  • feat(single-api): single api functionality #308
  • chore(trgs): Release v3.0.0/trgs: updated docs to align with TRGs #312
  • chore(postman): Release v3.0.0/update postman: updated postman collection to test the EDC v0.7.0 #313
  • feat(edc 0.7.0): integrated the latest edc in the backend + e2e bugs solved #314
  • chore(security-assessment): Release v3.0.0/security assessment #319
  • feat(dpp-verification): added dpp-verification initial concept documentation #318
  • chore(v3.0.0-rc1): Release/v3.0.0 update helm version #317

Full Changelog: digital-product-pass-2.3.6...v3.0.0-rc1

digital-product-pass-3.0.0-rc1

13 May 19:20
c8652ca
Compare
Choose a tag to compare

A Helm chart for Tractus-X Digital Product Pass Kubernetes

digital-product-pass-2.3.6

13 May 19:14
1c507d2
Compare
Choose a tag to compare

A Helm chart for Tractus-X Digital Product Pass Kubernetes

digital-product-pass-2.3.3

10 May 08:54
295caf7
Compare
Choose a tag to compare

A Helm chart for Tractus-X Digital Product Pass Kubernetes

digital-product-pass-2.3.2

10 May 08:51
04a7f94
Compare
Choose a tag to compare

A Helm chart for Tractus-X Digital Product Pass Kubernetes

digital-product-pass-2.3.1

10 May 08:44
d9e97d4
Compare
Choose a tag to compare

A Helm chart for Tractus-X Digital Product Pass Kubernetes

v2.3.0

06 May 13:23
7b5b84b
Compare
Choose a tag to compare

What's Changed

[v2.3.0] - 06-05-2024

Added

  • Added the following Industry Core changes to the policy and digital twin:
    • Added manufacturerId and digitalTwinType to the specificAssetIds in digital twin registry
    • Added localIdentifiers to the SerialPart aspect model

Updated

  • Refactored workflows where required
  • Moved frontend source files into dpp-frontend directory
  • Made data-service chart independent from the edc-provider chart
  • Renamed Keycloak to IAM
  • Re-organized data-consumer and data-provider artifacts
  • Re-organized directory strcuture for docs and deployment folders
  • Updated documentation references where required
  • Updated infrastructure guide
  • Updated testdata script to allow EDC constrained policy for the registry
  • Refactored the swagger workflow
  • Updated: as agreed removed BASF from the license and license headers and added CGI instead

Deleted

  • Deleted unused files/directories/docs/images
    • Removed environment-specific values files from helm charts
    • Removed MOCKed json payloads
    • Removed docker directory
  • Deleted veracode-pipeline workflow (replaced by CodeQL and dependabot)

Issues Fixed

  • Fixed tagging issue in swagger workflow
  • Fixed table formatting in main README.md
  • Fixed issues reported by Dependabot

Milestones

  • Release/2.3.0 refactor directory structure: Clean up unnecessary files and restructure repo by @saudkhan116 in #259
  • Release/v2.3.0 industry core changes: updated dpp testdata script and testdata payload by @saudkhan116 in #262
  • chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #214
  • chore(deps): bump helm/chart-testing-action from 2.3.1 to 2.6.1 by @dependabot in #216
  • chore(deps): bump actions/setup-python from 4 to 5 by @dependabot in #220
  • chore(deps): bump veracode/veracode-uploadandscan-action from 0.2.1 to 0.2.6 by @dependabot in #218
  • ci: delete .github/workflows/veracode-pipeline.yml by @RoKrish14 in #280
  • chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #284
  • chore(deps): bump docker/build-push-action from 3 to 5 by @dependabot in #283
  • chore(deps): bump container-tools/kind-action from 1 to 2 by @dependabot in #285
  • chore(deps): bump github/codeql-action from 2 to 3 by @dependabot in #281
  • Bugfix/fix readme: Fixed table formatting in main README.md by @saudkhan116 in #288
  • chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #258
  • chore(deps): bump azure/setup-helm from 3 to 4 by @dependabot in #292
  • chore(deps): bump helm/chart-releaser-action from 1.4.1 to 1.6.0 by @dependabot in #291
  • chore(deps): bump actions/setup-java from 3 to 4 by @dependabot in #290
  • chore(swagger-bugfix): refactor workflow to resolve release version tag issue by @saudkhan116 in #295
  • chore(security-issues): fixed springboot security vulnerabilities and added codeql by @saudkhan116 in #293
  • fix: adjusted copyright headers by @matbmoser in #304
  • chore(v2.3.0): prepare release-v2.3.0/update-chart-version: updated release version on the helm charts by @saudkhan116 in #307

New Contributors

Full Changelog: v2.2.0...v2.3.0

digital-product-pass-2.3.0

06 May 13:18
7b5b84b
Compare
Choose a tag to compare

A Helm chart for Tractus-X Digital Product Pass Kubernetes