Skip to content

Commit

Permalink
release: bump version for v1.6.0-RC7 (#215)
Browse files Browse the repository at this point in the history
* release: bump version for v1.6.0-RC7
* release: update changelog for v1.6.0-RC7
* chore: add file headers

-------

Reviewed-By: Evelyn Gurschler <[email protected]>
  • Loading branch information
Phil91 authored Aug 18, 2023
1 parent 4e8920e commit 44ef38e
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .tractusx
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
###############################################################
# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0.
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
###############################################################

leadingRepository: "https://github.com/eclipse-tractusx/portal-cd"
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,45 @@

New features, fixed bugs, known defects and other noteworthy changes to each release of the Catena-X Portal Backend.

## 1.6.0-RC7

### Change
* All Services
* add an /api/info endpoint to retrieve specific api endpoints which can be used publicly for external services
* Keycloak Seeding
* add seeding for keycloak realm-data from a json-file
* Marketplace Service
* Removed PUT: /api/apps/appreleaseprocess/updateapp/{appId}
* Process Worker:
* add error handling for BPDM Pull Process Steps

### Technical Support
* Logging
* removed machine name, processId, threadId from the logging message
* TRG
* changed license notice for images
* add second license
* add file header to .tractusx

### Bugfix
* Administration Service
* fixed Get: api/administration/companydata/certificates when multiple certificates are in the database for a specific company
* add check for active offerSubscriptions when deleting a connector
* fixed api/administration/serviceaccount/owncompany/serviceaccounts
* Company Service Accounts
* set identityTypeId when creating service accounts to company service account instead of company user
* change client_id of service accounts in seeding data
* add service accounts from cx-central base
* remove service account for daps
* Marketplace Service
* fixed validation for /api/apps/AppReleaseProcess/instance-type/{appId} to only be executable for apps in state CREATED
* Mail Templates
* fixed bpn display in the welcome email
* Registration Service
* fixed Get: /api/registration/legalEntityAddress/{bpn}
* Seeding
* TestDataEnvironments set to optional

## 1.6.0-RC6

### Change
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>1.6.0</VersionPrefix>
<VersionSuffix>RC6</VersionSuffix>
<VersionSuffix>RC7</VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit 44ef38e

Please sign in to comment.