Skip to content

Commit

Permalink
Merge pull request eclipse-tractusx#611 from eclipse-tractusx/main
Browse files Browse the repository at this point in the history
Sync with upstream
  • Loading branch information
ds-ext-kmassalski authored Oct 27, 2023
2 parents ea188d9 + f5ed12b commit edacf0b
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 7 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/irs-bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Report a Bug
about: report bugs or unexpected behavior.
---

<!--
Thanks for your contribution! Please fill out this template as good as possible.
Important: Contributing Guidelines can be found here: https://eclipse-tractusx.github.io/docs/oss/how-to-contribute
Checkout the repository README for process description.
-->

## Description
<!-- A clear and concise description of what the bug is. Give as much hints as possible
- On which Environment did the bug occur
-->
## Current behaviour

## Expected behavior
<!-- A clear and concise description of what you expected to happen. -->

## Steps to reproduce the Bug
<!-- Please provide a clear procedure how to reproduce the bug.
Important technical details:
user information, screenshots, browser, app-version, environment, device, etc.
-->
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/irs-story.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Propose a Story
about: propose a new story, new task
labels: Story
---
<!--
A clear and concise description of what the desired story will look like.
-->
**As** ... ,
**I want** ... ,
**so that** ... .

## Hints / Details
<!--
Provide as much information regarding this request as possible
-->
- ...

## Outcome / Acceptance Criteria
<!--
Describe the Outcome & acceptance criterias the result of the story
-->
### Outcome
- ...
### Acceptance Criteria
- ...

## Out of Scope
<!--
Describe the topics which are out of scope
-->
- ...
8 changes: 4 additions & 4 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,11 @@ maven/mavencentral/org.eclipse.jetty/jetty-webapp/11.0.17, EPL-2.0 OR Apache-2.0
maven/mavencentral/org.eclipse.jetty/jetty-xml/11.0.17, EPL-2.0 OR Apache-2.0, approved, rt.jetty
maven/mavencentral/org.eclipse.tractusx.irs/irs-api/0.0.2-SNAPSHOT, Apache-2.0, approved, automotive.tractusx
maven/mavencentral/org.eclipse.tractusx.irs/irs-common/0.0.2-SNAPSHOT, Apache-2.0, approved, automotive.tractusx
maven/mavencentral/org.eclipse.tractusx.irs/irs-edc-client/1.3.2-SNAPSHOT, Apache-2.0, approved, automotive.tractusx
maven/mavencentral/org.eclipse.tractusx.irs/irs-models/1.3.2-SNAPSHOT, Apache-2.0, approved, automotive.tractusx
maven/mavencentral/org.eclipse.tractusx.irs/irs-edc-client/1.4.1-SNAPSHOT, Apache-2.0, approved, automotive.tractusx
maven/mavencentral/org.eclipse.tractusx.irs/irs-models/1.4.1-SNAPSHOT, Apache-2.0, approved, automotive.tractusx
maven/mavencentral/org.eclipse.tractusx.irs/irs-policy-store/0.0.2-SNAPSHOT, Apache-2.0, approved, automotive.tractusx
maven/mavencentral/org.eclipse.tractusx.irs/irs-registry-client/1.3.2-SNAPSHOT, Apache-2.0, approved, automotive.tractusx
maven/mavencentral/org.eclipse.tractusx.irs/irs-testing/1.3.2-SNAPSHOT, Apache-2.0, approved, automotive.tractusx
maven/mavencentral/org.eclipse.tractusx.irs/irs-registry-client/1.4.1-SNAPSHOT, Apache-2.0, approved, automotive.tractusx
maven/mavencentral/org.eclipse.tractusx.irs/irs-testing/1.4.1-SNAPSHOT, Apache-2.0, approved, automotive.tractusx
maven/mavencentral/org.glassfish.hk2.external/aopalliance-repackaged/3.0.4, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.glassfish
maven/mavencentral/org.glassfish.hk2/hk2-api/3.0.4, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.glassfish
maven/mavencentral/org.glassfish.hk2/hk2-locator/3.0.4, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.glassfish
Expand Down
4 changes: 4 additions & 0 deletions charts/irs-helm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added configuration for IRS OAuth2 JWT token claim

## [6.8.1] - 2023-10-25
### Changed
- Update IRS version to 3.5.4

## [6.8.0] - 2023-10-09
### Changed
- Update IRS version to 3.5.3
Expand Down
4 changes: 2 additions & 2 deletions charts/irs-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ type: application
# 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: 6.8.0
version: 6.8.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: "3.5.3"
appVersion: "3.5.4"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</sonar.coverage.jacoco.xmlReportPaths>

<!-- IRS Registry Client Library -->
<irs-registry-client.version>1.3.2-SNAPSHOT</irs-registry-client.version>
<irs-registry-client.version>1.4.1-SNAPSHOT</irs-registry-client.version>

<!-- Dependencies -->
<springboot.version>3.1.5</springboot.version>
Expand Down

0 comments on commit edacf0b

Please sign in to comment.