Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package #50

Merged
merged 1 commit into from
Mar 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [1.2.1] - 2023-03-17

### Fixed
- Sonar code duplication issue fix

## [1.2.0] - 2023-03-14

Expand Down
10 changes: 0 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#*******************************************************************************

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

# copy the project files
Expand All @@ -34,10 +33,6 @@ COPY ./src ./src
# build for release
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:latest

Expand All @@ -48,12 +43,7 @@ ARG USER_GID=$USER_UID
# Create the user
RUN groupadd --gid $USER_GID $USERNAME \
&& useradd --uid $USER_UID --gid $USER_GID -m $USERNAME
# && apt-get update \
# && apt-get install -y sudo \
# && echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME \
# && chmod 0440 /etc/sudoers.d/$USERNAME

# set deployment directory
WORKDIR /autosetup

# copy over the built artifact from the maven image
Expand Down
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Helm charts are provided inside https://github.com/eclipse-tractusx/autosetup-ba

- Using helm commands <br />

How to install application using helm:- <br />
How to install application using helm: <br />
helm install ReleaseName ChartName

a.) Add helm repository in tractusx:-
a.) Add helm repository in tractusx:
helm repo add autosetup https://eclipse-tractusx.github.io/charts/dev
b.) To search the specific repo in helm repositories
helm search repo tractusx-dev
c.) To install using helm command:-
c.) To install using helm command:
helm install autosetup tractusx-dev/autosetup

4 changes: 2 additions & 2 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.2.0
Helm release version: 1.2.0
Application version: 1.2.1
Helm release version: 1.2.1
```


Expand Down
Binary file added autosetup-1.1.3.tgz
Binary file not shown.
Binary file added autosetup-1.1.4.tgz
Binary file not shown.
Binary file added autosetup-1.1.5.tgz
Binary file not shown.
Binary file added autosetup-1.2.0.tgz
Binary file not shown.
Binary file added autosetup-1.2.1.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/orchestrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ sources:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.2.0
version: 1.2.1


# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.2.0"
appVersion: "1.2.1"
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand Down
2 changes: 1 addition & 1 deletion charts/orchestrator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# autosetup

![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square)
![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.1](https://img.shields.io/badge/AppVersion-1.2.1-informational?style=flat-square)

This service will help service provider to set up DFT/SDE with EDC and EDC as service in service provider environment.

Expand Down
Binary file not shown.
87 changes: 87 additions & 0 deletions index.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
apiVersion: v1
entries:
autosetup:
- apiVersion: v2
appVersion: 1.2.1
created: "2023-03-17T21:07:13.928769+05:30"
dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.x.x
description: This service will help service provider to set up DFT/SDE with EDC
and EDC as service in service provider environment.
digest: 7833621090cac8ea4321feb9198576792f9d85df9cc5323ce170498acd8bffcb
name: autosetup
sources:
- https://github.com/eclipse-tractusx/autosetup-backend
type: application
urls:
- https://catenax-ng.github.io/tx-autosetup-backend/autosetup-1.2.1.tgz
version: 1.2.1
- apiVersion: v2
appVersion: 1.2.0
created: "2023-03-17T21:07:13.925559+05:30"
dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.x.x
description: This service will help service provider to set up DFT/SDE with EDC
and EDC as service in service provider environment.
digest: 445bb07d54c5122c0a77d167217a7177da0714d302aa394fc6c758a46c8d2fb5
name: autosetup
sources:
- https://github.com/eclipse-tractusx/autosetup-backend
type: application
urls:
- https://catenax-ng.github.io/tx-autosetup-backend/autosetup-1.2.0.tgz
version: 1.2.0
- apiVersion: v2
appVersion: 1.1.5
created: "2023-03-17T21:07:13.916081+05:30"
dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.x.x
description: A Helm chart for Kubernetes
digest: 04563b2e84ff94388d09e3645699f47be07fbc985fccc4dbc5997b6c754608bd
name: autosetup
sources:
- https://github.com/eclipse-tractusx/autosetup-backend
type: application
urls:
- https://catenax-ng.github.io/tx-autosetup-backend/autosetup-1.1.5.tgz
version: 1.1.5
- apiVersion: v2
appVersion: 1.1.4
created: "2023-03-17T21:07:13.908757+05:30"
dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.x.x
description: A Helm chart for Kubernetes
digest: 31f30dfcab47c6a905522d96508d0c810995504b9cebe76bdf428b735298c7b6
name: autosetup
type: application
urls:
- https://catenax-ng.github.io/tx-autosetup-backend/autosetup-1.1.4.tgz
version: 1.1.4
- apiVersion: v2
appVersion: 0.0.8
created: "2023-03-17T21:07:13.900731+05:30"
dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.x.x
description: A Helm chart for Kubernetes
digest: fc8fbb6b7f5ca9ba828c217ccf260e06ee4fa6ed3633568ce7d74cdf5f0c1051
name: autosetup
type: application
urls:
- https://catenax-ng.github.io/tx-autosetup-backend/autosetup-1.1.3.tgz
version: 1.1.3
generated: "2023-03-17T21:07:13.891706+05:30"
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>org.eclipse.tractusx</groupId>
<artifactId>auto-setup</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<name>auto-setup</name>
<description>auto-setup</description>
<properties>
Expand Down