-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: prepare Changelog and Migr. Guide for 0.3.4
- Loading branch information
1 parent
ce48a77
commit 5b6d3fe
Showing
2 changed files
with
28 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Migration from 0.3.4 to 0.3.4 | ||
|
||
## Refactoring of Helm Charts | ||
|
||
In issue [#136](https://github.com/eclipse-tractusx/tractusx-edc/issues/136) work has begun to split the Helm charts up | ||
into several technology-focused charts: | ||
|
||
- In-memory: for testing and development | ||
- PostgreSQL+Hashicorp: this is the **recommended** distribution of Tractus-X EDC | ||
- (Azure KeyVault: uses Azure KeyVault instead of Hashicorp Vault.) - Work in Progress | ||
|
||
Unfortunately, due to time constraints, we had to release 0.3.4 **without** the Azure KeyVault chart, it will be | ||
included in one of the subsequent releases in the future. | ||
|
||
**Please note that the Azure KeyVault variant is not included in the 0.3.4 Release! If you rely on AZKV please do NOT | ||
upgrade to 0.3.4 yet!** | ||
|
||
## Change in Docker image publishing | ||
|
||
Starting with the 0.3.3 release we switched over to publish our Docker images | ||
to [Docker Hub](https://hub.docker.com/search?q=tractusx) instead of GHCR. |