Skip to content

v0.3.0

Compare
Choose a tag to compare
@ondrejsika ondrejsika released this 28 Mar 20:47
· 72 commits to master since this release
d9dbfa4

Changelog

  • d9dbfa4 VERSION: v0.3.0
  • 3fa2a94 chore(examples/config/merge): Add merge config examples with gobble utils yaml-merge
  • d095640 feat(cmd/utils/yaml_merge): Add gobble utils yaml-merge tool
  • 10286b5 feat(pkg/utils/yaml_utils): Add method MergeYAMLs
  • cc416dc feat(cmd/utils): Add gobble utils subcommand
  • e5dbefe chore(examples/config/merge): Add example of merge multiple config files
  • 4b3da39 feat(pkg/run): Add support for config using stdin (gobble run -c -)
  • 68a932d refactor(pkg/run): Add func readConfigFile
  • 524d50a chore: Update haproxy/gobblefile.yml schema_version to 3
  • ba10229 docs: Update gobblefile example (add print task and global vars)
  • ef6ccfd feat(pkg/task/lib/print): Add TaskPrint for simple prints to output
  • 94a844f feat: Add global.vars in the config
  • 546ea37 docs: Update example gobblefile.yml
  • ab6568b feat(cmd/list_schema_versions): Add gobble list-schema-versions command
  • d9fe763 feat: Add global.no_strict_host_key_checking config
  • 80f8764 feat!: Require meta.schema_version == 3 (due to fix typo and changes in tags)
  • 4430c67 feat!: Move tags from task to play
  • a5e5e71 feat(pkg/task/lib/apt_install): Add support for Update param (for apt-get update)
  • 97520dc feat(pkg/run): Show sudo in output
  • 59ac0cb feat: Add support for Play.Sudo param
  • 544feeb feat(pkg/utils/random_utils): Add RandomString util
  • a534aac fix!: Fix typo in config yaml source & struct
  • b21bd12 feat(cmd/run): Add easter egg alias gobble for run which allows gobble gobble to run script ;)
  • e4b97c2 chore(examples/config/haproxy): Create haproxy example
  • 88e9511 chore(examples/config/basic): Add systemctl start nginx
  • 7a2771c feat(task/lib/apt_install): Add param state (present, absent)
  • ceab139 chore(examples): Create basic example of gobblefile.yml
  • bbe8d6e chore(gitignore): Dont ignore gobblefile.yml in examples
  • 8d7f0b7 docs(README): Add basic info, install instructions & simple example
  • 1fe564a chore: Create install.sh script
  • aa30613 feat: Add param --config
  • 9268d6a feat: Add support for --only-tag param
  • 0eb485f VERSION: v0.3.0-dev