Skip to content

v0.6

Compare
Choose a tag to compare
@sgsullivan sgsullivan released this 05 Mar 14:52
· 159 commits to master since this release
bb65079

Changelog

b8c3e30 Add 'Sys' vars to plan templating, implementing timestamp vars
b1f16c5 Add 'now' and 'hex' template functions
4ba5f0f Add comment
87a029f Add more comment
c8985f9 Add optional template vars to plan.yaml
90c78ec Clean up imports
7d097c3 Expand template vars to be more flexible and include env vars
b9304d4 Fix merge fail
2cc6031 MM was twice instead of MI
c7e1113 Merge branch 'dash-consistency' into plan-cloud-server-create
d86ee19 Merge branch 'master' into plan-cloud-server-create
a0e5385 Merge pull request #29 from liquidweb/dash-consistency
a4abecf Merge pull request #30 from liquidweb/plan-cloud-server-create
32376d6 Merge pull request #32 from liquidweb/plan-sys-vars
2ae2e32 Merge pull request #33 from liquidweb/cloud-server-create-fixes
c3397ce Merge pull request #34 from liquidweb/message-fix
500a1e0 Merge pull request #35 from liquidweb/status-watch
bb65079 Merge pull request #36 from liquidweb/cloud-backup-days-fixes
1c0f820 Remove debugging
ab64e3f Tweak wording
6810ee3 Tweak wording
adc1e3f Tweak wording
c11d219 accidentally committed part of a change I decided not to keep
e76e441 add --watch and --interval flags to
3d81bfb add plan things to README
88e0373 add template example and note
a57aadd add template function to generate password
c1eabb3 change 'backup_id' to 'backup-id' for consistancy
955b031 change 'config_id' to 'config-id' for consistancy
a943324 change 'image_id' to 'image-id' for consistancy
4d4a360 change 'new_ips' to 'new-ips' for consistancy
8a0f690 change 'region_id' to 'region-id' for consistancy
e0ead1e change 'uniq_id' to 'uniq-id' for consistancy
6bf8f56 cloudServerCreate: if its bare-metal, set one of these two Types based on isWindows
a1e9937 custom UnmarshalYAML() to set defaults
fa05abd fix CloudConfigDetails struct and massage params.Type more if it looks incorrect
11a72b7 fix _ vs - breakage
35d3ad2 fix config-id arg name in messages
44d190b fix missing exit (it dies)
a0a26ce initial 'lw plan' work
a3f7447 missed new dash change
0a5648f obsoleted the Sys stuff before I was done
839463d rearrange, add yaml tags
246b8e7 refactor tmplate generation
964b504 remove comment
aaeb464 remove debugging
4e7f293 remove old comment
d4b6d50 remove struct copy that was for reference
2ce2086 return error up instead of dieing right away
eb3e261 standardize on lwCliInst.Die() in 'plan'
f29cf08 support backup days in cloudServerCreate
3d425ca tweak example
07678aa tweak key name
92b99cf tweak wording to add clarity
1ad2848 tweaks, cleanup, duplicate logic removed, etc
53f41a8 typos and tweaks
f5edd12 update README
299e5d4 update backup plan options in cloud server update
d4c9331 validate when not creating on a pp, that pp flags are not passed
4154ff4 wip