Skip to content

Releases: BerkeleyLibrary/sftp_handler

1.0.3: OpenSSL 3.0 compatibility

Choose a tag to compare

@danschmidt5189 danschmidt5189 released this 08 Jul 18:18
Immutable release. Only release title and notes can be modified.
809ab95

What's Changed

  • AP-776: Fix "pkeys are immutable on OpenSSL 3.0" error when connecting to LBNL by @danschmidt5189 in #5

New Contributors

Full Changelog: 1.0.2...1.1.0

v1.0.2 Ruby 3.4

Choose a tag to compare

@awilfox awilfox released this 07 Jul 18:31
Immutable release. Only release title and notes can be modified.
1.0.2
bbf5cb3

What's Changed

Full Changelog: 1.0.1...1.0.2

v1.0.1 Security updates

Choose a tag to compare

@awilfox awilfox released this 25 Jun 20:56
Immutable release. Only release title and notes can be modified.
1.0.1
fb32508

What's Changed

  • Update Ruby version and Gems to secure versions by @awilfox in #2
  • GHA: Use sharaed workflow for multi-arch builds by @awilfox in #3

New Contributors

Full Changelog: 1.0.0...1.0.1

v1.0.0 migrate from gitlab

Choose a tag to compare

@davezuckerman davezuckerman released this 05 Jan 21:08
Immutable release. Only release title and notes can be modified.
3a90a3b
migrating to github (#1)

* migrating to github

adding license file

migrating from gitlab to github

removed image to containers in compose, removed tests for usernames

adding compose override file for actions

need to keep container alive for tests

overriding entrypoint to keep container alive for testing

mocking test filename for lnbl file for tests

syntax error in compose.ci file

adding rubocop, also removing rails env for rspec since rails is not used

fixed syntax error in build.yml

* workflow changes for docker buildx

* fixed mistake in build.yml

* Added setup step for buildx in build.yml

* more changes for buildx in release and build

* more build changes for buildx

* build and release fix

---------

Co-authored-by: David Zuckerman <dzuckerm@library.berkeley.edu>