Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Releases: exoframejs/exoframe-server

Homepage hotfix

19 Jul 12:41
837ab47
Compare
Choose a tag to compare
  • Fix build process for newer ncc versions

Funcion deployments release

17 Jul 11:03
1159a6b
Compare
Choose a tag to compare

Additions:

  • Add function deployments
  • Add linting, npm scripts and run it in travis

Changes:

  • Use node 12 as lowest required version
  • Remove pkg and use node:alpine base for resulting image

Fixes:

  • Rename nginx template to static template
  • Show warning instead of error when user config does not exist

More bugfixes

14 May 14:54
0aa9e98
Compare
Choose a tag to compare
  • Fix traefik version fetching for new versions of traefik images
  • Fix compose install in Dockerfile
  • Correctly throw errors when docker-compose fails
  • Correctly throw error when template wasn't found

Bugfix release

14 May 13:22
275b74c
Compare
Choose a tag to compare

Fix debug docker images, correctly include home html

Compose env release

27 Mar 15:06
1b58b59
Compare
Choose a tag to compare

Additions:

  • Pass env vars (including secrets) to docker-compose

Index page hotfix hotfix (also known as "I should've known better" release)

14 Feb 10:59
6d7df7a
Compare
Choose a tag to compare

Index page hotfix

14 Feb 10:48
89e1872
Compare
Choose a tag to compare
  • Fix home html page inclusion into bundle

Plugins, volumes and images release

12 Feb 11:38
7654b26
Compare
Choose a tag to compare

BREAKING CHANGES:

  • Docker Swarm support is now a plugin (see plugin docs for more info)

Additions:

  • Add plugins support
  • Add method to get secret value
  • Add way to get exoframe-server logs
  • Add support for volumes for deployments
  • Add way to deploy projects from image and image tar file
  • Expose deployment labels using env vars
  • Add debug docker image build that uses node and js code as base
  • Add exoframe-server npm package binary, you can now npm install exoframe-server

Changes:

  • Merge all networks from compose file during deployment
  • Use unique folders for each deployemnt to allow parallel deployments

Fixes:

  • Use project base name for compose deployments to prevent overwriting

Secrets release

13 Dec 13:45
1958e36
Compare
Choose a tag to compare
  • Add basic secrets implementation

Basic Auth release

10 Dec 12:34
7b60608
Compare
Choose a tag to compare
  • Added support for frontend basic auth
  • Moved server docs to main repo
  • Mock github API to evade issues with rate-limits in CI