Skip to content

Releases: onetimesecret/onetimesecret

v0.14.0-RC3

23 Jun 21:30
e18b269
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.0-RC2...v0.14.0-RC3

v0.14.0-RC2

20 Jun 22:17
0e86ea0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.0-RC1...v0.14.0-RC2

v0.14.0-RC1

15 Jun 16:50
0a87c61
Compare
Choose a tag to compare

What's Changed

User Interface and Experience Updates

  • Add support for deleting account (#432)
  • Update favicon and logo assets (#374)
  • Updates header/footer navigation (#378)
  • Improve password generation button styling (#385)

Security and Authentication Updates

  • Update email validation with Truemail (#393, #398)
  • Limit feedback to authenticated users (#384)

Development Tools and Infrastructure Updates

  • Add redis SSL support via rediss:// @sebastien-coavoux (#238)
  • Integrate Sorbet for Static Type Checking (#387)
  • Introduce Sorbet Type Checking and Improved Email Validation (#399)
  • Adds support for gradually resolving Rubocop violations (#414)
  • Add otsgo client library (#377)
  • Move Docker Compose config to separate repository (#429)

Workflow Updates

  • Update Docker GitHub Action workflow (#402)
  • Create codeql.yml (#390)
  • Create greetings.yml (#391)
  • Create housekeeping.yml (#401)
  • Pin dependencies (#394)

Documentation and Policy Updates

  • Update Privacy Policy (#423)
  • Add security policy and vulnerability reporting guidelines (#406)

Full Changelog: v0.13.0...v0.14.0-RC1

New Contributors

Full Changelog: v0.13.0...v0.14.0-RC1

v0.13.0 - Ruby 3+

11 Apr 06:56
latest
409d242
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.0-PRE...latest

v0.13.0-RC11 - Fix for #370

09 Jun 15:07
820d05a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0-RC10...v0.13.0-RC11

v0.13.0

10 Jun 17:58
820d05a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/onetimesecret/onetimesecret/compare/v0.13.0-PRE...v0.13.0

v0.13.0-RC9 - Status Page & Dockerfile fix

30 May 19:33
c51b809
Compare
Choose a tag to compare

What's Changed

  • [#328] Fix for docker arg $CODE_ROOT by @delano in #358
  • chore(deps): update ruby docker tag to v3.3 by @renovate in #338
  • Consistency improvements and minor enhancements by @delano in #341
  • Pin docker/login-action action to e92390c by @renovate in #342
  • Update actions/checkout digest to a5ac7e5 by @renovate in #343
  • Integrate monitoring and status page with Upptime by @delano in #355
  • Update redis:bookworm Docker digest to 01afb31 by @renovate in #344
  • Update dependency rubocop to v1.55.1 by @renovate in #357

Full Changelog: v0.13.0-RC8...v0.13.0-RC9

v0.13.0-RC10

30 May 19:28
b17c796
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0-RC9...v0.13.0-RC10

v0.13.0-RC8 - Docker & Docker Compose updates

21 May 02:44
05d2549
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.0-RC7...v0.13.0-RC8

v0.13.0-RC7

14 May 20:03
v0.13.0-RC7
a46fdeb
Compare
Choose a tag to compare

What's Changed

⚠︎ Breaking Changes ⚠︎

Ruby 2.6 support ends

Support for Ruby 2.6 has been dropped as of RC7. All following releases will support only 2.7+.

Shortened environment variables

From v0.13.0-RC6 onwards, these shortened environment variables are used. It's an added hassle when upgrading but I opted for obvious failures to avoid subtle, silent failures.

 before                     after

ONETIMESECRET_HOST       => HOST
ONETIMESECRET_SSL        => SSL
ONETIMESECRET_SECRET     => SECRET
ONETIMESECRET_REDIS_URL  => REDIS_URL
ONETIMESECRET_COLONEL    => COLONEL

All versions prior to this use the longform variables name (including earlier RCs and Ruby 2.x branch).

Full Changelog: v0.13.0-RC6...v0.13.0-RC7