Skip to content

Releases: catenax-ng/tx-traceability-foss

helm-charts-1.3.29

19 Feb 13:32
1607d08
Compare
Choose a tag to compare

An umbrella Helm chart for eclipse-tractusx/traceability-foss project

10.3.0

05 Feb 14:22
Compare
Choose a tag to compare

Added

  • Added AVD-KSV-0014 to trivy ignore
  • Added tooltips on functionalities that are unauthorized or unavailable
  • Added concept for adaptions for IndustryCore Changes CX-0126 and CX-0127
  • Added concept #521 revoked notification handling
  • Added eclipse trace-x matrix channel to README.md and CONTRIBUTING.md

Changed

  • Updated Irs Library from 1.4.1-SNAPSHOT to 1.5.1-SNAPSHOT
  • Changed some java implementations according to security findings ( business logic unchanged )
  • Adjusted sync logic to create jobs only for related BomLifecycles
  • Spring core updated from 6.0.14 to 6.0.16
  • Springboot updated from 3.1.6 to 3.1.7
  • Updated Angular and its dependencies from 15.2.8 to latest version 16 release
  • Implemented asset publisher component functionality
  • Updated postgres to version 15.4
  • Update Spring version to 3.1.8
  • Migrated from okhttpclient (feign implementation) to resttemplate.
  • Refactored rest templates
  • Bumped jacoco-maven-plugin from 0.8.8 to 0.8.11
  • Bumped cypress-io/github-action from 6.6.0 to 6.6.1
  • Bumped tj-actions/changed-files from v41 to v42
  • Fixed some response type descriptions within swagger documentation
  • Error handling when publishing assets

Removed

helm-charts-1.3.28

05 Feb 14:25
d0e675c
Compare
Choose a tag to compare

An umbrella Helm chart for eclipse-tractusx/traceability-foss project

10.2.1

23 Jan 10:01
Compare
Choose a tag to compare

Full Changelog: 10.2.1...10.2.1

helm-charts-1.3.27

23 Jan 10:08
6902ce4
Compare
Choose a tag to compare

An umbrella Helm chart for eclipse-tractusx/traceability-foss project

10.2.0

22 Jan 14:25
d279920
Compare
Choose a tag to compare

Added

  • Import Data Service for data provisioning
  • Added UI to publish own assets
  • Sequence Diagrams for Data Provisioning Flow
  • Added User Manual for Data import
  • Added github action to connect pull request with github issue
  • Added bpn validator to bpn edc mapping
  • Added new /irs/job/callback endpoint to handle irs job finished callback
  • Added Asset import info to parts table and parts detail view
  • SubmodelServerService for calling submodel server with feign client
  • Added GET /policies endpoint to retrieve accepted policies
  • Added POST assets/publish endpoint to publish transient assets

Changed

  • Fixed security findings
  • Rework GET alerts and investigations endpoint to POST to send a request body
  • Fixed deadline overlap issues for Q-investigations in update menu
  • Fixed sorting of asPlanned parts
  • Fixed unlimited filter parameter length by setting it to 1000 characters max
  • Adjusted cypress tests to new cancellation flow
  • Fixed bug where applying a filter in one table erroneously affected sorting in the other table
  • Moved UpdateAssetRequest to tx-models module
  • updated Compatibility Matrix
  • Irs Jobs are now created with callback parameter set to new /irs/job/callback endpoint
  • Upgraded irs version from 6.12.0 to 6.13.0
  • Switched from OAuth2.0 to API Key authentication for IRS API Requests
  • switched from json-schema-friend:0.12.3 to json-schema-validator:5.4.0 for import file validation
  • Moved logic for active notifications to frontend
  • Updated com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.0 to 4.8.3.0
  • Updated actions/github-script from 5 to 7
  • Updated org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.5
  • Updated org.apache.maven.plugins:maven-failsafe-plugin from 3.0.0-M8 to 3.2.5
  • Updated aquasecurity/trivy-action from 0.16.0 to 0.16.1
  • Updated actions/upload-artifact from 3 to 4
  • Updated github/codeql-action from 2 to 3
  • Updated actions/download-artifact from 3 to 4actions/download-artifact from 3 to 4
  • Updated com.nimbusds:nimbus-jose-jwt from 9.37.1 to 9.37.3

Removed

  • Shell descriptor entity with underlying logic

helm-charts-1.3.26

22 Jan 14:34
fecce64
Compare
Choose a tag to compare

An umbrella Helm chart for eclipse-tractusx/traceability-foss project

10.1.0

22 Dec 09:28
Compare
Choose a tag to compare

[10.1.0 - 22.12.2023]

Added

  • Added an option for testdata upload in Argo Workflow
  • GitHub action that ensures an up-to-date CHANGELOG.md

Changed

  • Restricted datefield on investigation creation to be only clickable and not editable
  • Removed duplication of request notification component and combined it into a reusable component
  • bump aquasecurity/trivy-action from 0.14.0 to 0.16.0
  • bump actions/setup-python from 4 to 5
  • bump mikefarah/yq from 4.40.2 to 4.40.5
  • bump actions/setup-java from 3 to 4
  • bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.0 to 3.3.1
  • bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.0 to 3.3.1
  • bump schedlock.version from 5.9.1 to 5.10.0
  • fixed bug where filter was reset when sorting filtered notifications
  • redesigned notification status confirmation modal
  • bump irs version from 6.9.1 to 6.12.0
  • moved rights and roles matrix from arc42 doc to administration guide
  • Moved accepted policy to helm environments
  • Request IRS policy store to accept IRS policies in addition to our own policy

Removed

  • Removed registry lookups feature

helm-charts-1.3.25

22 Dec 09:37
Compare
Choose a tag to compare

An umbrella Helm chart for eclipse-tractusx/traceability-foss project

10.0.0

12 Dec 14:36
Compare
Choose a tag to compare

[10.0.0 - 12.12.2023]

Added

  • new filtering capabilities ( receivedQualityAlertIdsInStatusActive, sentQualityAlertIdsInStatusActive, receivedQualityInvestigationIdsInStatusActive, sentQualityInvestigationIdsInStatusActive )
  • Validation check if table-settings correct and reset on invalid state
  • Added Api-Input in Argo Workflow to fix bugs
  • Added implementation for cucumber tests for quality investigations
  • Added implementation of cypress tests for quality alerts
  • Separation of auto complete mechanism (selected / searched elements)
  • Added new step definition for cucumber tests "I use assets with ids {string}" allowing to specify assets used for notification creation
  • Added autocomplete endpoints for notifications
  • Added BPN column to parts table
  • Emit change check to observables in frontend
  • Added an Entity Relationship Model (ERM) into the Architecture Documentation to visually represent our tables and their relationships.
  • Added a step for testing input and included an option for a hard refresh in Argo Workflow
  • Added manufacturer_id to assets_as_planned
  • Added local filtering and auto complete for notifications

Changed

  • Filter configuration for tables to be resuable and easy to adapt
  • Realigned some mappings e.g. (manufacturer / manufacturerName) to be more clear
  • Updated mikefarah/yq from 4.35.2 to 4.40.2
  • Upgraded maven-checkstyle-plugin from 3.3.0 to 3.3.1
  • Upgraded nimbus-jose-jwt from 9.31 to 9.37.1
  • Upgraded maven-install-plugin from 3.0.1 to 3.1.1
  • Upgraded json-unit-assertj from 2.38.0 to 3.2.2
  • Upgraded asciidoctorj-diagram from 2.2.9 to 2.2.13
  • Cucumber test steps for creating notifications no longer support default assetId when no asset is provided with previous step
  • Upgraded the Upload_Testdata job in Argo Workflow to fix bugs
  • Auto format for frontend source code applied
  • Updated user-manual for Parts filtering autocomplete functionality
  • Fixed issue when requesting autocomplete api endpoints with no size provided
  • Default pagination size to 50.
  • Split up bpn column in notification table views to show bpn and name separately
  • Changed detailed part view action from clicking on list item to a menu action column
  • Changed FE fieldName mapping to fix bug for properties catenaxSiteId and function
  • Fix of global search field
  • Parts autocomplete API now is case insensitive when using "startWith" parameter
  • changed mapping for manufacturerName when syncing assets_as_planned so it is being resolved when assets are resolved
  • Behaviour of auto complete toggle selections
  • Updated springboot version from 3.1.3 to 3.1.6
  • updated spring core version from 6.0.13 to 6.0.14
  • Update tomcat-embed-websocket from 10.0.15 to 10.0.16
  • Update logback-classic and logback-core version to 1.4.14 to mitigate high finding
  • Fixed sorting on empty notification tables

Removed

  • removed asset filters ( qualityInvestigationIdsInStatusActive, qualityInvestigationIdsInStatusActive )
  • Removed Cucumber tests steps for creating alerts with two parts as new step definition is enough for the same feature