Releases: eclipse-pass/main
1.1.0
What's Changed
- Update roadmap for 1.0.0 release looking towards 1.1.0 by @jaredgalanis in #748
- Update release-notes for 1.0.0 release by @jaredgalanis in #749
- Create release-actions-1.0.0.md by @jaredgalanis in #751
- Changing Deployment Environment argument from string to drop down selection by @cshannon2 in #753
- Document our otterdog .eclipsefdn repo by @aforward in #736
- How to manage infra changes via otterdog by @aforward in #743
Full Changelog: 1.0.0...1.1.0
1.0.0
0.9.0
What's Changed
- Update for 0.8.0 by @markpatton in #662
- Add release actions checklist for 0.8.0 by @markpatton in #666
Full Changelog: 0.8.0...0.9.0
0.8.0
What's Changed
- Update release notes and actions for 0.7.0 release by @rpoet-jh in #628
- Add placeholder for testing workflows by @jabrah in #643
- Update roadmap.md for 0.8.0 by @dkriethof in #624
- Add doc listing links to some historic use case docs by @jabrah in #646
New Contributors
- @dkriethof made their first contribution in #624
Full Changelog: 0.7.0...0.8.0
0.7.0
What's Changed
- Update release notes and actions for 0.6.0 release by @jaredgalanis in #591
- Updated roadmap for 0.7.0 by @markpatton in #589
- Update release checklist by @jabrah in #611
Full Changelog: 0.6.0...0.7.0
0.6.0
What's Changed
- Release 0.5.0 docs by @tsande16 in #532
- Authentication docs by @jaredgalanis in #504
- Update for 0.6.0 release by @markpatton in #535
- workflow stub to allow for testing of AWS deployment workflow by @cshannon2 in #542
- Initial commit for github action to publish to AWS SNS Topic by @cshannon2 in #543
- Setting a working directory for running the python script by @cshannon2 in #544
- Update elide version by @rpoet-jh in #570
- Upgrade to Java 17 by @rpoet-jh in #577
- Add information about how pass-core deals with authn/authz by @markpatton in #572
New Contributors
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
- Updating release-notes for 0.4.0 by @cshannon2 in #502
- Update roadmap for 0.5.0 by @markpatton in #510
- Update release process notes by @jabrah in #511
- Update release process to include automations by @jabrah in #522
- Release Manager Actions Checklist Template by @tsande16 in #529
New Contributors
- @cshannon2 made their first contribution in #502
- @tsande16 made their first contribution in #529
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- Bump version to 0.4.0-SNAPSHOT by @jabrah in #476
- Add link for release to dev docs by @jaredgalanis in #472
- High level release notes by @jabrah in #477
- Adds additional release detail to the CHANGELOG by @bbranan in #480
- Add a note about community message for releases by @jabrah in #484
- Update changelog with manuscript service by @jabrah in #479
- Move and rename CHANGELOG by @jabrah in #485
- Update roadmap after 0.3.0 release by @markpatton in #483
- Initial work gathering old architecture components for 0.1.0 notes by @jabrah in #488
- Add docs around running pass-ui on your host machine by @jaredgalanis in #499
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
- Include docker-compose as a plugin so 'docker compose' also works by @aforward in #440
- POM cleanup by @jabrah in #439
- Update release docs by @jabrah in #434
- Use relative paths for github/gh-pages consistency by @aforward in #444
- Make all docs references relative by @aforward in #446
- Update documentation to reflect new release by @markpatton in #427
- Revert junit to 5.7.2 by @jabrah in #454
- Release details feedback by @jabrah in #455
- Update gpg config by @jabrah in #463
- Initial automation for Java release for main POM by @jabrah in #464
- Add setup stuff to each job by @jabrah in #468
- Add a git user by @jabrah in #469
Full Changelog: 0.1.0...0.3.0
PASS Release 0.2.0
Release 0.2.0 provides a major upgrade to the backend architecture of the PASS application. The Fedora Repository has been replaced with a completely new REST API built using Elide and backed by Postgres. This change allows the PASS API to be tailored more directly to the purposes of the PASS application, provides considerable performance enhancements, and reduces maintenance burden. The structure of the projects making up the PASS application have also been streamlined to simplify release and deployment procedures. These changes require updates to be made across the application, such as replacing all uses of the Fedora API within PASS with calls to the new API. For 0.2.0, this work is completed sufficiently to provide a demonstration of PASS application capabilities, but certain parts of the application are currently mocked. Full functionality will be restored in a future release.
Some major changes for 0.2.0 are:
- Replacement of Fedora storage with Elide / postgres.
- Creation of a pass-core repository which contains REST services previously in separate projects/images
- Elimination of functionality written in Go in previous releases. These have either been implemented in Java or eliminated
- Refactoring of authorization functionality in javascript closer to the UI
Full changelog: https://github.com/eclipse-pass/main/issues?q=label%3A%22Release+0.2.0%22