Skip to content

Commit

Permalink
Merge pull request #16 from catenax-ng/feature/release1.2.0
Browse files Browse the repository at this point in the history
Feature/release1.2.0
  • Loading branch information
wjost authored Mar 13, 2023
2 parents 19b45bd + 351b539 commit fff3abe
Show file tree
Hide file tree
Showing 35 changed files with 193 additions and 888 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}
type=semver,pattern={{major}}.{{minor}}
flavor: |
latest=true
- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
Expand Down
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]


## [1.1.6] - 2023-03-13

### Changed
- Security fixes
- Snakeyaml jar fixed
- Supports EDC connector 0.1.6
- Changed base image to eclipse-temurin


## [1.1.5] - 2023-03-02

Expand All @@ -15,9 +23,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Added sources in Chart.yaml
- Added LICENSE in charts
- Added README.md in charts
- This Version of autosetup faces several Security Issues. Those were evaluated at time of Release and will be fixed in the next version.
- Recommended mitigation action for Operating Companies is to enforce appropriate firewall rules so that the service cannot be accessed externally.
(note: within the intended purpose, autosetup shall only be called from Portal)
- Springboot jar fixes
- keycloak jar fixes


### Changed
Expand Down
9 changes: 6 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@
#*******************************************************************************

# our base build image
FROM maven:3.8-openjdk-18 as builder
#FROM maven:3.8-openjdk-18 as builder
FROM maven:3.9.0-eclipse-temurin-19 as builder

# copy the project files
COPY ./pom.xml /pom.xml

# build all dependencies
RUN mvn dependency:go-offline -B
RUN mvn dependency:go-offline -B

# copy your other files
COPY ./src ./src
Expand All @@ -36,7 +37,9 @@ RUN mvn clean install -Dmaven.test.skip=true
# our final base image
#FROM eclipse-temurin:18.0.1_10-jre

FROM eclipse-temurin:19_36-jre
#FROM eclipse-temurin:19_36-jre

FROM eclipse-temurin:latest

ARG USERNAME=autosetupuser
ARG USER_UID=1000
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ This service will help service provider to set up DFT/SDE with EDC and EDC as se
### Software Version

```shell
Application version: 1.1.5
Helm release version: 1.1.5
Application version: 1.2.0
Helm release version: 1.2.0
```


Expand All @@ -24,7 +24,7 @@ Helm release version: 1.1.5

### How to run

Auto setup is a SpringBoot Java software project managed by Maven
Auto setup is a SpringBoot Java software project managed by Maven.

When running, the project requires a postgresql database to be available to connect to. Per default configuration the application expects postgres to run on localhost on port 5432.

Expand Down
9 changes: 0 additions & 9 deletions charts/dftbackend/.helmignore

This file was deleted.

24 changes: 0 additions & 24 deletions charts/dftbackend/Chart.yaml

This file was deleted.

62 changes: 0 additions & 62 deletions charts/dftbackend/templates/_helpers.tpl

This file was deleted.

10 changes: 0 additions & 10 deletions charts/dftbackend/templates/configmap.yaml

This file was deleted.

72 changes: 0 additions & 72 deletions charts/dftbackend/templates/deployment.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions charts/dftbackend/templates/hpa.yaml

This file was deleted.

78 changes: 0 additions & 78 deletions charts/dftbackend/templates/ingress.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions charts/dftbackend/templates/service.yaml

This file was deleted.

Loading

0 comments on commit fff3abe

Please sign in to comment.