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

chore(release): xxx - create release 13.0.1 #1320

Merged
merged 1 commit into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
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: 18 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,31 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

_**For better traceability add the corresponding GitHub issue number in each changelog entry, please.**_
## [UNRELEASED - DD.MM.YYYY]

## [13.0.1 - 26.07.2024]

### Added
- #511 Added installation guide for local frontend with umbrella chart

### Changed
- #XXX Updated node:alpine 18 to 20 to fix cves
- #1318 fix dashboard count for other parts
- #1070 Convert png to svg according to TRG 1.04 - Diagrams as code / Editable static files
- #XXX updated Swagger-ui documentation
- #XXX update IRS chart version from 7.3.1 to 7.4.0
- #XXX updated publish documentation action
- #1222 Removed image publishing to GHCR
- #1222 Adjust backend baseimage in Dockerfile to major version eclipse-temurin:21-jre-alpine
- #XXX update springboot to 3.2.8 from 3.2.5
- #XXX define uid and gid of backend Dockerfile directly in user, instead of variables
- #1244 upgraded registry from 0.4.1 to 0.5.0
- #XXX update e2e-tests-xray_frontend.yml to support association int environment
- #XXX Updated node:alpine 18 to 20 to fix cves
- #XXX update springboot to 3.2.8 from 3.2.5
- #XXX define uid and gid of backend Dockerfile directly in user, instead of variables
- #XXX updated Swagger-ui documentation
- #XXX update IRS chart version from 7.3.1 to 7.4.0
- #XXX updated publish documentation action

### Added
- #511 Added installation guide for local frontend with umbrella chart
### Known knowns
- #786 Implemented short term solution for securing EDC Callback APIs
- #1310 Part tree fullscreen error message
- #1308 Part name in notification always
- #1307 First message different for sender

## [13.0.0 - 19.07.2024]

Expand Down
6 changes: 3 additions & 3 deletions COMPATIBILITY_MATRIX.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Compatibility matrix Trace-X

## Trace-X UNRELEASED [x.x.x](https://github.com/eclipse-tractusx/traceability-foss/releases/tag/x.x.x) - 2024-xx-xx
## Trace-X UNRELEASED [13.0.1](https://github.com/eclipse-tractusx/traceability-foss/releases/tag/13.0.1) - 2024-07-26

### Catena-X Release?

- [?] yes
- [x] yes
- [ ] no

### Helm Version [x.x.x](https://github.com/eclipse-tractusx/traceability-foss/releases/tag/helm-charts-x.x.x)
### Helm Version [1.3.43](https://github.com/eclipse-tractusx/traceability-foss/releases/tag/helm-charts-1.3.43)

| Dependency | Name of Service | Version | Helm | Comments |
|------------------|------------------------------|----------------------|----------|-----------------------------------------------------|
Expand Down
3 changes: 1 addition & 2 deletions charts/traceability-foss/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased

## [1.3.43] - 2024-07-19
### Changed

- #1222 enabled read-only filesystem by default for backend

### Added

- added /tmp volume to backend container

## [1.3.42] - 2024-07-19
Expand Down
Loading