Releases: catenax-ng/tx-digital-product-pass
digital-product-pass-3.0.0
A Helm chart for Tractus-X Digital Product Pass Kubernetes
v3.0.0
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
->v0.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
fromv3.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 eclipse-tractusx#294
- feat(data-sovereignty): policy configuration in backend enabled eclipse-tractusx#306
- feat(single-api): single api functionality eclipse-tractusx#308
- chore(trgs): Release v3.0.0/trgs: updated docs to align with TRGs eclipse-tractusx#312
- chore(postman): Release v3.0.0/update postman: updated postman collection to test the EDC v0.7.0 eclipse-tractusx#313
- feat(edc 0.7.0): integrated the latest edc in the backend + e2e bugs solved eclipse-tractusx#314
- chore(security-assessment): Release v3.0.0/security assessment eclipse-tractusx#319
- feat(dpp-verification): added dpp-verification initial concept documentation eclipse-tractusx#318
- chore(v3.0.0-rc1): Release/v3.0.0 update helm version eclipse-tractusx#317
Full Changelog: digital-product-pass-2.3.3...v3.0.0-rc1
digital-product-pass-3.0.0-rc1
A Helm chart for Tractus-X Digital Product Pass Kubernetes
digital-product-pass-2.3.3
A Helm chart for Tractus-X Digital Product Pass Kubernetes
v2.3.0
What's Changed
[v2.3.0] - 06-05-2024
Added
- Added the following Industry Core changes to the policy and digital twin:
- Added
manufacturerId
anddigitalTwinType
to the specificAssetIds in digital twin registry - Added localIdentifiers to the SerialPart aspect model
- Added
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 eclipse-tractusx#259
- Release/v2.3.0 industry core changes: updated dpp testdata script and testdata payload by @saudkhan116 in eclipse-tractusx#262
- chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in eclipse-tractusx#214
- chore(deps): bump helm/chart-testing-action from 2.3.1 to 2.6.1 by @dependabot in eclipse-tractusx#216
- chore(deps): bump actions/setup-python from 4 to 5 by @dependabot in eclipse-tractusx#220
- chore(deps): bump veracode/veracode-uploadandscan-action from 0.2.1 to 0.2.6 by @dependabot in eclipse-tractusx#218
- ci: delete .github/workflows/veracode-pipeline.yml by @RoKrish14 in eclipse-tractusx#280
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in eclipse-tractusx#284
- chore(deps): bump docker/build-push-action from 3 to 5 by @dependabot in eclipse-tractusx#283
- chore(deps): bump container-tools/kind-action from 1 to 2 by @dependabot in eclipse-tractusx#285
- chore(deps): bump github/codeql-action from 2 to 3 by @dependabot in eclipse-tractusx#281
- Bugfix/fix readme: Fixed table formatting in main README.md by @saudkhan116 in eclipse-tractusx#288
- chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in eclipse-tractusx#258
- chore(deps): bump azure/setup-helm from 3 to 4 by @dependabot in eclipse-tractusx#292
- chore(deps): bump helm/chart-releaser-action from 1.4.1 to 1.6.0 by @dependabot in eclipse-tractusx#291
- chore(deps): bump actions/setup-java from 3 to 4 by @dependabot in eclipse-tractusx#290
- chore(swagger-bugfix): refactor workflow to resolve release version tag issue by @saudkhan116 in eclipse-tractusx#295
- chore(security-issues): fixed springboot security vulnerabilities and added codeql by @saudkhan116 in eclipse-tractusx#293
- fix: adjusted copyright headers by @matbmoser in eclipse-tractusx#304
- chore(v2.3.0): prepare release-v2.3.0/update-chart-version: updated release version on the helm charts by @saudkhan116 in eclipse-tractusx#307
New Contributors
- @RoKrish14 made their first contribution in eclipse-tractusx#280
Full Changelog: digital-product-pass-2.3.0...v2.3.0
digital-product-pass-2.3.0
A Helm chart for Tractus-X Digital Product Pass Kubernetes
v2.2.0
[released]
[v2.2.0] - 26-03-2024
Updated
- Refactored dpp-script by adding AppId as a script parameter
- Updated the encoding scheme to base64 to the lookup/shells?assetIds... in dpp-backend
- Updated the digital twin registry version to v0.3.31
- Updated postman collection to adjust the APIs from EDC
v0.6.0
- Updated IRS collection to change authentication process from OAuth2 to the API-Key
- Updated models to support the new EDC 0.6.0 semantics (alias for retro-compatibility enabled)
- Updated edc-consumer and edc-provider helm charts version to
v0.6.0
- Updated the catalog request semantics
- Optimized/refactored the contract negotiation and transfer flow.
- Updated Data Plane Service data parsing
- Updated the following readme files:
- Postman readme
- dpp-script readme
- Updated translations
- Updated battery graph
Added
- Added timeout in negotiation and transfer requests for avoiding infinite loops. When status from transfer does not changes from STARTED.
- Added missing static units
- Added missing data fields
Milestones
[ 1° ] - Release/v2.2.0 units and translations update + separate collection icon #254
[ 2° ] - Release/v2.2.0 battery composition graph #255
[ 3° ] - Release/v2.2.0: updated chart and app versions to v2.2.0 #256
Release/v2.2.0 update edcs version v0.6.0: update edc helm version and make backend compatibility #246
Release/v2.2.0-added vue-chartjs library to frontend packege and run ip checks #240
BREAKING CHANGE: update registry version: Updated the encoding scheme to base64 to the lookup/shells?assetIds... in dpp-backend #239
Release/v2.2.0/refactor dpp script: Refactored the dpp-script and updated readme #237
Full Changelog: eclipse-tractusx/digital-product-pass@digital-product-pass-2.2.0...v2.2.0
Full Changelog: digital-product-pass-2.2.0...v2.2.0
digital-product-pass-2.2.0
A Helm chart for Tractus-X Digital Product Pass Kubernetes
digital-product-pass-2.1.4
A Helm chart for Tractus-X Digital Product Pass Kubernetes
v2.1.3
[v2.1.3] - 19-02-2024
Updated
- Renamed "Catena-X" to "Tractus-X" in header license prefix
Milestone PRs:
- Hotfix/Header Licenses: Renamed catena-x to tractus-x by @matbmoser in eclipse-tractusx#232
- chore: fixed header mistake by @matbmoser in eclipse-tractusx#233
Full Changelog: v2.1.2...v2.1.3