Skip to content

Releases: Justintime50/srvinfra

v1.2.1

15 Feb 18:28
Compare
Choose a tag to compare
  • Fix a bug introduced in the last version that would exit with code 1 even with success due to bad syntax

v1.2.0

08 Feb 19:01
Compare
Choose a tag to compare
  • Adds file checks on output database exports to ensure they are valid
  • Adds error output when a database cannot be exported

v1.1.0

01 Oct 04:44
Compare
Choose a tag to compare
  • Adds SRVINFRA_DATABASE_EXECUTABLE as an env var which can be set to mariadb to override the default mysql allowing users to change the database executable used with srvinfra
  • Sets set -e flag to ensure srvinfra fails on any error where previously it could fail silently

v1.0.0

26 Aug 04:55
Compare
Choose a tag to compare
  • Now uses -md sha512 -pbkdf2 flags for openssl commands when encrypting and decrypting databases to fix deprecation warning
    • NOTE: Exported databases prior to v1.0.0 will not be able to be decrypted with this version due to the new flags, if older/newer database files need (d)encypring, you may need to change versions of this tool to match the one the original file was generated with
  • Passes the -c command to gzip to supress the unknown compression format error

v0.10.0

12 Jan 18:02
Compare
Choose a tag to compare
  • Consolidates SRVINFRA_WEBSITES_DIR and SRVINFRA_SERVICES_DIR into SRVINFRA_SERVICES_DIR
    • srvinfra will now determine if there are prod docker-compose files in the directory specified and use those when possible and do a normal docker compose up when not
    • When deploying a service, you will no longer need to specify website or service since srvinfra will determine which kind of docker-compose files are present and change the underlying command accordingly

v0.9.1

29 Nov 03:39
Compare
Choose a tag to compare
  • Fixes a command that missed the force recreate flag

v0.9.0

28 Nov 06:24
Compare
Choose a tag to compare
  • Force recreating containers even if config or images haven't changed

v0.8.0

28 May 03:27
Compare
Choose a tag to compare
  • Attempts to start Traefik before other services on deploy_all command
  • Adds an import_encrypted_database command that combines the decrypt_database_backup and import_database commands

v0.7.0

06 Feb 07:07
Compare
Choose a tag to compare
  • Removes the hard-coded env vars of the website and service directories and adds instructions on how users can customize their own locations on installation

v0.6.3

07 Jan 07:31
Compare
Choose a tag to compare
  • Fixes the invocation of the quiet-pull flag on update actions