Skip to content

Releases: xigxog/fox

v0.9.2

23 May 14:44
9e76100
Compare
Choose a tag to compare
bumped fox version

v0.9.1

21 May 16:47
ea130d7
Compare
Choose a tag to compare
bumped to latest kubefox v0.7.1

v0.9.0

13 Mar 12:21
ebdb95d
Compare
Choose a tag to compare
added graphql tutorial support

v0.8.3

16 Feb 19:32
7d1ad98
Compare
Choose a tag to compare
updated to latest kubefox

v0.8.2

13 Feb 23:20
1ccdace
Compare
Choose a tag to compare
ensure flags take precedence over cfg

v0.8.1

12 Feb 16:42
c72145b
Compare
Choose a tag to compare
Addition of Generic Remote Registry Flag to init commands to support …

…Azure Quickstart (#1)

v0.8.0

03 Feb 04:05
0eb9663
Compare
Choose a tag to compare
updated to latest kubefox release

v0.7.0-alpha

03 Jan 16:07
f09c37b
Compare
Choose a tag to compare

🦊 Features

  • Added Release validation:
    • Ensure all required environment vars, including vars used in routes, exist
      and of correct type.
    • Ensure all component dependencies exist and of correct type.

🐉 Fixes

  • Fixed issues building images when multiple Apps existed in same repo.

🐐 Misc

  • Added license header to all source files.
  • Added version to source code so it displays correctly when using go install.
  • Happy incorporation day (that's a thing right?) Apple Computer, Inc.!

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.