Releases: jumppad-labs/jumppad
Releases · jumppad-labs/jumppad
Release v0.0.0.beta.5
Merge pull request #35 from shipyard-run/taint Taint command and improved resume status
Release v0.0.0.beta.4
- 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
tok8s_cluster
andnomad_cluster
- Changed
remote_exec
andlocal_exec
toexec_remote
andexec_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
Fix tests
Release v0.0.0.beta.2
bug fixes
Release v0.0.0.beta.1
Merge pull request #32 from shipyard-run/state Fix bug with creating containers when networks do not exist
Release v0.0.0.alpha.15
Rename release shipyard
Release v0.0.0.alpha.14
Added wait for health check before opening browser window, fix bug
Release v0.0.0.alpha.13
start fixing tests
Release v0.0.0.alpha.12
Add health check for nomad, add abilitiy to define ip address for ing…
Release v0.0.0.alpha.11
Rename delete command destroy