Skip to content

Commit

Permalink
Merge pull request #1050 from eclipse-tractusx/release/0.6.0
Browse files Browse the repository at this point in the history
Release version 0.6.0
  • Loading branch information
wolf4ood authored Feb 12, 2024
2 parents 227cc17 + f07dc2b commit d29806a
Show file tree
Hide file tree
Showing 646 changed files with 11,959 additions and 12,364 deletions.
7 changes: 4 additions & 3 deletions .github/actions/import-gpg-key/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#################################################################################
# Copyright (c) 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
# Copyright (c) 2023 Contributors to the Eclipse Foundation
#
Expand All @@ -7,7 +7,7 @@
#
# 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
# 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
Expand All @@ -16,7 +16,8 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
#################################################################################


---
name: "Import GPG Key"
Expand Down
9 changes: 5 additions & 4 deletions .github/actions/publish-docker-image/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#################################################################################
# Copyright (c) 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
# Copyright (c) 2023 Contributors to the Eclipse Foundation
#
Expand All @@ -7,7 +7,7 @@
#
# 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
# 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
Expand All @@ -16,7 +16,8 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
#################################################################################


---
name: "Publish Docker Image"
Expand Down Expand Up @@ -120,4 +121,4 @@ runs:
readme-filepath: ${{ inputs.rootDir }}/notice.md
username: ${{ inputs.docker_user }}
password: ${{ inputs.docker_token }}
repository: ${{ inputs.namespace }}/${{ inputs.imagename }}
repository: ${{ inputs.namespace }}/${{ inputs.imagename }}
7 changes: 4 additions & 3 deletions .github/actions/run-deployment-test/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#################################################################################
# Copyright (c) 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
# Copyright (c) 2023 Contributors to the Eclipse Foundation
#
Expand All @@ -7,7 +7,7 @@
#
# 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
# 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
Expand All @@ -16,7 +16,8 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
#################################################################################


---
name: "Run Deployment Test"
Expand Down
7 changes: 4 additions & 3 deletions .github/actions/setup-java/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#################################################################################
# Copyright (c) 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
# Copyright (c) 2023 Contributors to the Eclipse Foundation
#
Expand All @@ -7,7 +7,7 @@
#
# 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
# 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
Expand All @@ -16,7 +16,8 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
#################################################################################


---
name: "Setup JDK 17"
Expand Down
9 changes: 5 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
#################################################################################
# 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
# 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
Expand All @@ -15,7 +15,8 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
#################################################################################


---
version: 2
Expand Down
11 changes: 6 additions & 5 deletions .github/release.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
#################################################################################
# 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
# 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
Expand All @@ -15,7 +15,8 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
#################################################################################


---
changelog:
Expand All @@ -31,4 +32,4 @@ changelog:
- "*"
- title: Documentation
labels:
- documentation
- documentation
11 changes: 6 additions & 5 deletions .github/workflows/deployment-test.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#
#################################################################################
# Copyright (c) 2023 Mercedes-Benz Tech Innovation GmbH
# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
# 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
# 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
Expand All @@ -16,7 +16,8 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
#################################################################################


---
name: "Deployment Tests"
Expand Down Expand Up @@ -47,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache ContainerD Image Layers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /var/lib/containerd/io.containerd.snapshotter.v1.overlayfs
key: ${{ runner.os }}-io.containerd.snapshotter.v1.overlayfs
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/draft-new-release.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
#################################################################################
# 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
# 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
Expand All @@ -15,7 +15,8 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
#################################################################################


---
name: "Draft new release"
Expand Down Expand Up @@ -53,7 +54,7 @@ jobs:
GITHUB_PACKAGE_USERNAME: ${{ github.actor }}
GITHUB_PACKAGE_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
- name: Bump version in /charts
uses: mikefarah/[email protected].4
uses: mikefarah/[email protected].5
with:
cmd: |-
find charts -name Chart.yaml -maxdepth 3 | xargs -n1 yq -i '.appVersion = "${{ github.event.inputs.version }}" | .version = "${{ github.event.inputs.version }}"'
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/helm-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
#################################################################################
# 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
# 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
Expand All @@ -15,7 +15,8 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
#################################################################################


---
name: "Lint helm charts"
Expand Down Expand Up @@ -52,7 +53,7 @@ jobs:
with:
version: v3.8.1
- name: python (setup)
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.7
- name: chart-testing (setup)
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/kics.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
#################################################################################
# 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
# 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
Expand All @@ -15,7 +15,8 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
#################################################################################


---
name: "KICS"
Expand Down Expand Up @@ -54,6 +55,6 @@ jobs:

- name: Upload SARIF file for GitHub Advanced Security Dashboard
if: always()
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: kicsResults/results.sarif
9 changes: 5 additions & 4 deletions .github/workflows/publish-docker.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#
#################################################################################
# Copyright (c) 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
# 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
# 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
Expand All @@ -16,7 +16,8 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
#################################################################################


---
name: "Create Docker images"
Expand Down
Loading

0 comments on commit d29806a

Please sign in to comment.