Skip to content

Latest commit

 

History

History
142 lines (105 loc) · 5.16 KB

CHANGELOG.md

File metadata and controls

142 lines (105 loc) · 5.16 KB

Change Log

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

6.15.0 - 2023-12-18

Added

  • New .bashrc file with user-specific aliases and functions, and a warning message for users starting a shell as root.

Changed

  • bumping version to 6.15.0
  • Dockerfile significantly overhauled:
    • base image changed to unidata/rockylinux:latest-8
    • updated GOSU version
    • streamlined setup and installation scripts
  • README.md expanded significantly with detailed sections providing comprehensive information on using the Unidata LDM Docker container.

Fixed

  • install_ldm.sh script updated, changing the source URL for downloading the LDM tarball and updating logging for the configure and make commands.

6.14.5 - 2022-11-01

Changed

  • bumping version to 6.14.5
  • use chronyd for time sync
  • add warning when entering the docker container as root

6.13.17 - 2022-11-01

Changed

  • bumping version to 6.13.17
  • base on unidata/rockylinux:latest-8 to ensure some necessary tools are installed

6.13.16 - 2022-06-17

Changed

  • bumping version to 6.13.16
  • base on rockylinux container as opposed to centOS
  • update to gosu 1.14
  • LDM user name now configurable
  • dumped Travis
  • implemented GitHub Actions workflow to:
    • Build and test docker image
    • Push updated image to dockerhub
  • minor bug fixes and improvements

6.13.13 - 2020-11-13

Added

  • license

Changed

  • bumping version to 6.13.13 (6.13.12 had problems and therefore never released)
  • download ldm via https instead of ftp
  • changed umask to 0002 in entrypoint.sh, PR 77
  • Expanded group permissions for queue directory and ldm.pq, PR 77

6.13.11 - 2019-05-15

Changed

  • bumping version to 6.13.11

6.13.10 - 2019-04-24

Changed

  • bumping version to 6.13.10 (6.13.8 and 6.13.9 were ephemeral and never captured).

6.13.7 - 2019-02-08

Changed

  • crontab improvements, a47c842
  • yum -y update yum, 9557343
  • chown changes, dc703b6
  • runtime improvements in how permissions are handled, e8bf062
  • modernized docker-compose.yml, 0f2e2af
  • information about support, 90347f4
  • .profile to include ~/bin in PATH, 0f50b1e
  • update gosu, 79c94bd
  • added libstdc++-static for 6.13.7, 79c94bd

Added

6.13.6 - 2017-02-06

Changed

  • In Dockerfile libpng-dev -> libpng-devel for CentOS

6.13.5 - 2016-11-01

Added

  • gnuplot to the container

Changed

  • suggested better default queue size
  • setting /home/ldm for pqact and pqsurf per Tom Y.
  • moving queue outside the container
  • dockerhub automated builds
  • ulimit set in docker-compose.yml
  • cleaning up tar.gz file (does not need to end up in container).

6.13.4 - 2016-08-17

Added

  • CHANGELOG.md

Changed

  • README improvements and typo corrections
  • correctly invoking configure and make root-actions do deal with port 388 (e.g., for LDM relay node scenario)
  • version update to 6.13.4 for Dockerfile and README
  • removed bogus crontab mount
  • Miscellaneous Dockerfile clean up
  • Miscellaneous .travis.yml clean up

6.13.3 - 2016-07-22

Added

  • README additions
  • docker-compose.yml ldm container name reference