-
Notifications
You must be signed in to change notification settings - Fork 9
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
fix: Security issues fixes for QG #88
Closed
Closed
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,266 @@ | ||
# Managed-Service-Orchestrator Chart CHANGELOG | ||
# Changelog | ||
|
||
This Changelog describes the changes introduced in each new Helm Chart version. | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
|
||
## [1.5.2] - 2023-11-20 | ||
## [Unreleased] | ||
|
||
## [1.5.3] - 2023-11-21 | ||
|
||
### Fixes | ||
### Changed | ||
- Updated Notice for Docker image | ||
- Updated Helm lint | ||
- Updated Installation steps | ||
- Veracode security issue fix | ||
|
||
## [1.5.2] - 2023-11-20 | ||
|
||
### Fixes | ||
- fix: deployment of orchestrator by providing default values in secret @adkumar1 (#81) | ||
|
||
## [1.5.1] - 2023-11-17 | ||
### Changed | ||
- Update DT asset creation for oauth secret information | ||
- Updated trivy workflow | ||
- Changed the base image for security issue | ||
|
||
## [1.5.0] - 2023-09-04 | ||
|
||
### Changed | ||
- Support DDTR 3.2 for external subject id | ||
|
||
## [1.4.2] - 2023-08-22 | ||
|
||
### Changed | ||
- Image creation on docker hub | ||
- Image update for Trivy workflow | ||
- Updated the deployment to take the image from tractusx | ||
- Name change for the image | ||
- Updated the product name | ||
- Updated Dockerfile image to point to the overarching package | ||
- Updated the Helm lint file | ||
- CPU/Memory updated in values file | ||
- Updated documentation | ||
- Updated Security file | ||
|
||
### Fixed | ||
- Security issue fix | ||
|
||
## [1.4.1] - 2023-08-21 | ||
|
||
### Fixed | ||
- Corrected image for Trviy workflow | ||
- Email notification only on successful component connetcivity test | ||
- Corrected email template | ||
|
||
## [1.4.0] - 2023-08-17 | ||
|
||
### Fixed | ||
- Security issue fixed | ||
|
||
## [1.3.9] - 2023-08-14 | ||
|
||
### Added | ||
- Added interface document | ||
|
||
## [1.3.8] - 2023-08-04 | ||
|
||
### Changed | ||
- Updated the document | ||
|
||
## [1.3.7] - 2023-08-01 | ||
|
||
### Added | ||
- Added flag to skip portal integration API point | ||
|
||
### Changed | ||
- Improvement in portal failure logs | ||
- Security issue fix | ||
- Latest DEPENDENCIES file | ||
|
||
## [1.3.6] - 2023-07-17 | ||
|
||
### Added | ||
- Refactor technical user use for bpdm and portal backend for SDE | ||
|
||
## [1.3.5] - 2023-07-12 | ||
|
||
### Added | ||
- Support for tool app/service type in autosetup | ||
|
||
## [1.3.4] - 2023-07-11 | ||
|
||
### Changed | ||
- Updated the ARC42 document | ||
|
||
## [1.3.3] - 2023-07-06 | ||
|
||
### Changed | ||
- Support EDC SSI | ||
|
||
## [1.3.2] - 2023-06-30 | ||
|
||
### Added | ||
- Addition of Helm lint | ||
|
||
### Changed | ||
- Updated code of conduct | ||
|
||
## [1.3.1] - 2023-06-27 | ||
|
||
### Changed | ||
- Updated SDE to combine frontend & backend helm charts | ||
|
||
## [1.3.0] - 2023-06-23 | ||
|
||
### Fixed | ||
- Updated Spring boot version | ||
|
||
## [1.2.9] - 2023-06-22 | ||
|
||
### Added | ||
- Added support for EDC connector 0.4.1 | ||
- Added registry base url in asset for consumer reference | ||
- Upgrade for DT registry 0.3.2 | ||
|
||
## [1.2.8] - 2023-05-31 | ||
|
||
### Fixed | ||
- Fixed spring core security issue | ||
|
||
### Changed | ||
- Changed name of repository | ||
|
||
## [1.2.7] - 2023-05-16 | ||
|
||
### Added | ||
- Added header to the files | ||
|
||
### Changed | ||
- Changed default ingress to false | ||
|
||
## [1.2.6] - 2023-05-10 | ||
|
||
### Added | ||
- Added .tractusx file | ||
|
||
### Fixed | ||
- Veracode security issue fixes | ||
- Fixed DEPENDENCIES file issue | ||
- Specified runAsUser for securitycontext of container | ||
- Specified base image in Readme | ||
|
||
## [1.2.5] - 2023-04-21 | ||
|
||
### Added | ||
- Added changes related to digital twin registry | ||
- Validate input request attribute | ||
|
||
### Changed | ||
- Upgrade spring expression to 6.0.8 version | ||
- Spring boot upgraded to 3.0.5 | ||
|
||
### Fixed | ||
- Fixed for cross site scripting | ||
- Veracode issue fix | ||
|
||
## [1.2.4] - 2023-04-20 | ||
|
||
### Added | ||
- Support Digital Twin registry in Autosetup | ||
|
||
### Changed | ||
- Arc 42 update for E2E Data exchange test service integration | ||
|
||
|
||
## [1.2.3] - 2023-04-07 | ||
|
||
### Fixed | ||
- Fixed email sent issue for failure use case of connector test | ||
- Rename tractus-X connector app name because of ingress access issue | ||
|
||
## [1.2.2] - 2023-03-30 | ||
|
||
### Added | ||
- Connector test service integration for managed connector connectivity test | ||
- Update email template for connector status | ||
|
||
## [1.2.1] - 2023-03-20 | ||
|
||
### Fixed | ||
- Sonar code duplication issue fix | ||
|
||
## [1.2.0] - 2023-03-14 | ||
|
||
### Fixed | ||
- Security issues fixed | ||
- Snakeyaml jar issue fixed | ||
- veracode security issue fixed | ||
|
||
### Changed | ||
- Supports EDC connector 0.1.6 | ||
- Changed base image to eclipse-temurin | ||
|
||
|
||
## [1.1.5] - 2023-03-02 | ||
|
||
### Added | ||
- Added AUTHORS.md, INSTALL.md | ||
- Added sources in Chart.yaml | ||
- Added LICENSE in charts | ||
- Added README.md in charts | ||
- Springboot jar fixes | ||
- keycloak jar fixes | ||
|
||
|
||
### Changed | ||
- Fixed CHANGELOG.md file format | ||
- Changed README.md | ||
|
||
|
||
## [1.1.4] - 2023-02-10 | ||
|
||
### Added | ||
- Added semantic versioing | ||
- Update bounce crystel lib version | ||
- Organisation name with more special character support | ||
- Hot fix of Multi requesting of Managed SDE | ||
- update tomcat, spring security version | ||
|
||
### Removed | ||
- Removed tag from values.yaml | ||
|
||
## [1.1.0] - 2023-02-01 | ||
|
||
### Added | ||
- Addded Daps wrapper service | ||
- test issue fix and update dft package as deployment | ||
- Added .helmignore | ||
|
||
### Changed | ||
- Moved helm charts from `helm/` to `charts` | ||
|
||
## [1.0.1] - 2023-01-25 | ||
|
||
### Added | ||
- Added helm release | ||
- Added versioning | ||
- Added tagging | ||
- Move ARC42.md to docs directory | ||
|
||
## [1.0.0] - 2022-10-21 | ||
|
||
### Added | ||
- Enable triggering of Autosetup process for SDE application | ||
- Enable triggering of Autosetup process for EDC application | ||
- Creation of the certificates for DAPS registration | ||
- Registration of EDC connector into Catena-X dataspace | ||
- Registration of the services in CX-Portal | ||
- Autosetup process is based on KubeApps | ||
|
||
### Changed | ||
- Integration to Catena-X Portal | ||
|
||
### Known knowns | ||
- Cross side scripting (XSS) shall be mitigated (low risk) |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why are you bumping the Chart version? There is no change to the Chart There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed and raised new PRs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you copy the history of your app CHANGELOG. I added the the
1.5.2
line to a chart CHANGELOG, because this is what I fixed.All of the rest is already included in your top-level CHANGELOG.
And I don't know how often I have to remind you, that releases are done in Tractus-X.
You do not have a
1.5.3
. You also cannot set any date, if you do not know yet, when these releases will happen.Add the changed you do to the unreleased section and we can set version and date, when there is actually a proper release done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed and raised new PRs