diff --git a/AUTHORS.md b/AUTHORS.md index 9811a2a..835ad34 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1,6 +1,9 @@ -### The following people have contributed to this repository +# Authors + +The following people have contributed to this repository: + +* Aditya Kumar, doubleSlash Net-Business GmbH, https://github.com/adkumar1 +* Dmitrii Vasiunin, doubleSlash Net-Business GmbH, https://github.com/dvasunin +* Amol Dashwant, T-Systems International GmbH, https://github.com/amoldashwant +* Fedor Nazarov, doubleSlash Net-Business GmbH, https://github.com/Wulghash -Aditya Kumar, doubleSlash Net-Business GmbH, https://github.com/adkumar1
-Dmitrii Vasiunin, doubleSlash Net-Business GmbH, https://github.com/dvasunin
-Amol Dashwant, doubleSlash Net-Business GmbH, https://github.com/amoldashwant
-Fedor Nazarov, doubleSlash Net-Business GmbH, https://github.com/Wulghash
\ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 58519c4..8383b29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [1.7.6] - 2023-03-29 + +### Added +- Added CONTRIBUTING.md, CODE_OF_CONDUCT.md file + +## [1.7.5] - 2023-03-09 + +### Added + - Added pvc accessMode values ## [1.7.3] - 2023-02-27 @@ -32,4 +41,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), Added sematic versioning, tags & helm releases ### Changed -- Moved helm charts from `deployment/helm` to `charts` \ No newline at end of file +- Moved helm charts from `deployment/helm` to `charts` diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..14db7e6 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,46 @@ +# Community Code of Conduct + +**Version 1.2 +August 19, 2020** + +## Our Pledge + +In the interest of fostering an open and welcoming environment, we as community members, contributors, committers, and project leaders pledge to make participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a professional setting + +## Our Responsibilities + +With the support of the Eclipse Foundation staff (the “Staff”), project committers and leaders are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. + +Project committers and leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. + +## Scope + +This Code of Conduct applies within all project spaces, and it also applies when an individual is representing the Eclipse Foundation project or its community in public spaces. Examples of representing a project or community include posting via an official social media account, or acting as a project representative at an online or offline event. Representation of a project may be further defined and clarified by project committers, leaders, or the EMO. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the Staff at codeofconduct@eclipse.org. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The Staff is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. + +Project committers or leaders who do not follow the Code of Conduct in good faith may face temporary or permanent repercussions as determined by the Staff. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org) , version 1.4, available at [https://www.contributor-covenant.org/version/1/4/code-of-conduct.html](https://www.contributor-covenant.org/version/1/4/code-of-conduct/) \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..1915f50 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,58 @@ +# Contributing to Eclipse Tractus-X + +Thanks for your interest in this project. + +## Project description + +The companies involved want to increase the automotive industry's +competitiveness, improve efficiency through industry-specific cooperation and +accelerate company processes through standardization and access to information +and data. A special focus is also on SMEs, whose active participation is of +central importance for the network’s success. That is why Catena-X has been +conceived from the outset as an open network with solutions ready for SMEs, +where these companies will be able to participate quickly and with little IT +infrastructure investment. Tractus-X is meant to be the PoC project of the +Catena-X alliance focusing on parts traceability. + +* https://projects.eclipse.org/projects/automotive.tractusx + +## Developer resources + +Information regarding source code management, builds, coding standards, and +more. + +* https://projects.eclipse.org/projects/automotive.tractusx/developer + +The project maintains the source code repositories in the following GitHub organization: + +* https://github.com/eclipse-tractusx/ + +## Eclipse Development Process + +This Eclipse Foundation open project is governed by the Eclipse Foundation +Development Process and operates under the terms of the Eclipse IP Policy. + +* https://eclipse.org/projects/dev_process +* https://www.eclipse.org/org/documents/Eclipse_IP_Policy.pdf + +## Eclipse Contributor Agreement + +In order to be able to contribute to Eclipse Foundation projects you must +electronically sign the Eclipse Contributor Agreement (ECA). + +* http://www.eclipse.org/legal/ECA.php + +The ECA provides the Eclipse Foundation with a permanent record that you agree +that each of your contributions will comply with the commitments documented in +the Developer Certificate of Origin (DCO). Having an ECA on file associated with +the email address matching the "Author" field of your contribution's Git commits +fulfills the DCO's requirement that you sign-off on your contributions. + +For more information, please see the Eclipse Committer Handbook: +https://www.eclipse.org/projects/handbook/#resources-commit + +## Contact + +Contact the project developers via the project's "dev" list. + +* https://accounts.eclipse.org/mailing-list/tractusx-dev diff --git a/README.md b/README.md index bb8c750..0832178 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ IMPORTANT: DAPS is meant to be a research sandbox in which we can (re)implement ### Software Version ```shell -Helm version is v1.7.3 +Helm version is v1.7.6 Application version is v1.7.1 ``` diff --git a/charts/daps-server/Chart.yaml b/charts/daps-server/Chart.yaml index 6acfb57..f962198 100644 --- a/charts/daps-server/Chart.yaml +++ b/charts/daps-server/Chart.yaml @@ -18,7 +18,7 @@ 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.7.5 +version: 1.7.6 # 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 diff --git a/charts/daps-server/README.md b/charts/daps-server/README.md index 42a37ae..cc3cd0a 100644 --- a/charts/daps-server/README.md +++ b/charts/daps-server/README.md @@ -1,6 +1,6 @@ # daps-server -![Version: 1.7.4](https://img.shields.io/badge/Version-1.7.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.1](https://img.shields.io/badge/AppVersion-1.7.1-informational?style=flat-square) +![Version: 1.7.6](https://img.shields.io/badge/Version-1.7.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.1](https://img.shields.io/badge/AppVersion-1.7.1-informational?style=flat-square) DAPS server helm-chart @@ -37,7 +37,7 @@ DAPS server helm-chart | omejdn.defaultAdminUser | string | `"admin:admin"` | Default user credentials in format `user:password` | | omejdn.serverKey | string | `""` | Server key content. DAPS will generate key if it's not provided at startup | | omejdn.serverKeyFolderPath | string | `"/opt"` | Path to directory with private server key | -| persistence.accessMode | list | `[]` | Storage accessMode, defaults to ReadWriteOnce | +| persistence.accessMode | list | `[]` | Storage accessMode, defaults to ReadWriteOnce. | | persistence.enabled | bool | `true` | If `true` persistent volume will be used to store clients and users configuration | | persistence.storageClass | string | `""` | Storage class to claim a volume, defaults to azurefile. | | persistence.storageSize | string | `"2Gi"` | Volume size |