Skip to content

v0.1.0

Compare
Choose a tag to compare
@jbrockopp jbrockopp released this 26 Feb 16:35

v0.1.0 (2020-02-26)

Build

  • add go module files (#2)

Chore

  • remove dead code (#14)

Ci

  • add actions pipeline (#3)
  • add explicit configuration files (#4)

Docs

  • add plugin usage docs (#32)

Feat

  • add plugin shell content (#5)
  • add action for plugin (#28)
  • allow passing files to patch (#26)
  • add cmds for kubectl (#6)
  • enable setting dry_run for plugin (#24)
  • add plugin template (#22)
  • add exec method for plugin (#21)
  • add validate logic for plugin (#7)
  • enable watching status on resources (#18)
  • enable providing custom output (#17)
  • add exec methods for plugin (#15)
  • add command methods for plugin (#13)
  • add apply object to plugin (#11)
  • add patch object to plugin (#10)
  • add status object to plugin (#9)
  • add func to write kubernetes config (#8)
  • config: enable setting kubectl cluster (#20)
  • config: enable setting path to kubeconfig (#33)
  • patch: add pattern to apply (#25)

Fix

  • print version without config (#31)
  • config: create dir path before file write (#30)
  • patch: switch yaml to json pattern (#36)

Improvement

  • condense into single patch pattern (#29)
  • add env vars to makefile (#23)

Refactor

  • do not set output by default
  • do not set output by default (#37)
  • move Container to separate file (#19)
  • config logic for plugin (#12)
  • config: only require file argument (#27)
  • patch: update expected input for patch (#16)