Skip to content

v1.0.1

Compare
Choose a tag to compare
@jrgriffiniii jrgriffiniii released this 24 Mar 19:24
6220f4a

v1.0.1 Release Notes

This is a patch release which ensures that users have access to two new improvements introduced into the Orb.

Authentication for Apache Solr

The installation of Solr Collections (or Cores) now includes a default authentication credentials (which ensures that, for future releases of the solr in the SolrCloud configuration, the REST API can be used to create an initial Solr Collection for testing Samvera applications). Please see https://solr.apache.org/guide/8_11/basic-authentication-plugin.html and https://github.com/docker-solr/docker-solr for reference.

Updating the Docker Images to use next-gen CircleCI Docker convenience images

This is necessary in order to ensure that the latest images supported by CircleCI are used during continuous integration test suite executions (please see https://circleci.com/docs/2.0/next-gen-migration-guide/ for reference).

Contributors

Contributors for this release include @mlooney, @rotated8, and @cjcolvar. Many thanks to each of you for this new release!

Full Changeset

  • Adds Solr Auth (#54)
  • Switch to cimg namespaced circleci images (#52)