Skip to content

Releases: jumppad-labs/jumppad

Release v0.0.0.beta.5

16 Feb 14:52
a3ef03f
Compare
Choose a tag to compare
Merge pull request #35 from shipyard-run/taint

Taint command and improved resume status

Release v0.0.0.beta.4

15 Feb 09:35
e5a83cc
Compare
Choose a tag to compare
  • Add DAG from Terraform
  • Add JSON based state to replace file based state
  • Improved dependencies and paralelisation when creating resources
  • Added depends_on for resources yup some things in Terraform are there for a reason, depends_on allows you to add user defined dependencies beyond what is automatically calculated
  • Improved networks and the ability to assing user defined ip addresses
  • Changed cluster to k8s_cluster and nomad_cluster
  • Changed remote_exec and local_exec to exec_remote and exec_local
  • Fixed a bug where Helm could run into a race condition when running multiple Helm in parallel
  • Added the ability to incrementally apply and destroy resources, you can run a blueprint folder from git or a file and add to this with another blueprint. Individual files can also be run or destroyed
  • If a blueprint fails during a run it should be possilbe to resume by running shipyard run again
  • Return error when Resource type defined in the config does not exist
  • Fix bug where Containers were not removed from the Docker bridge network on create
  • Fix bug where Ingress image was not pulled before creation
  • Rewrite Nomad implementation and add tests
  • Remove checks for default WAN network as there is no longer a default WAN

Release v0.0.0.beta.3

14 Feb 17:53
Compare
Choose a tag to compare

Release v0.0.0.beta.2

14 Feb 17:39
Compare
Choose a tag to compare

Release v0.0.0.beta.1

14 Feb 16:11
d578754
Compare
Choose a tag to compare
Merge pull request #32 from shipyard-run/state

Fix bug with creating containers when networks do not exist

Release v0.0.0.alpha.15

09 Feb 12:15
Compare
Choose a tag to compare
Rename release shipyard

Release v0.0.0.alpha.14

09 Feb 12:07
Compare
Choose a tag to compare
Added wait for health check before opening browser window, fix bug

Release v0.0.0.alpha.13

24 Jan 15:21
Compare
Choose a tag to compare
start fixing tests

Release v0.0.0.alpha.12

23 Jan 15:17
Compare
Choose a tag to compare
Add health check for nomad, add abilitiy to define ip address for ing…

Release v0.0.0.alpha.11

23 Jan 13:03
Compare
Choose a tag to compare
Rename delete command destroy