Skip to content

Commit 2940485

Browse files
authored
Merge pull request #812 from eclipse/mcj/chore/release81
chore(release): making files for 8.1 tested-by:michael.c.jaeger@siemens.com,travis-ci
2 parents 0882b8d + 8605b02 commit 2940485

File tree

3 files changed

+32
-6
lines changed

3 files changed

+32
-6
lines changed

CHANGELOG.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,34 @@
1-
## Changelog
1+
# Changelog
22

3-
This is the changelog file of the sw360 software. It starts with the first release being provided at eclipse/sw360. For older releases, please refer to the first project location:
3+
This is the changelog file of the sw360 project. It starts with the first release being provided at eclipse/sw360. For older releases, please refer to the first project location:
44

5-
https://github.com/eclipse/sw360
5+
https://github.com/sw360/sw360portal/releases
6+
7+
## sw360-8.1.0-M1
8+
9+
A version upgrade is justified, because of a number of new features have been integrated: FOSSology scans can be now triggered over the SW360 REST API. By this feature, an upload, for example from sw360antenna, could also trigger the FOSSology scan right away. It requires FOSSology being integrated with sw360.
10+
11+
Another new endpoint is the query for SHA1 values of a file to check if that attachment is actually already found at some release. With this endpoint, one would not need to search for release names and version before making a new entry, but just search for the source code attachment using its SHA1 value to check if an upload has been performed already.
12+
13+
A third new feature is the ability to agree on a clearing job for the software components of a project or product. A project owner can now send to a clearing expert a request to perform the clearing of software components right from SW360.
14+
15+
### Features
16+
17+
* `bb9f2ba` feat(REST): Trigger FOSSology process and check status
18+
* `99e23dc` feat(ObligationUI): Added new status fields for Obligation
19+
* `d025c4a` feat(rest): Attachement sha1 improvement
20+
* `9a53e7b` feat(ProjectUI): Project Clearing Report
21+
22+
### Corrections
23+
24+
* `7bd1fd5` fix(UI/REST): Remove Trailing and leading whitespace for all fields in component, release and project
25+
* `a2a4b16` fix(components): components listing limited to 200 entries both in UI and excel spreadseet
26+
* `0de1db1` fix(vulerability): vulnerability view breaks at backslash in description
27+
* `83e6f28` fix(REST): Updated upload attachment documentation
28+
29+
### Chores
30+
31+
* `1fc2e0b` Add pull request tempalte and .github folder (11 days ago) <Stephanie.Neubauer@bosch.io>
632

733
## sw360-8.0.1-M1
834

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Build Status](https://travis-ci.org/eclipse/sw360.svg?branch=master)](https://travis-ci.org/eclipse/sw360)
33
[![Slack Channel](https://img.shields.io/badge/slack-sw360chat-blue.svg?longCache=true&logo=slack)](https://join.slack.com/t/sw360chat/shared_invite/enQtNzg5NDQxMTQyNjA5LThiMjBlNTRmOWI0ZjJhYjc0OTk3ODM4MjBmOGRhMWRmN2QzOGVmMzQwYzAzN2JkMmVkZTI1ZjRhNmJlNTY4ZGI)
44
[![Changelog](https://badgen.net/badge/changelog/%E2%98%85/blue)](https://github.com/eclipse/sw360/blob/master/CHANGELOG.md)
5-
[![version](https://img.shields.io/badge/version-8.0.1-blue)](https://github.com/eclipse/sw360/releases/tag/sw360-8.0.1-M1)
5+
[![version](https://img.shields.io/badge/version-8.1.0-blue)](https://github.com/eclipse/sw360/releases/tag/sw360-8.1.0-M1)
66

77
### SW360 Portal
88

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>8.${patchlevel}</revision>
52-
<patchlevel>1.0-SNAPSHOT</patchlevel>
51+
<revision>8.1.0</revision>
52+
<patchlevel></patchlevel>
5353
<java.version>1.8</java.version>
5454
<ektorp.version>1.5.0</ektorp.version>
5555
<thrift.version>0.11.0</thrift.version>

0 commit comments

Comments
 (0)