Skip to content

Commit

Permalink
Merge pull request #1320 from eclipse-tractusx/release/13.0.1
Browse files Browse the repository at this point in the history
chore(release): xxx - create release 13.0.1
  • Loading branch information
ds-mwesener authored Jul 26, 2024
2 parents a92334c + dafdc47 commit 8ae6dde
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 13 deletions.
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

0 comments on commit 8ae6dde

Please sign in to comment.