Skip to content

Commit db6be28

Browse files
authored
Merge pull request #1081 from eclipse/mcj/chore/rel13
chore(rel): bumping version to 13.0.0 in files tested-by:michael.c.jaeger@siemens.com
2 parents 64610e4 + 78c7230 commit db6be28

File tree

3 files changed

+54
-2
lines changed

3 files changed

+54
-2
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,54 @@ This is the changelog file of the sw360 project. It starts with the first releas
44

55
https://github.com/sw360/sw360portal/releases
66

7+
## sw360-13.0.0-M1
8+
9+
We tagged this release, because there are persons testing the current master and not seeing the migration script on the database required. The migration on the database came in because of changes on the obligations. After the major work on the obligations data model in the previous release, more work on the UI made a migration script necessary (number `042`). Please note that per our versioning convention, the database migration script makes the tag `13.0` not `12.1`.
10+
11+
### Migrations
12+
13+
For existing installations, a data migration is required. Please go to the readme file in `scripts/migrations` to see more information:
14+
15+
https://github.com/eclipse/sw360/blob/master/scripts/migrations/README.md
16+
17+
For running the migrations scripts, you will need python and the couchdb package. Please note that you will need to change manually in the python file: the `DRYRUN` variable and the couchdb URL (if that is not on localhost or requires password or both).
18+
19+
### Credits
20+
21+
The following github users have contributed to the source code since the last release (in reverse order of commit appearance):
22+
23+
```
24+
smruti.sahoo@siemens.com
25+
jaideep.palit@siemens.com
26+
abdul.mannankapti@siemens-healthineers.com
27+
michael.c.jaeger@siemens.com
28+
external.Martin.Idel@bosch.io
29+
```
30+
31+
### Features Summary
32+
33+
* `1246c023` feat(SplitComponent): Add tooltip for releases of component with SourceCodeDownloadUrl and BinaryDownloadUrl during split feature
34+
* `2eafe3d5` feat(rest): Accept 'downloadurl' in request body as 'sourceCodeDownloadurl' as an alternative to original value 'sourceCodeDownloadurl' for Create and update Release APIs
35+
* `ccf05247` feat(ChangeLogs): Fixed issue related to null to empty string or collection conversion
36+
* `20be42db` fix(rest): Fixed update Project API issue - unexpected changes in some fields like moderators, contributors, etc
37+
* `cf4bdcfa` feat(UtilityScript): Script for couchdb 2.x to update a field(String) in project document to a new value
38+
* `ea009aed` feat(Obligation): Add License Obligation from License Database based on licenses found in accepted attachments in Release and its LicenseInfo attachmentUsage in Project
39+
* `a6cf31a3` feat(projectEdit): Project creators and moderators can edit few fields in a closed project
40+
* `2496f037` feat(ClearingReport): Added hyperlink to release document in project clearing report, Changed Font Style (Arial) and Font Size (9) for table content
41+
* `bd07d53e` feat(CR-UI): Added Advaced filter for CR & fix # of components count
42+
43+
### Corections
44+
45+
* `c18b42b9` fix(clearingreport): Error while downloading clearing report
46+
* `3ff60a09` fix(ExportSpreadSheet): Fixed ClassNotFoundException while export Spreadsheet
47+
* `431e1673` fix(ClearingReport): Fixed null pointer issue for replace text in Clearing report
48+
* `3ff60a09` fix(ExportSpreadSheet): Fixed ClassNotFoundException while export Spreadsheet
49+
* `431e1673` fix(ClearingReport): Fixed null pointer issue for replace text in Clearing report
50+
51+
### Infrastructure
52+
53+
* `71348b4f` chore(deps): Upgrade dependencies (LibreOffice et al)
54+
755
## sw360-12.0.0-M1
856

957
This release something special because it brings a lot, really a lot of changes in the database model, more specifically it is a refactoring of the licenses and obligation objects. Following corrections:

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
<!-- This is first of two places for changing the version of SW360 -->
4949
<!-- note that 6.1.0-SNAPSHOT relates to 6.0.${patchlevel} -->
5050
<!-- pls see also the profile cli -->
51-
<revision>12.${patchlevel}</revision>
52-
<patchlevel>1.0-SNAPSHOT</patchlevel>
51+
<revision>13.${patchlevel}</revision>
52+
<patchlevel>0.0</patchlevel>
5353
<java.version>11</java.version>
5454
<ektorp.version>1.5.0</ektorp.version>
5555
<thrift.version>0.13.0</thrift.version>

scripts/migrations/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ To migrate it is recommended to do this in the following order:
7575
- `040_rename_downloadurl_to_sourceCodeDownloadurl_in_Release.py`
7676
- `041_update_release_moderation_with_downloadurl.py`
7777

78+
### 12.0.0 -> 13.0.0
79+
80+
- `042_remove_validForProject_from_Obligation.py`
81+
7882
## Optional usage
7983
- `009_overwrite_release_name_with_component_name.py`
8084
- `010_repair_missing_vendorId_links_in_releases.py`

0 commit comments

Comments
 (0)