Skip to content

Releases: living-atlases/la-toolkit

1.5.0

11 Oct 18:48
Compare
Choose a tag to compare

This release include initial Docker swarm support:

la-toolkit-docker

image

Also includes minor fixes:

  • Several fixes in branding selector
  • Removed lint warnings and errors
  • Fix in dialog buttons

1.4.6

19 Sep 03:39
Compare
Choose a tag to compare

This release includes:

  • OIDC support
  • Events extended data model support
  • Update flutter & flutter deps
  • Import of software versions too
  • Other new variables

1.4.5

04 Apr 14:14
Compare
Choose a tag to compare

This version mainly solves:

  • An incorrect ansible version installed by 1.4.4 dependencies.
  • A email form check that was failing.

1.4.4

28 Mar 17:01
Compare
Choose a tag to compare

This version should address a issue with the latest update of assh binary.

  • Update flutter & flutter deps to latest versions fixing issues
  • cron-apt added to la-toolkit image so we can check for latest debian packages versions of la-pipelines and similar
  • Latest ala-install selection in Dockerfile
  • Use a different assh release
  • Different fixes of new assh use (chown, fix new location in different configs)
  • check for empty releases too of packages/modules
  • Improved image proxy

1.4.3

08 Mar 13:45
Compare
Choose a tag to compare

Hot fix of 1.4.2 with assh fix.

This release does not include any file as it uses 1.4.2 build ones.

1.4.2

24 Feb 20:39
Compare
Choose a tag to compare

This release contains:

  • Added improved package check and retry
  • Persist tune current tab for better software selection
  • Lint error when spatial/ecodata installed in the same server

WARN: This version has an docker build issue that does not builds assh correcty (so ssh connections will fail). Workaround:

  • curl -L -o /tmp/assh.tar.gz -O https://github.com/moul/assh/releases/download/v2.15.0/assh_2.15.0_linux_amd64.tar.gz
  • cd /tmp/; tar xfvz assh.tar.gz assh; sudo mv assh /usr/local/bin/
    or release the new 1.4.3

1.4.1

14 Nov 10:18
Compare
Choose a tag to compare

This release includes:

  • Servers configuration tool and server editing UI improvements
  • Default versions for newest ala-install
  • Set default versions for nameindexer
  • Improve unassignment of services

1.4.0

11 Oct 09:42
Compare
Choose a tag to compare

This release includes a lot of improvements related with LA dependencies that are now configured via a YAML.

If you try to migrate to more recent versions of ALA, this produce some migration tips like:

2022-11-11-11-05-12-deps-screenshot

Other minor improvements included in this release:

  • Added new ala-install tags
  • Added additional migration notes
  • Only show migration notes when needed.
  • Show console over the rest of terminals in right drawer

1.3.11

26 Jul 07:41
Compare
Choose a tag to compare

This release includes:

  • Fix for #7
  • deps improved

1.3.10

12 Jul 17:54
Compare
Choose a tag to compare
  • Fix test after adding service
  • Deploy branding card tips
  • Added sensitive data service support
  • Fix dropdown error in dependencies when some selected version (for instance a snapshot) is now not present
  • Fix for #10