Skip to content
Snippets Groups Projects
  1. Apr 06, 2018
  2. Apr 04, 2018
    • bryanl's avatar
      Support env param globals · dc80ac49
      bryanl authored
      
      * Adds env param globals. These can be used to attach metadata labels to
      every component in an environment.
      * Print more debugging info for jsonnet vm invocations
      
      Fixes #378
      
      Signed-off-by: default avatarbryanl <bryanliles@gmail.com>
      dc80ac49
  3. Apr 03, 2018
  4. Apr 02, 2018
  5. Apr 01, 2018
  6. Mar 31, 2018
  7. Mar 30, 2018
  8. Mar 28, 2018
  9. Mar 26, 2018
  10. Mar 25, 2018
  11. Mar 24, 2018
  12. Mar 21, 2018
  13. Mar 17, 2018
  14. Mar 16, 2018
  15. Mar 15, 2018
  16. Mar 13, 2018
  17. Mar 07, 2018
  18. Mar 05, 2018
  19. Feb 26, 2018
    • Jessica Yuen's avatar
      Set param boolean types as strings · daf10a0a
      Jessica Yuen authored
      
      Fixes #311
      
      There currently exists a discrepency between the param types expected
      from:
      1. The parts library and in generate / prototype use
      2. ks param set
      
      ks param set will set boolean types as jsonnet boolean types, however,
      prototypes will set boolean types as strings (i.e. in quotes). This
      change will make it such that ks param sets boolean types as strings.
      The reason we're not setting booleans in both model is because that will
      require a better dependency story around ksonnet/parts first.
      
      Signed-off-by: default avatarJessica Yuen <im.jessicayuen@gmail.com>
      daf10a0a
  20. Feb 23, 2018
    • Jessica Yuen's avatar
      App spec to take a single destination · 936e31ab
      Jessica Yuen authored
      
      Currently the app.yaml spec takes a list of destinations. The change
      exists to anticipate support for an environment supporting multiple
      clusters or "destinations". The problem is, while the use case makes
      sense for `apply`, and `delete`, it becomes ambiguous which cluster is
      being referred to during commands such as `diff`. We've considered
      specifying a cluster during a `diff`, however, ks currently doesn't have
      a notion of a cluster identity. This change is to update the app.yaml to
      take a single destination to more accurately represent the state of
      things.
      
      Signed-off-by: default avatarJessica Yuen <im.jessicayuen@gmail.com>
      936e31ab
  21. Feb 21, 2018
  22. Feb 17, 2018