Skip to content

Releases: xigxog/fox

v0.6.0-alpha

08 Dec 04:19
34adadd
Compare
Choose a tag to compare

🦊 Features

  • Greatly simplified deploy/publish and release commands.
  • AppDeployments can now optionally be versioned.
  • Auto create Git tag on deploy/publish.
  • Snapshots of VirtualEnvs can be created.
  • Fox now available as Docker image.
  • Added quickstart flag to make running quickstart easier.
  • VirtualEnv and AppDeployment can be set on proxy.
  • Include Component routes and dependencies in AppDeployments.

🐉 Fixes

🐐 Misc

  • Cleaned up build scripts.
  • Docs now included with KubeFox Docs.

v0.5.3-alpha

25 Oct 01:45
8a35cfb
Compare
Choose a tag to compare

🦊 Features

  • More happiness.

🐉 Fixes

🐐 Misc

  • Updated environment names in hello-world app for clarity.

v0.5.2-alpha

24 Oct 14:49
d9f94d9
Compare
Choose a tag to compare

🦊 Features

  • More happiness.

🐉 Fixes

🐐 Misc

  • Update hello-world to include an environment var in its route. This ensures unique paths between environments.
  • Happy 84th birthday John McCarthy.

v0.5.1-alpha

24 Oct 04:00
44f051c
Compare
Choose a tag to compare

🦊 Features

  • More happiness.

🐉 Fixes

🐐 Misc

  • Updated hello-world app written by init to match examples repo.
  • Minor output cleanup.
  • Ugh, did the iPod really come out 22 years ago!? That make anyone else feel old? 👴

v0.5.0-alpha

23 Oct 19:51
08f33df
Compare
Choose a tag to compare

🦊 Features

  • proxy can now optionally inject environment and deployment context, see docs for details.
  • Added support for multiple apps in the same repo.

🐉 Fixes

  • Use of certain relative paths would cause errors, this has been resolved.

🐐 Misc

  • Happy 22nd birthday iPod.

v0.4.0-alpha

22 Oct 17:59
de0ad86
Compare
Choose a tag to compare

🦊 Features

  • Added proxy command to port-forward local port to broker's HTTP server adapter.

🐉 Fixes

🐐 Misc

v0.3.2-alpha

20 Oct 19:36
2484951
Compare
Choose a tag to compare

🦊 Features

🐉 Fixes

🐐 Misc

v0.3.1-alpha

20 Oct 19:24
2484951
Compare
Choose a tag to compare

🦊 Features

  • More happiness.

🐉 Fixes

  • Fix bug with --wait flag that caused command to return immediately if no matching pods existed.

🐐 Misc

v0.3.0-alpha

20 Oct 15:28
e802cd3
Compare
Choose a tag to compare

🦊 Features

  • Added --wait flag which will wait until components are ready.

🐉 Fixes

  • Make sure all component images exist before deploy and release.

🐐 Misc

  • Rebuilt docs.
  • Clarified some info output.

v0.2.2-alpha

19 Oct 21:45
18e94f8
Compare
Choose a tag to compare

🦊 Features

  • More happiness.

🐉 Fixes

  • Properly clean up containers after building component image.
  • Fixed error message before build if localhost was used as repo.
  • Build now fails if loading image onto kind is not successful.

🐐 Misc