-
Notifications
You must be signed in to change notification settings - Fork 10
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
Cut 2.9.1 release and update changelog #3445
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a minor thing I found on the format for the CHANGELOG file that could be changed if you agree.
CHANGELOG.md
Outdated
### Fixed | ||
* Improves performance of Active Storage lookups via adding an table index. | ||
Requires a db:migration that creates the index concurrently thus does not | ||
lock the DB table [PR#3428](https://github.com/ualbertalib/jupiter/pull/3428) | ||
* Fixed edge case on batch ingest front end tool where metadata is invalid [#3148](https://github.com/ualbertalib/jupiter/issues/3148) | ||
* #3429: Fix unsafe redirect errors by using allow_other_host [PR#3429](https://github.com/ualbertalib/jupiter/pull/3429) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only saw 2 entries in the changelog where we specify the ticket at the beginning of the sentance. Would it make sense to add it to the end, as it has been done with the rest?
Sorry if I missed something.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have removed those two leading ticket numbers in the changelog. I think they might have been auto generated at some point, it would be good to stay consistent however.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Update changelog with dependabot PRs and bump jupiter version to cut a release