Skip to content

Update release-notes for 1.0.0 release #749

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

Merged
merged 1 commit into from
Sep 29, 2023
Merged
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
17 changes: 17 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## Release v1.0.0
### Date: September 29, 2023

This release focused on setting up a PASS for production readiness. We resolved a large number of bugs in the user interface and the API / backend services. We added optimistic locking to Submission and Deposit entities to ensure more expected behavior when users edit a shared resource. We also did work on tooling for data migration and remediation.

Tickets Completed: https://github.com/eclipse-pass/main/milestone/12?closed=1

Release Components:
* main - https://github.com/eclipse-pass/main/releases/tag/1.0.0
* pass-core - https://github.com/eclipse-pass/pass-core/releases/tag/1.0.0
* pass-docker - https://github.com/eclipse-pass/pass-docker/releases/tag/1.0.0
* pass-acceptance-testing - https://github.com/eclipse-pass/pass-acceptance-testing/releases/tag/1.0.0
* pass-support - https://github.com/eclipse-pass/pass-support/releases/tag/1.0.0
* pass-auth - https://github.com/eclipse-pass/pass-auth/releases/tag/1.0.0
* pass-ui-public - https://github.com/eclipse-pass/pass-ui-public/releases/tag/1.0.0
* pass-ui - https://github.com/eclipse-pass/pass-ui/releases/tag/1.0.0

## Release v0.9.0
### Date: August 30, 2023

Expand Down