Skip to content

Commit eb7fccb

Browse files
chore: prepare Changelog and Migr. Guide for 0.3.4 (#298)
* chore: prepare Changelog and Migr. Guide for 0.3.4 * Update docs/migration/Version_0.3.3_0.3.4.md Co-authored-by: Tuncay Tunc (ZF Friedrichshafen AG) <[email protected]> --------- Co-authored-by: Tuncay Tunc (ZF Friedrichshafen AG) <[email protected]>
1 parent ce48a77 commit eb7fccb

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.3] - 2023-04-28
11+
12+
### Fixed
13+
14+
- Added license headers to several files in the code base
15+
- Refactoring of Helm charts - multiple charts instead of one dynamically assembled chart
16+
1017
## [0.3.3] - 2023-04-19
1118

1219
### Fixed

docs/migration/Version_0.3.3_0.3.4.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Migration from 0.3.3 to 0.3.4
2+
3+
## Refactoring of Helm Charts
4+
5+
In issue [#136](https://github.com/eclipse-tractusx/tractusx-edc/issues/136) work has begun to split the Helm charts up
6+
into several technology-focused charts:
7+
8+
- In-memory: for testing and development
9+
- PostgreSQL+Hashicorp: this is the **recommended** distribution of Tractus-X EDC
10+
- (Azure KeyVault: uses Azure KeyVault instead of Hashicorp Vault.) - Work in Progress
11+
12+
Unfortunately, due to time constraints, we had to release 0.3.4 **without** the Azure KeyVault chart, it will be
13+
included in one of the subsequent releases in the future.
14+
15+
**Please note that the Azure KeyVault variant is not included in the 0.3.4 Release! If you rely on AZKV please do NOT
16+
upgrade to 0.3.4 yet!**
17+
18+
## Change in Docker image publishing
19+
20+
Starting with the 0.3.3 release we switched over to publish our Docker images
21+
to [Docker Hub](https://hub.docker.com/search?q=tractusx) instead of GHCR.

0 commit comments

Comments
 (0)