Skip to content

Releases: LRC-devops/digisign

Update v1.0.001

03 Oct 21:54
3f14af6

Choose a tag to compare

Sentry Fix:

Due to what I believe was a missing repo secret, the sentry-auth-token failed to import during the action. This release:

  • Adds the secret to the repo
  • Injects the secret on build during the CI.yml git action.

LRC Server Image Issues:

  • The server would previously redirect the requestor directly to the AWS Presigned url, which was causing CORS issues. We now leverage a query ?no-redirect=true at the endpoint to get the url via application/json to avoid the redirect and set the image src directly to the AWS Presigned url.

What's Changed

Full Changelog: v1.0.0...v1.0.001

v1.0.0

30 May 18:48

Choose a tag to compare

Initial production build for the LRC DigiSign for web application.

What's Changed

New Contributors

  • @ctheil made their first contribution in #1

Full Changelog: https://github.com/LRC-devops/digisign/commits/v1.0.0