Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Latest commit

 

History

History
201 lines (143 loc) · 15.6 KB

CHANGELOG.md

File metadata and controls

201 lines (143 loc) · 15.6 KB

Changelog

Full Changelog

Implemented enhancements:

  • Add env vars to specify DB host and port #129
  • NEXT_PUBLIC_ removed from environment variable names #122
  • Support swagger service #118
  • Add new environment variable ENABLE_OAIPMH_SCRAPER #103

Closed issues:

  • Remove HOTJAR_ID #121
  • AUTH_*_TOKEN_URL removed #120
  • Support custom themes via mounts #99

Merged pull requests:

v1.4.0 (2022-08-23)

Full Changelog

Implemented enhancements:

  • Enable docker-compose project names #85

Fixed bugs:

  • docker compose validation fails on systems with Docker Compose CLI plugin #89

Closed issues:

  • Support data migration from existing RSD #70

Merged pull requests:

v1.3.2 (2022-08-03)

Full Changelog

Fixed bugs:

  • Matomo environment variables not in docker-compose.yml #81

Merged pull requests:

v1.3.0 (2022-07-26)

Full Changelog

Implemented enhancements:

  • Support matomo environment variables #78
  • Image by tag is not pulled if tag does not change #74
  • Support hifis.net spotlight migration for RSD #72

Closed issues:

  • Provide citation metadata #69

Merged pull requests:

v1.2.0 (2022-07-11)

Full Changelog

Closed issues:

  • Add option to remove existing containers and volumes #61
  • Improve deployment by using docker-compose down + up #60

Merged pull requests:

  • Prepare release v1.2.0 #66 (Normo)
  • Add handler to restart nginx on config changes #65 (Normo)
  • Update README.md #64 (Normo)
  • Add handler to recreate containers on .env file changes #63 (Normo)
  • Add flag to force removal of docker data volumes #62 (Normo)

v1.1.0 (2022-07-04)

Full Changelog

Implemented enhancements:

  • Use different values for POSTGRES_PASSWORD and POSTGRES_AUTHENTICATOR_PASSWORD #56
  • Add more configurable variables for .env file #54

Merged pull requests:

  • Prepare release v1.1.0 #59 (Normo)
  • Add restart policy to docker-compose.yml template #58 (Normo)
  • Add variable rsd_postgres_authenticator_password #57 (Normo)
  • Add more env variables to configure RSD #55 (Normo)

v1.0.0 (2022-06-29)

Full Changelog

Implemented enhancements:

  • Remove dependency on the inventory when copying TLS certificates #18
  • Make RSD image registry and repository configurable #35
  • Add github-changelog-generator params file #25
  • Add support for Ubuntu 22.04 #24
  • Add preflight checks #12
  • Migrate changelog to github-changelog-generator #5
  • Update dependencies via Dependabot #4
  • Setup new RSD-as-a-service implementation #3
  • Add role testing using molecule #2
  • Update template files #45 (Normo)
  • Test initial dry-run with molecule #34 (Normo)
  • Make container registry configurable #36 (Normo)
  • Add nginx configuration to enable HTTPS by default #31 (Normo)
  • Add preflight checks #30 (Normo)
  • Run molecule test against Ubuntu 22.04 #27 (Normo)
  • Stop prepend the inventory dir name when copying TLS certificate files #19 (Normo)
  • Add molecule MVP #11 (Normo)
  • Migrate changelog to github-changelog-generator #7 (Normo)

Fixed bugs:

  • Errors during preflight checks in initial dry-run #49
  • Bug: RSD environment template file not found #9
  • Ignore errors during initials dry-run #48 (Normo)
  • Fix molecule lint #29 (Normo)

Closed issues:

  • Change package management tool named in CONTRIBUTING guide #40
  • Prepare release v1.0.0 #51

Merged pull requests:

v0.1.0 - 2022-04-06

Added

Initial release of the Research Software Directory (RSD) Ansible Role.

* This Changelog was automatically generated by github_changelog_generator