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

Update CHANGELOG.md #77

Merged
merged 2 commits into from
Mar 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 2 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel
- Policy overlay descriptions.
### Known defects
- Policy table misses details of the usage policies.
- Data provider contracts: overview is missing important data; what kind of contracts are this, description; poilicies; who is the consumer?
- Data consumer contracts:overview is missing important data; what kind of contracts are this, description; under which poilicies do I consume?; who is the provider?

- Data provider contracts overview should contain this information: kind of contracts, description, policies, information about the consumer.
- Data consumer contracts overview should contain this information: kind of contracts, description, policies, information about the provider.

## [2.3.5] - 2024-02-19
### Added
Expand Down Expand Up @@ -50,27 +49,6 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel
### Changed
- Bumped version to 2.3.0 for helm charts to match with backend release.

## [2.1.4] - non-released
### Fixed
- Data table pagination not working - fixed
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So you fixed it, removed it because you didn't do a release but never added it to another section? Not sure if i understnad your change

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Siegfriedk , We have corrected it here #78

Thanks

- Veracode vulnerability fixes
- Missing license headers added
- legal information added to docker image.
- trivy workflow steps updated.

## [2.1.3] - non-released
### Fixed
- PCF Documentation update

## [2.1.2] - non-released
### Changed
- Download file functions code optimisations.
- Page layout css fixes.

## [2.1.1] - non-released
### Added
- PCF Submodel support added

## [2.1.0] - 2023-08-30
### Fixed
- docker base image changed .
Expand Down
Loading